Home
last modified time | relevance | path

Searched refs:gather_continually (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/p2p/base/
Dfake_ice_transport.h107 bool gather_continually() const { return ice_config_.gather_continually(); } in gather_continually() function
Dice_transport_internal.h89 bool gather_continually() const { in gather_continually() function
Dp2p_transport_channel.cc929 if (config_.gather_continually()) { in OnCandidatesAllocationDone()
1883 if (config_.gather_continually() && session == allocator_sessions_.back()) { in MaybeStopPortAllocatorSessions()
2074 if (!config_.gather_continually() || session != allocator_session()) { in OnCandidatesRemoved()
/external/webrtc/pc/
Djsep_transport_controller_unittest.cc440 EXPECT_TRUE(fake_audio_dtls->fake_ice_transport()->gather_continually()); in TEST_F()
455 EXPECT_TRUE(fake_audio_dtls->fake_ice_transport()->gather_continually()); in TEST_F()