Home
last modified time | relevance | path

Searched refs:MaybeStartGathering (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/p2p/base/
Dp2p_transport_channel_unittest.cc387 ep1_.cd1_.ch_->MaybeStartGathering(); in CreateChannels()
388 ep2_.cd1_.ch_->MaybeStartGathering(); in CreateChannels()
697 ep1_ch1()->MaybeStartGathering(); in TestHandleIceUfragPasswordChanged()
701 ep2_ch1()->MaybeStartGathering(); in TestHandleIceUfragPasswordChanged()
1332 ep1_ch1()->MaybeStartGathering(); in TEST_F()
1339 ep2_ch1()->MaybeStartGathering(); in TEST_F()
1359 ep1_ch1()->MaybeStartGathering(); in TEST_F()
1366 ep2_ch1()->MaybeStartGathering(); in TEST_F()
1385 ep1_ch1()->MaybeStartGathering(); in TEST_F()
1392 ep2_ch1()->MaybeStartGathering(); in TEST_F()
[all …]
Dmock_ice_transport.h73 void MaybeStartGathering() override {} in MaybeStartGathering() function
Dice_transport_internal.h253 virtual void MaybeStartGathering() = 0;
Dfake_ice_transport.h176 void MaybeStartGathering() override { in MaybeStartGathering() function
Dp2p_transport_channel.h116 void MaybeStartGathering() override;
Dp2p_transport_channel.cc805 void P2PTransportChannel::MaybeStartGathering() { in MaybeStartGathering() function in cricket::P2PTransportChannel
/external/webrtc/pc/
Djsep_transport_controller_unittest.cc241 transport_controller_->MaybeStartGathering(); in CreateLocalDescriptionAndCompleteConnectionOnNetworkThread()
493 TEST_F(JsepTransportControllerTest, MaybeStartGathering) { in TEST_F() argument
501 transport_controller_->MaybeStartGathering(); in TEST_F()
774 fake_audio_dtls->fake_ice_transport()->MaybeStartGathering(); in TEST_F()
792 fake_audio_dtls->fake_ice_transport()->MaybeStartGathering(); in TEST_F()
801 fake_video_dtls->fake_ice_transport()->MaybeStartGathering(); in TEST_F()
828 fake_audio_dtls->fake_ice_transport()->MaybeStartGathering(); in TEST_F()
863 transport_controller_->MaybeStartGathering(); in TEST_F()
Djsep_transport_controller.h158 void MaybeStartGathering();
Djsep_transport_controller.cc291 void JsepTransportController::MaybeStartGathering() { in MaybeStartGathering() function in webrtc::JsepTransportController
294 [&] { MaybeStartGathering(); }); in MaybeStartGathering()
299 dtls->ice_transport()->MaybeStartGathering(); in MaybeStartGathering()
Dpeer_connection.cc2569 transport_controller_->MaybeStartGathering(); in DoSetLocalDescription()
/external/webrtc/test/peer_scenario/
Dscenario_connection.cc203 jsep_controller_->MaybeStartGathering(); in SetLocalSdp()