Searched defs:RemoteCandidate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.h55 class RemoteCandidate : public Candidate { class in namespace:cricket
57 RemoteCandidate(const Candidate& c, PortInterface* origin_port) function in class:cricket::RemoteCandidate
239 std::vector<RemoteCandidate> remote_candidates_;
H A Dp2ptransportchannel_unittest.cc460 RemoteCandidate(ep1_ch1())->type() == expected.remote_type &&
461 RemoteCandidate(ep1_ch1())->protocol() == expected.remote_proto,
468 EXPECT_EQ(expected.remote_type, RemoteCandidate(ep1_ch1())->type());
469 EXPECT_EQ(expected.remote_proto, RemoteCandidate(ep1_ch1())->protocol());
480 RemoteCandidate(ep2_ch1())->protocol() == expected.remote_proto2,
487 RemoteCandidate(ep2_ch1())->protocol());
497 if (expected.remote_type2 != RemoteCandidate(ep2_ch1())->type()) {
501 RemoteCandidate(ep2_ch1())->type() == cricket::LOCAL_PORT_TYPE ||
502 RemoteCandidate(ep2_ch1())->type() == cricket::STUN_PORT_TYPE ||
503 RemoteCandidate(ep2_ch
702 static const cricket::Candidate* RemoteCandidate( function in class:P2PTransportChannelTestBase
[all...]

Completed in 128 milliseconds