Home
last modified time | relevance | path

Searched refs:kIceGatheringComplete (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportcontroller.cc569 channel->gathering_state() == kIceGatheringComplete; in UpdateAggregateStates_w()
573 channel->gathering_state() == kIceGatheringComplete; in UpdateAggregateStates_w()
597 new_gathering_state = kIceGatheringComplete; in UpdateAggregateStates_w()
Dtransportcontroller_unittest.cc619 EXPECT_EQ_WAIT(cricket::kIceGatheringComplete, gathering_state_, kTimeout); in TEST_F()
644 EXPECT_EQ_WAIT(cricket::kIceGatheringComplete, gathering_state_, kTimeout); in TEST_F()
678 EXPECT_EQ_WAIT(cricket::kIceGatheringComplete, gathering_state_, kTimeout); in TEST_F()
Dfaketransportcontroller.h179 if (gathering_state_ != kIceGatheringComplete) { in SetCandidatesGatheringComplete()
180 gathering_state_ = kIceGatheringComplete; in SetCandidatesGatheringComplete()
Dtransport.h78 kIceGatheringComplete, enumerator
Dp2ptransportchannel.cc485 gathering_state_ = kIceGatheringComplete; in OnCandidatesAllocationDone()
Dp2ptransportchannel_unittest.cc1487 WAIT(cricket::IceGatheringState::kIceGatheringComplete == in TEST_F()
1493 EXPECT_EQ(cricket::IceGatheringState::kIceGatheringComplete, in TEST_F()
/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface.h186 kIceGatheringComplete enumerator
Dwebrtcsession.cc2085 } else if (state == cricket::kIceGatheringComplete) { in OnTransportControllerGatheringState()
2088 PeerConnectionInterface::kIceGatheringComplete); in OnTransportControllerGatheringState()
Dpeerconnection.cc1338 if (ice_gathering_state_ != kIceGatheringComplete) { in ChangeSignalingState()
1339 ice_gathering_state_ = kIceGatheringComplete; in ChangeSignalingState()
Dpeerconnectioninterface_unittest.cc486 EXPECT_EQ(PeerConnectionInterface::kIceGatheringComplete, in OnIceComplete()
1756 EXPECT_EQ(PeerConnectionInterface::kIceGatheringComplete, in TEST_F()
Dpeerconnection_unittest.cc1100 EXPECT_EQ_WAIT(webrtc::PeerConnectionInterface::kIceGatheringComplete, in LocalP2PTest()
Dwebrtcsession_unittest.cc226 EXPECT_EQ(PeerConnectionInterface::kIceGatheringComplete, in OnIceComplete()
1263 EXPECT_EQ_WAIT(PeerConnectionInterface::kIceGatheringComplete, in SetupLoopbackCall()
/external/webrtc/talk/app/webrtc/objc/
DRTCEnumConverter.mm64 case webrtc::PeerConnectionInterface::kIceGatheringComplete: