Home
last modified time | relevance | path

Searched refs:kIceGatheringGathering (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportcontroller_unittest.cc337 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()
614 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
636 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
Dtransport.h77 kIceGatheringGathering, enumerator
Dp2ptransportchannel.cc419 if (gathering_state_ != kIceGatheringGathering) { in MaybeStartGathering()
420 gathering_state_ = kIceGatheringGathering; in MaybeStartGathering()
Dfaketransportcontroller.h125 gathering_state_ = kIceGatheringGathering; in MaybeStartGathering()
Dtransportcontroller.cc599 new_gathering_state = kIceGatheringGathering; in UpdateAggregateStates_w()
Dp2ptransportchannel_unittest.cc1490 EXPECT_EQ(cricket::IceGatheringState::kIceGatheringGathering, in TEST_F()
/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface.h185 kIceGatheringGathering, enumerator
Dwebrtcsession.cc2080 if (state == cricket::kIceGatheringGathering) { in OnTransportControllerGatheringState()
2083 PeerConnectionInterface::kIceGatheringGathering); in OnTransportControllerGatheringState()
Dwebrtcsession_unittest.cc195 if (new_state == PeerConnectionInterface::kIceGatheringGathering) { in OnIceGatheringChange()
1260 EXPECT_EQ_WAIT(PeerConnectionInterface::kIceGatheringGathering, in SetupLoopbackCall()
/external/webrtc/talk/app/webrtc/objc/
DRTCEnumConverter.mm62 case webrtc::PeerConnectionInterface::kIceGatheringGathering: