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

  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h 52 class RemoteCandidate : public Candidate {
54 RemoteCandidate(const Candidate& c, PortInterface* origin_port)
182 const std::vector<RemoteCandidate>& remote_candidates() const {
279 std::vector<RemoteCandidate> remote_candidates_;
p2ptransportchannel_unittest.cc 411 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type();
412 const std::string& remote_proto = RemoteCandidate(ep1_ch1())->protocol();
436 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type();
437 const std::string& remote_proto = RemoteCandidate(ep1_ch1())->protocol();
449 // const std::string& remote_type = RemoteCandidate(ep2_ch1())->type();
451 const std::string& remote_proto = RemoteCandidate(ep2_ch1())->protocol();
482 const std::string& remote_type = RemoteCandidate(ep2_ch1())->type();
586 RemoteCandidate(ep1_ch1());
588 RemoteCandidate(ep2_ch1());
603 EXPECT_TRUE_WAIT_MARGIN(RemoteCandidate(ep1_ch1())->generation() !
    [all...]

Completed in 69 milliseconds