AddInterface(const SocketAddress &addr) | cricket::BasicPortAllocatorTestBase | inline |
AddInterface(const SocketAddress &addr, const std::string &if_name) | cricket::BasicPortAllocatorTestBase | inline |
AddInterface(const SocketAddress &addr, const std::string &if_name, rtc::AdapterType type) | cricket::BasicPortAllocatorTestBase | inline |
AddInterfaceAsDefaultRoute(const SocketAddress &addr) | cricket::BasicPortAllocatorTestBase | inline |
AddressMatch(const SocketAddress &address, const SocketAddress &pattern) | cricket::BasicPortAllocatorTestBase | inlinestatic |
AddTurnServers(const rtc::SocketAddress &udp_turn, const rtc::SocketAddress &tcp_turn) | cricket::BasicPortAllocatorTestBase | inline |
allocator() | cricket::BasicPortAllocatorTestBase | inlineprotected |
allocator_ | cricket::BasicPortAllocatorTestBase | protected |
BasicPortAllocatorTestBase() | cricket::BasicPortAllocatorTestBase | inline |
candidate_allocation_done_ | cricket::BasicPortAllocatorTestBase | protected |
candidates_ | cricket::BasicPortAllocatorTestBase | protected |
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) | cricket::BasicPortAllocatorTest | inline |
CheckPort(const rtc::SocketAddress &addr, int min_port, int max_port) | cricket::BasicPortAllocatorTestBase | inlinestatic |
CheckSendBufferSizesOfAllPorts(int expected) | cricket::BasicPortAllocatorTestBase | inline |
CountCandidates(const std::vector< Candidate > &candidates, const std::string &type, const std::string &proto, const SocketAddress &addr) | cricket::BasicPortAllocatorTestBase | inlinestatic |
CountPorts(const std::vector< PortInterface *> &ports, const std::string &type, ProtocolType protocol, const SocketAddress &client_addr) | cricket::BasicPortAllocatorTestBase | inlinestatic |
CreateSession(int component) | cricket::BasicPortAllocatorTestBase | inline |
CreateSession(int component, const std::string &content_name) | cricket::BasicPortAllocatorTestBase | inline |
CreateSession(const std::string &sid, int component) | cricket::BasicPortAllocatorTestBase | inline |
CreateSession(const std::string &sid, const std::string &content_name, int component) | cricket::BasicPortAllocatorTestBase | inline |
CreateSession(const std::string &sid, const std::string &content_name, int component, const std::string &ice_ufrag, const std::string &ice_pwd) | cricket::BasicPortAllocatorTestBase | inline |
disconnect_all() | sigslot::has_slots_interface | inline |
disconnect_all() | sigslot::has_slots_interface | inline |
fake_clock | cricket::FakeClockBase | |
FindCandidate(const std::vector< Candidate > &candidates, const std::string &type, const std::string &proto, const SocketAddress &addr, Candidate *found) | cricket::BasicPortAllocatorTestBase | inlinestatic |
fss_ | cricket::BasicPortAllocatorTestBase | protected |
has_slots() | sigslot::has_slots<> | inline |
has_slots() | sigslot::has_slots<> | inline |
has_slots_interface(signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all) | sigslot::has_slots_interface | inlineprotected |
has_slots_interface(signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all) | sigslot::has_slots_interface | inlineprotected |
HasCandidate(const std::vector< Candidate > &candidates, const std::string &type, const std::string &proto, const SocketAddress &addr) | cricket::BasicPortAllocatorTestBase | inlinestatic |
HasCandidateWithRelatedAddr(const std::vector< Candidate > &candidates, const std::string &type, const std::string &proto, const SocketAddress &addr, const SocketAddress &related_addr) | cricket::BasicPortAllocatorTestBase | inlinestatic |
HasRelayAddress(const ProtocolAddress &proto_addr) | cricket::BasicPortAllocatorTestBase | inlineprotected |
nat_factory_ | cricket::BasicPortAllocatorTestBase | protected |
nat_server_ | cricket::BasicPortAllocatorTestBase | protected |
nat_socket_factory_ | cricket::BasicPortAllocatorTestBase | protected |
network_manager_ | cricket::BasicPortAllocatorTestBase | protected |
OnCandidatesAllocationDone(PortAllocatorSession *session) | cricket::BasicPortAllocatorTestBase | inline |
OnCandidatesReady(PortAllocatorSession *ses, const std::vector< Candidate > &candidates) | cricket::BasicPortAllocatorTestBase | inlineprotected |
OnCandidatesRemoved(PortAllocatorSession *session, const std::vector< Candidate > &removed_candidates) | cricket::BasicPortAllocatorTestBase | inlineprotected |
OnPortReady(PortAllocatorSession *ses, PortInterface *port) | cricket::BasicPortAllocatorTestBase | inlineprotected |
OnPortsPruned(PortAllocatorSession *ses, const std::vector< PortInterface *> &pruned_ports) | cricket::BasicPortAllocatorTestBase | inlineprotected |
ports_ | cricket::BasicPortAllocatorTestBase | protected |
pss_ | cricket::BasicPortAllocatorTestBase | protected |
relay_server_ | cricket::BasicPortAllocatorTestBase | protected |
RemoveInterface(const SocketAddress &addr) | cricket::BasicPortAllocatorTestBase | inline |
ResetWithNoServersOrNat() | cricket::BasicPortAllocatorTestBase | inline |
ResetWithStunServer(const rtc::SocketAddress &stun_server, bool with_nat) | cricket::BasicPortAllocatorTestBase | inlineprotected |
ResetWithStunServerAndNat(const rtc::SocketAddress &stun_server) | cricket::BasicPortAllocatorTestBase | inline |
ResetWithStunServerNoNat(const rtc::SocketAddress &stun_server) | cricket::BasicPortAllocatorTestBase | inline |
ResetWithTurnServersNoNat(const rtc::SocketAddress &udp_turn, const rtc::SocketAddress &tcp_turn) | cricket::BasicPortAllocatorTestBase | inline |
session_ | cricket::BasicPortAllocatorTestBase | protected |
SetPortRange(int min_port, int max_port) | cricket::BasicPortAllocatorTestBase | inline |
SetUp() | testing::Test | protectedvirtual |
signal_connect(_signal_base_interface *sender) | sigslot::has_slots_interface | inline |
signal_connect(_signal_base_interface *sender) | sigslot::has_slots_interface | inline |
signal_disconnect(_signal_base_interface *sender) | sigslot::has_slots_interface | inline |
signal_disconnect(_signal_base_interface *sender) | sigslot::has_slots_interface | inline |
ss_scope_ | cricket::BasicPortAllocatorTestBase | protected |
stun_server_ | cricket::BasicPortAllocatorTestBase | protected |
TearDown() | testing::Test | protectedvirtual |
Test() | testing::Test | protected |
TestEachInterfaceHasItsOwnTurnPorts() | cricket::BasicPortAllocatorTest | inline |
TestIPv6TurnPortPrunesIPv4TurnPort() | cricket::BasicPortAllocatorTest | inline |
TestUdpTurnPortPrunesTcpTurnPort() | cricket::BasicPortAllocatorTest | inline |
turn_server_ | cricket::BasicPortAllocatorTestBase | protected |
virtual_socket_server() | cricket::BasicPortAllocatorTestBase | inline |
vss_ | cricket::BasicPortAllocatorTestBase | protected |
~has_slots() | sigslot::has_slots<> | inline |
~has_slots() | sigslot::has_slots<> | inline |
~has_slots_interface() | sigslot::has_slots_interface | inlineprotectedvirtual |
~has_slots_interface() | sigslot::has_slots_interface | inlineprotectedvirtual |