Home
last modified time | relevance | path

Searched refs:gathering_state (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/p2p/base/
Dmock_ice_transport.h77 IceGatheringState gathering_state() const override { in gathering_state() function
Dice_transport_internal.h261 virtual IceGatheringState gathering_state() const = 0;
Dfake_ice_transport.h183 IceGatheringState gathering_state() const override { in gathering_state() function
Dp2p_transport_channel.h117 IceGatheringState gathering_state() const override;
Dp2p_transport_channel_unittest.cc1974 IceGatheringState::kIceGatheringComplete == ep1_ch1()->gathering_state(), in TEST_F()
1977 ep1_ch1()->gathering_state()); in TEST_F()
1980 ep2_ch1()->gathering_state()); in TEST_F()
2089 ep1_ch1()->gathering_state(), kDefaultTimeout); in TEST_F()
2215 ep1_ch1()->gathering_state(), kDefaultTimeout); in TEST_F()
3431 EXPECT_EQ_WAIT(IceGatheringState::kIceGatheringComplete, ch.gathering_state(), in TEST_F()
5016 ASSERT_EQ_WAIT(kIceGatheringComplete, ep1_ch1()->gathering_state(), in TEST_F()
5222 ep1_ch1()->gathering_state(), kDefaultTimeout); in TEST_F()
Dp2p_transport_channel.cc361 IceGatheringState P2PTransportChannel::gathering_state() const { in gathering_state() function in cricket::P2PTransportChannel
/external/webrtc/pc/
Djsep_transport_controller.cc1238 dtls->ice_transport()->gathering_state() == in UpdateAggregateStates_n()
1240 any_gathering = any_gathering || dtls->ice_transport()->gathering_state() != in UpdateAggregateStates_n()
1243 all_done_gathering && dtls->ice_transport()->gathering_state() == in UpdateAggregateStates_n()