|
| void | CheckDisableAdapterEnumeration (uint32_t total_ports, const rtc::IPAddress &host_candidate_addr, const rtc::IPAddress &stun_candidate_addr, const rtc::IPAddress &relay_candidate_udp_transport_addr, const rtc::IPAddress &relay_candidate_tcp_transport_addr) |
| |
| void | TestIPv6TurnPortPrunesIPv4TurnPort () |
| |
| void | TestUdpTurnPortPrunesTcpTurnPort () |
| |
| void | TestEachInterfaceHasItsOwnTurnPorts () |
| |
| | BasicPortAllocatorTestBase () |
| |
| void | AddInterface (const SocketAddress &addr) |
| |
| void | AddInterface (const SocketAddress &addr, const std::string &if_name) |
| |
| void | AddInterface (const SocketAddress &addr, const std::string &if_name, rtc::AdapterType type) |
| |
| void | AddInterfaceAsDefaultRoute (const SocketAddress &addr) |
| |
| void | RemoveInterface (const SocketAddress &addr) |
| |
| bool | SetPortRange (int min_port, int max_port) |
| |
| void | ResetWithNoServersOrNat () |
| |
| void | ResetWithStunServerAndNat (const rtc::SocketAddress &stun_server) |
| |
| void | ResetWithStunServerNoNat (const rtc::SocketAddress &stun_server) |
| |
| void | ResetWithTurnServersNoNat (const rtc::SocketAddress &udp_turn, const rtc::SocketAddress &tcp_turn) |
| |
| void | AddTurnServers (const rtc::SocketAddress &udp_turn, const rtc::SocketAddress &tcp_turn) |
| |
| bool | CreateSession (int component) |
| |
| bool | CreateSession (int component, const std::string &content_name) |
| |
| std::unique_ptr< PortAllocatorSession > | CreateSession (const std::string &sid, int component) |
| |
| std::unique_ptr< PortAllocatorSession > | CreateSession (const std::string &sid, const std::string &content_name, int component) |
| |
| std::unique_ptr< PortAllocatorSession > | CreateSession (const std::string &sid, const std::string &content_name, int component, const std::string &ice_ufrag, const std::string &ice_pwd) |
| |
| void | OnCandidatesAllocationDone (PortAllocatorSession *session) |
| |
| void | CheckSendBufferSizesOfAllPorts (int expected) |
| |
| rtc::VirtualSocketServer * | virtual_socket_server () |
| |
| | has_slots () |
| |
| | has_slots () |
| |
| | ~has_slots () |
| |
| | ~has_slots () |
| |
| void | signal_connect (_signal_base_interface *sender) |
| |
| void | signal_disconnect (_signal_base_interface *sender) |
| |
| void | disconnect_all () |
| |
| void | signal_connect (_signal_base_interface *sender) |
| |
| void | signal_disconnect (_signal_base_interface *sender) |
| |
| void | disconnect_all () |
| |
|
| static bool | AddressMatch (const SocketAddress &address, const SocketAddress &pattern) |
| |
| static int | CountPorts (const std::vector< PortInterface *> &ports, const std::string &type, ProtocolType protocol, const SocketAddress &client_addr) |
| |
| static int | CountCandidates (const std::vector< Candidate > &candidates, const std::string &type, const std::string &proto, const SocketAddress &addr) |
| |
| static bool | FindCandidate (const std::vector< Candidate > &candidates, const std::string &type, const std::string &proto, const SocketAddress &addr, Candidate *found) |
| |
| static bool | HasCandidate (const std::vector< Candidate > &candidates, const std::string &type, const std::string &proto, const SocketAddress &addr) |
| |
| static bool | HasCandidateWithRelatedAddr (const std::vector< Candidate > &candidates, const std::string &type, const std::string &proto, const SocketAddress &addr, const SocketAddress &related_addr) |
| |
| static bool | CheckPort (const rtc::SocketAddress &addr, int min_port, int max_port) |
| |
| rtc::ScopedFakeClock | fake_clock |
| |
| BasicPortAllocator & | allocator () |
| |
| void | OnPortReady (PortAllocatorSession *ses, PortInterface *port) |
| |
| void | OnPortsPruned (PortAllocatorSession *ses, const std::vector< PortInterface *> &pruned_ports) |
| |
| void | OnCandidatesReady (PortAllocatorSession *ses, const std::vector< Candidate > &candidates) |
| |
| void | OnCandidatesRemoved (PortAllocatorSession *session, const std::vector< Candidate > &removed_candidates) |
| |
| bool | HasRelayAddress (const ProtocolAddress &proto_addr) |
| |
| void | ResetWithStunServer (const rtc::SocketAddress &stun_server, bool with_nat) |
| |
| | Test () |
| |
| virtual void | SetUp () |
| |
| virtual void | TearDown () |
| |
| | has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all) |
| |
| virtual | ~has_slots_interface () |
| |
| | has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all) |
| |
| virtual | ~has_slots_interface () |
| |
| std::unique_ptr< rtc::PhysicalSocketServer > | pss_ |
| |
| std::unique_ptr< rtc::VirtualSocketServer > | vss_ |
| |
| std::unique_ptr< rtc::FirewallSocketServer > | fss_ |
| |
| rtc::SocketServerScope | ss_scope_ |
| |
| std::unique_ptr< rtc::NATServer > | nat_server_ |
| |
| rtc::NATSocketFactory | nat_factory_ |
| |
| std::unique_ptr< rtc::BasicPacketSocketFactory > | nat_socket_factory_ |
| |
| std::unique_ptr< TestStunServer > | stun_server_ |
| |
| TestRelayServer | relay_server_ |
| |
| TestTurnServer | turn_server_ |
| |
| rtc::FakeNetworkManager | network_manager_ |
| |
| std::unique_ptr< BasicPortAllocator > | allocator_ |
| |
| std::unique_ptr< PortAllocatorSession > | session_ |
| |
| std::vector< PortInterface * > | ports_ |
| |
| std::vector< Candidate > | candidates_ |
| |
| bool | candidate_allocation_done_ |
| |