Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dp2p_transport_channel_unittest.cc523 const std::string& remote_protocol = RemoteCandidate(ep1_ch1())->protocol(); in CheckCandidate1() local
525 remote_protocol == expected.controlled_protocol && in CheckCandidate1()
542 const std::string& remote_protocol = RemoteCandidate(ep1_ch1())->protocol(); in ExpectCandidate1() local
546 EXPECT_EQ(expected.controlled_protocol, remote_protocol); in ExpectCandidate1()
556 const std::string& remote_protocol = RemoteCandidate(ep2_ch1())->protocol(); in CheckCandidate2() local
558 remote_protocol == expected.controlling_protocol && in CheckCandidate2()
575 const std::string& remote_protocol = RemoteCandidate(ep2_ch1())->protocol(); in ExpectCandidate2() local
579 EXPECT_EQ(expected.controlling_protocol, remote_protocol); in ExpectCandidate2()