Home
last modified time | relevance | path

Searched refs:StunServers (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/p2p/client/
Dbasic_port_allocator.cc1321 if (config_->StunServers() == config->StunServers() && in DisableEquivalentPhases()
1430 if (config_ && !config_->StunServers().empty()) { in CreateUDPPorts()
1434 port->set_server_addresses(config_->StunServers()); in CreateUDPPorts()
1471 if (!(config_ && !config_->StunServers().empty())) { in CreateStunPorts()
1480 session_->username(), session_->password(), config_->StunServers(), in CreateStunPorts()
1658 ServerAddresses PortConfiguration::StunServers() { in StunServers() function in cricket::PortConfiguration
Dbasic_port_allocator.h307 ServerAddresses StunServers();
Dbasic_port_allocator_unittest.cc2440 EXPECT_EQ(2U, port_config.StunServers().size()); in TEST_F()
2454 EXPECT_EQ(1U, port_config.StunServers().size()); in TEST_F()