Searched refs:gathering_state_ (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | transportcontroller_unittest.cc | 166 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 …]
|
D | faketransportcontroller.h | 124 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
|
D | p2ptransportchannel.h | 88 return gathering_state_; in gathering_state() 290 IceGatheringState gathering_state_; variable
|
D | p2ptransportchannel.cc | 221 gathering_state_(kIceGatheringNew), in P2PTransportChannel() 419 if (gathering_state_ != kIceGatheringGathering) { in MaybeStartGathering() 420 gathering_state_ = kIceGatheringGathering; in MaybeStartGathering() 485 gathering_state_ = kIceGatheringComplete; in OnCandidatesAllocationDone()
|
D | transportcontroller.cc | 601 if (gathering_state_ != new_gathering_state) { in UpdateAggregateStates_w() 602 gathering_state_ = new_gathering_state; in UpdateAggregateStates_w()
|
D | transportcontroller.h | 206 IceGatheringState gathering_state_ = kIceGatheringNew; variable
|