Searched refs:CreateIceConfig (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dp2ptransportchannel_unittest.cc103 static cricket::IceConfig CreateIceConfig(int receiving_timeout_ms, function
1479 cricket::IceConfig config = CreateIceConfig(1000, true);
1573 cricket::IceConfig config = CreateIceConfig(1000, false);
1625 cricket::IceConfig config = CreateIceConfig(1000, false);
1672 ep2_ch1()->SetIceConfig(CreateIceConfig(2000, false, backup_ping_interval));
1978 ch.SetIceConfig(CreateIceConfig(500, false));
2218 ch.SetIceConfig(CreateIceConfig(500, false));
2264 ch.SetIceConfig(CreateIceConfig(1000, false));
2339 ch.SetIceConfig(CreateIceConfig(2000, false));
H A Dtransportcontroller_unittest.cc137 cricket::IceConfig CreateIceConfig(int receiving_timeout_ms, function in class:TransportControllerTest
204 transport_controller_->SetIceConfig(CreateIceConfig(1000, true));

Completed in 88 milliseconds