Searched refs:RemoteCandidate (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dp2ptransportchannel.h52 class RemoteCandidate : public Candidate { class in namespace:cricket
54 RemoteCandidate(const Candidate& c, PortInterface* origin_port) function in class:cricket::RemoteCandidate
182 const std::vector<RemoteCandidate>& remote_candidates() const {
279 std::vector<RemoteCandidate> remote_candidates_;
H A Dp2ptransportchannel_unittest.cc411 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_ch
725 static const cricket::Candidate* RemoteCandidate( function in class:P2PTransportChannelTestBase
[all...]
H A Dp2ptransportchannel.cc358 for (RemoteCandidate& candidate : remote_candidates_) {
463 std::vector<RemoteCandidate>::iterator iter;
505 std::vector<RemoteCandidate>::iterator it;
865 remote_candidates_.push_back(RemoteCandidate(remote_candidate, origin_port));

Completed in 124 milliseconds