Searched refs:remote_protocol (Results 1 – 1 of 1) sorted by relevance
523 const std::string& remote_protocol = RemoteCandidate(ep1_ch1())->protocol(); in CheckCandidate1() local525 remote_protocol == expected.controlled_protocol && in CheckCandidate1()542 const std::string& remote_protocol = RemoteCandidate(ep1_ch1())->protocol(); in ExpectCandidate1() local546 EXPECT_EQ(expected.controlled_protocol, remote_protocol); in ExpectCandidate1()556 const std::string& remote_protocol = RemoteCandidate(ep2_ch1())->protocol(); in CheckCandidate2() local558 remote_protocol == expected.controlling_protocol && in CheckCandidate2()575 const std::string& remote_protocol = RemoteCandidate(ep2_ch1())->protocol(); in ExpectCandidate2() local579 EXPECT_EQ(expected.controlling_protocol, remote_protocol); in ExpectCandidate2()