Searched refs:StunServers (Results 1 – 3 of 3) sorted by relevance
1321 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
307 ServerAddresses StunServers();
2440 EXPECT_EQ(2U, port_config.StunServers().size()); in TEST_F()2454 EXPECT_EQ(1U, port_config.StunServers().size()); in TEST_F()