Searched defs:gathering_state_ (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dtransportcontroller.h206 IceGatheringState gathering_state_ = kIceGatheringNew; member in class:cricket::TransportController
H A Dp2ptransportchannel.h88 return gathering_state_;
290 IceGatheringState gathering_state_; member in class:cricket::P2PTransportChannel
H A Dtransportcontroller_unittest.cc166 gathering_state_ = state;
186 IceGatheringState gathering_state_ = cricket::kIceGatheringNew; member in class:TransportControllerTest
337 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout);
585 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout);
599 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout);
606 EXPECT_EQ_WAIT(cricket::kIceGatheringNew, gathering_state_, kTimeout);
614 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout);
619 EXPECT_EQ_WAIT(cricket::kIceGatheringComplete, gathering_state_, kTimeout);
636 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout);
644 EXPECT_EQ_WAIT(cricket::kIceGatheringComplete, gathering_state_, kTimeou
[all...]
H A Dfaketransportcontroller.h124 if (gathering_state_ == kIceGatheringNew) {
125 gathering_state_ = kIceGatheringGathering;
131 return gathering_state_;
179 if (gathering_state_ != kIceGatheringComplete) {
180 gathering_state_ = kIceGatheringComplete;
339 IceGatheringState gathering_state_ = kIceGatheringNew; member in class:cricket::FakeTransportChannel

Completed in 324 milliseconds