Searched refs:IsIceGatheringDone (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/test/pc/e2e/ |
D | test_peer.h | 81 bool IsIceGatheringDone() { return wrapper_->IsIceGatheringDone(); } in IsIceGatheringDone() function
|
D | peer_connection_quality_test.cc | 572 return alice_->IsIceGatheringDone() && bob_->IsIceGatheringDone(); in WaitUntilIceCandidatesGathered()
|
/external/webrtc/test/network/ |
D | network_emulation_pc_unittest.cc | 163 ASSERT_TRUE_WAIT(alice->IsIceGatheringDone(), kDefaultTimeoutMs); in TEST() 164 ASSERT_TRUE_WAIT(bob->IsIceGatheringDone(), kDefaultTimeoutMs); in TEST()
|
/external/webrtc/pc/ |
D | peer_connection_rampup_tests.cc | 220 ASSERT_TRUE_WAIT(caller_->IsIceGatheringDone(), kDefaultTimeoutMs); in SetupOneWayCall() 221 ASSERT_TRUE_WAIT(callee_->IsIceGatheringDone(), kDefaultTimeoutMs); in SetupOneWayCall()
|
D | peer_connection_bundle_unittest.cc | 305 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()
|
D | peer_connection_wrapper.h | 173 bool IsIceGatheringDone();
|
D | peer_connection_ice_unittest.cc | 330 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()
|
D | peer_connection_wrapper.cc | 316 bool PeerConnectionWrapper::IsIceGatheringDone() { in IsIceGatheringDone() function in webrtc::PeerConnectionWrapper
|