Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_bundle_unittest.cc165 bool HasConnectionWithRemoteAddress(const SocketAddress& address) { in HasConnectionWithRemoteAddress() function in webrtc::PeerConnectionWrapperForBundleTest
683 EXPECT_TRUE_WAIT(caller->HasConnectionWithRemoteAddress(kAudioAddress1), in TEST_P()
685 EXPECT_TRUE_WAIT(caller->HasConnectionWithRemoteAddress(kAudioAddress2), in TEST_P()
687 EXPECT_FALSE(caller->HasConnectionWithRemoteAddress(kVideoAddress)); in TEST_P()