Home
last modified time | relevance | path

Searched refs:IsIceGatheringDone (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/test/pc/e2e/
Dtest_peer.h81 bool IsIceGatheringDone() { return wrapper_->IsIceGatheringDone(); } in IsIceGatheringDone() function
Dpeer_connection_quality_test.cc572 return alice_->IsIceGatheringDone() && bob_->IsIceGatheringDone(); in WaitUntilIceCandidatesGathered()
/external/webrtc/test/network/
Dnetwork_emulation_pc_unittest.cc163 ASSERT_TRUE_WAIT(alice->IsIceGatheringDone(), kDefaultTimeoutMs); in TEST()
164 ASSERT_TRUE_WAIT(bob->IsIceGatheringDone(), kDefaultTimeoutMs); in TEST()
/external/webrtc/pc/
Dpeer_connection_rampup_tests.cc220 ASSERT_TRUE_WAIT(caller_->IsIceGatheringDone(), kDefaultTimeoutMs); in SetupOneWayCall()
221 ASSERT_TRUE_WAIT(callee_->IsIceGatheringDone(), kDefaultTimeoutMs); in SetupOneWayCall()
Dpeer_connection_bundle_unittest.cc305 EXPECT_TRUE_WAIT(caller->IsIceGatheringDone(), kDefaultTimeout); in TEST_P()
316 EXPECT_TRUE_WAIT(callee->IsIceGatheringDone(), kDefaultTimeout); in TEST_P()
343 EXPECT_TRUE_WAIT(caller->IsIceGatheringDone(), kDefaultTimeout); in TEST_P()
364 EXPECT_TRUE_WAIT(caller->IsIceGatheringDone(), kDefaultTimeout); in TEST_P()
Dpeer_connection_wrapper.h173 bool IsIceGatheringDone();
Dpeer_connection_ice_unittest.cc330 EXPECT_TRUE_WAIT(caller->IsIceGatheringDone(), kIceCandidatesTimeout); in TEST_P()
351 EXPECT_TRUE_WAIT(callee->IsIceGatheringDone(), kIceCandidatesTimeout); in TEST_P()
653 EXPECT_TRUE_WAIT(caller->IsIceGatheringDone(), kIceCandidatesTimeout); in TEST_P()
884 EXPECT_TRUE_WAIT(caller->IsIceGatheringDone(), kIceCandidatesTimeout); in TEST_P()
1411 EXPECT_FALSE(pc->IsIceGatheringDone()); in TEST_P()
Dpeer_connection_wrapper.cc316 bool PeerConnectionWrapper::IsIceGatheringDone() { in IsIceGatheringDone() function in webrtc::PeerConnectionWrapper