Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dfake_ice_transport.h97 if (gathering_state_ != kIceGatheringComplete) { in SetCandidatesGatheringComplete()
98 gathering_state_ = kIceGatheringComplete; in SetCandidatesGatheringComplete()
177 if (gathering_state_ == kIceGatheringNew) { in MaybeStartGathering()
178 gathering_state_ = kIceGatheringGathering; in MaybeStartGathering()
184 return gathering_state_; in gathering_state()
327 IceGatheringState gathering_state_ = kIceGatheringNew; variable
Dp2p_transport_channel.cc151 gathering_state_(kIceGatheringNew), in P2PTransportChannel()
363 return gathering_state_; in gathering_state()
819 if (gathering_state_ != kIceGatheringGathering) { in MaybeStartGathering()
820 gathering_state_ = kIceGatheringGathering; in MaybeStartGathering()
936 gathering_state_ = kIceGatheringComplete; in OnCandidatesAllocationDone()
Dp2p_transport_channel.h396 IceGatheringState gathering_state_ RTC_GUARDED_BY(network_thread_);
/external/webrtc/pc/
Djsep_transport_controller_unittest.cc297 gathering_state_ = state; in OnGatheringState()
334 cricket::IceGatheringState gathering_state_ = cricket::kIceGatheringNew; member in webrtc::JsepTransportControllerTest
502 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
776 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
793 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
802 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
806 EXPECT_EQ_WAIT(cricket::kIceGatheringComplete, gathering_state_, kTimeout); in TEST_F()
829 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
853 EXPECT_EQ_WAIT(cricket::kIceGatheringComplete, gathering_state_, kTimeout); in TEST_F()
886 EXPECT_EQ_WAIT(cricket::kIceGatheringComplete, gathering_state_, kTimeout); in TEST_F()