Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc336 cricket::P2PTransportChannel* ep2_ch1() { return ep2_.cd1_.ch_.get(); } in ep2_ch1() function in P2PTransportChannelTestBase
448 const std::string& local_type = LocalCandidate(ep2_ch1())->type(); in CheckCandidate2()
450 const std::string& local_proto = LocalCandidate(ep2_ch1())->protocol(); in CheckCandidate2()
451 const std::string& remote_proto = RemoteCandidate(ep2_ch1())->protocol(); in CheckCandidate2()
480 const std::string& local_type = LocalCandidate(ep2_ch1())->type(); in ExpectCandidate2()
481 const std::string& local_proto = LocalCandidate(ep2_ch1())->protocol(); in ExpectCandidate2()
482 const std::string& remote_type = RemoteCandidate(ep2_ch1())->type(); in ExpectCandidate2()
501 ep2_ch1() != NULL && in Test()
504 ep2_ch1()->receiving() && in Test()
505 ep2_ch1()->writable(), in Test()
[all …]