Searched refs:ep1_ch1 (Results 1 – 1 of 1) sorted by relevance
437 P2PTransportChannel* ep1_ch1() { return ep1_.cd1_.ch_.get(); } in ep1_ch1() function in cricket::P2PTransportChannelTestBase520 const std::string& local_type = LocalCandidate(ep1_ch1())->type(); in CheckCandidate1()521 const std::string& local_protocol = LocalCandidate(ep1_ch1())->protocol(); in CheckCandidate1()522 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type(); in CheckCandidate1()523 const std::string& remote_protocol = RemoteCandidate(ep1_ch1())->protocol(); in CheckCandidate1()539 const std::string& local_type = LocalCandidate(ep1_ch1())->type(); in ExpectCandidate1()540 const std::string& local_protocol = LocalCandidate(ep1_ch1())->protocol(); in ExpectCandidate1()541 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type(); in ExpectCandidate1()542 const std::string& remote_protocol = RemoteCandidate(ep1_ch1())->protocol(); in ExpectCandidate1()620 EXPECT_TRUE_SIMULATED_WAIT(CheckConnected(ep1_ch1(), ep2_ch1()), in Test()[all …]