Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dregathering_controller_unittest.cc95 cricket::IceRegatheringReason reason) { in OnIceRegathering()
99 int GetRegatheringReasonCount(cricket::IceRegatheringReason reason) { in GetRegatheringReasonCount()
114 std::map<cricket::IceRegatheringReason, int> count_;
132 cricket::IceRegatheringReason::NETWORK_FAILURE)); in TEST_F()
146 cricket::IceRegatheringReason::NETWORK_FAILURE)); in TEST_F()
151 cricket::IceRegatheringReason::NETWORK_FAILURE)); in TEST_F()
155 cricket::IceRegatheringReason::NETWORK_FAILURE)); in TEST_F()
174 cricket::IceRegatheringReason::NETWORK_FAILURE)); in TEST_F()
178 cricket::IceRegatheringReason::NETWORK_FAILURE)); in TEST_F()
Dport_allocator.h94 enum class IceRegatheringReason { enum
281 sigslot::signal2<PortAllocatorSession*, IceRegatheringReason>
Dfake_port_allocator.h136 SignalIceRegathering(this, IceRegatheringReason::NETWORK_FAILURE); in RegatherOnFailedNetworks()
Dp2p_transport_channel_unittest.cc338 void OnIceRegathering(PortAllocatorSession*, IceRegatheringReason reason) { in OnIceRegathering()
342 int GetIceRegatheringCountForReason(IceRegatheringReason reason) { in GetIceRegatheringCountForReason()
357 std::map<IceRegatheringReason, int> ice_regathering_counter_;
1420 IceRegatheringReason::NETWORK_CHANGE), in TEST_F()
1431 IceRegatheringReason::NETWORK_CHANGE)); in TEST_F()
1458 IceRegatheringReason::NETWORK_FAILURE)); in TEST_F()
1462 static_cast<int>(IceRegatheringReason::NETWORK_FAILURE))); in TEST_F()
1464 IceRegatheringReason::NETWORK_FAILURE)); in TEST_F()
/external/webrtc/p2p/client/
Dbasic_port_allocator.h80 IceRegatheringReason reason);
242 IceRegatheringReason reason);
Dbasic_port_allocator.cc192 IceRegatheringReason reason) { in OnIceRegathering()
203 static_cast<int>(IceRegatheringReason::MAX_VALUE)); in OnIceRegathering()
463 IceRegatheringReason::NETWORK_FAILURE); in RegatherOnFailedNetworks()
469 IceRegatheringReason reason) { in Regather()
854 SignalIceRegathering(this, IceRegatheringReason::NETWORK_CHANGE); in OnNetworksChanged()
Dbasic_port_allocator_unittest.cc2373 static_cast<int>(IceRegatheringReason::NETWORK_CHANGE))); in TEST_F()