Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dtransportcontroller_unittest.cc166 gathering_state_ = state; in OnGatheringState()
186 IceGatheringState gathering_state_ = cricket::kIceGatheringNew; member in TransportControllerTest
337 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
585 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
599 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
606 EXPECT_EQ_WAIT(cricket::kIceGatheringNew, gathering_state_, kTimeout); in TEST_F()
614 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
619 EXPECT_EQ_WAIT(cricket::kIceGatheringComplete, gathering_state_, kTimeout); in TEST_F()
636 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
644 EXPECT_EQ_WAIT(cricket::kIceGatheringComplete, gathering_state_, kTimeout); in TEST_F()
[all …]
Dfaketransportcontroller.h124 if (gathering_state_ == kIceGatheringNew) { in MaybeStartGathering()
125 gathering_state_ = kIceGatheringGathering; in MaybeStartGathering()
131 return gathering_state_; in gathering_state()
179 if (gathering_state_ != kIceGatheringComplete) { in SetCandidatesGatheringComplete()
180 gathering_state_ = kIceGatheringComplete; in SetCandidatesGatheringComplete()
339 IceGatheringState gathering_state_ = kIceGatheringNew; variable
Dp2ptransportchannel.h88 return gathering_state_; in gathering_state()
290 IceGatheringState gathering_state_; variable
Dp2ptransportchannel.cc221 gathering_state_(kIceGatheringNew), in P2PTransportChannel()
419 if (gathering_state_ != kIceGatheringGathering) { in MaybeStartGathering()
420 gathering_state_ = kIceGatheringGathering; in MaybeStartGathering()
485 gathering_state_ = kIceGatheringComplete; in OnCandidatesAllocationDone()
Dtransportcontroller.cc601 if (gathering_state_ != new_gathering_state) { in UpdateAggregateStates_w()
602 gathering_state_ = new_gathering_state; in UpdateAggregateStates_w()
Dtransportcontroller.h206 IceGatheringState gathering_state_ = kIceGatheringNew; variable