Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc334 cricket::P2PTransportChannel* ep1_ch1() { return ep1_.cd1_.ch_.get(); } in ep1_ch1() function in P2PTransportChannelTestBase
409 const std::string& local_type = LocalCandidate(ep1_ch1())->type(); in CheckCandidate1()
410 const std::string& local_proto = LocalCandidate(ep1_ch1())->protocol(); in CheckCandidate1()
411 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type(); in CheckCandidate1()
412 const std::string& remote_proto = RemoteCandidate(ep1_ch1())->protocol(); in CheckCandidate1()
434 const std::string& local_type = LocalCandidate(ep1_ch1())->type(); in ExpectCandidate1()
435 const std::string& local_proto = LocalCandidate(ep1_ch1())->protocol(); in ExpectCandidate1()
436 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type(); in ExpectCandidate1()
437 const std::string& remote_proto = RemoteCandidate(ep1_ch1())->protocol(); in ExpectCandidate1()
500 EXPECT_TRUE_WAIT_MARGIN(ep1_ch1() != NULL && in Test()
[all …]