Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dice_transport_internal.h57 kIceGatheringGathering, enumerator
Dfake_ice_transport.h178 gathering_state_ = kIceGatheringGathering; in MaybeStartGathering()
Dp2p_transport_channel.cc819 if (gathering_state_ != kIceGatheringGathering) { in MaybeStartGathering()
820 gathering_state_ = kIceGatheringGathering; in MaybeStartGathering()
Dp2p_transport_channel_unittest.cc1976 EXPECT_EQ(IceGatheringState::kIceGatheringGathering, in TEST_F()
/external/webrtc/pc/
Djsep_transport_controller_unittest.cc502 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
776 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
793 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
802 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
829 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
Djsep_transport_controller.cc1387 new_gathering_state = cricket::kIceGatheringGathering; in UpdateAggregateStates_n()
Dpeer_connection.cc6936 if (state == cricket::kIceGatheringGathering) { in OnTransportControllerGatheringState()
6937 OnIceGatheringChange(PeerConnectionInterface::kIceGatheringGathering); in OnTransportControllerGatheringState()
Dpeer_connection_integrationtest.cc4058 ElementsAre(PeerConnectionInterface::kIceGatheringGathering, in TEST_P()
/external/webrtc/api/
Dpeer_connection_interface.h169 kIceGatheringGathering, enumerator
/external/webrtc/sdk/objc/api/peerconnection/
DRTCPeerConnection.mm830 return webrtc::PeerConnectionInterface::kIceGatheringGathering;
841 case webrtc::PeerConnectionInterface::kIceGatheringGathering: