Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dpeer_connection_bundle_unittest.cc126 bool HasConnectionWithRemoteAddress(const SocketAddress& address) { in HasConnectionWithRemoteAddress() function in webrtc::PeerConnectionWrapperForBundleTest
641 EXPECT_TRUE_WAIT(caller->HasConnectionWithRemoteAddress(kAudioAddress1), in TEST_P()
643 EXPECT_TRUE_WAIT(caller->HasConnectionWithRemoteAddress(kAudioAddress2), in TEST_P()
645 EXPECT_FALSE(caller->HasConnectionWithRemoteAddress(kVideoAddress)); in TEST_P()