HomeSort by relevance Sort by last modified time
    Searched defs:RemoteCandidate (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 54 class RemoteCandidate : public Candidate {
56 RemoteCandidate(const Candidate& c, Port* origin_port)
150 std::vector<RemoteCandidate> remote_candidates_;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 55 class RemoteCandidate : public Candidate {
57 RemoteCandidate(const Candidate& c, PortInterface* origin_port)
236 std::vector<RemoteCandidate> remote_candidates_;
p2ptransportchannel_unittest.cc 444 RemoteCandidate(ep1_ch1())->type() == expected.remote_type &&
445 RemoteCandidate(ep1_ch1())->protocol() == expected.remote_proto,
452 EXPECT_EQ(expected.remote_type, RemoteCandidate(ep1_ch1())->type());
453 EXPECT_EQ(expected.remote_proto, RemoteCandidate(ep1_ch1())->protocol());
464 RemoteCandidate(ep2_ch1())->protocol() == expected.remote_proto2,
471 RemoteCandidate(ep2_ch1())->protocol());
481 if (expected.remote_type2 != RemoteCandidate(ep2_ch1())->type())
485 RemoteCandidate(ep2_ch1())->type() == cricket::LOCAL_PORT_TYPE ||
486 RemoteCandidate(ep2_ch1())->type() == cricket::STUN_PORT_TYPE ||
487 RemoteCandidate(ep2_ch1())->type() == cricket::PRFLX_PORT_TYPE)
    [all...]

Completed in 24 milliseconds