Searched refs:gathering_state (Results 1 – 7 of 7) sorted by relevance
77 IceGatheringState gathering_state() const override { in gathering_state() function
261 virtual IceGatheringState gathering_state() const = 0;
183 IceGatheringState gathering_state() const override { in gathering_state() function
117 IceGatheringState gathering_state() const override;
1974 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()
361 IceGatheringState P2PTransportChannel::gathering_state() const { in gathering_state() function in cricket::P2PTransportChannel
1238 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()