Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.h52 class RemoteCandidate : public Candidate {
54 RemoteCandidate(const Candidate& c, PortInterface* origin_port) in RemoteCandidate() function
182 const std::vector<RemoteCandidate>& remote_candidates() const { in remote_candidates()
279 std::vector<RemoteCandidate> remote_candidates_;
Dp2ptransportchannel_unittest.cc411 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type(); in CheckCandidate1()
412 const std::string& remote_proto = RemoteCandidate(ep1_ch1())->protocol(); in CheckCandidate1()
436 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type(); in ExpectCandidate1()
437 const std::string& remote_proto = RemoteCandidate(ep1_ch1())->protocol(); in ExpectCandidate1()
451 const std::string& remote_proto = RemoteCandidate(ep2_ch1())->protocol(); in CheckCandidate2()
482 const std::string& remote_type = RemoteCandidate(ep2_ch1())->type(); in ExpectCandidate2()
586 RemoteCandidate(ep1_ch1()); in TestHandleIceUfragPasswordChanged()
588 RemoteCandidate(ep2_ch1()); in TestHandleIceUfragPasswordChanged()
603 EXPECT_TRUE_WAIT_MARGIN(RemoteCandidate(ep1_ch1())->generation() != in TestHandleIceUfragPasswordChanged()
606 EXPECT_TRUE_WAIT_MARGIN(RemoteCandidate(ep2_ch1())->generation() != in TestHandleIceUfragPasswordChanged()
[all …]
Dp2ptransportchannel.cc358 for (RemoteCandidate& candidate : remote_candidates_) { in SetRemoteIceCredentials()
463 std::vector<RemoteCandidate>::iterator iter; in OnPortReady()
505 std::vector<RemoteCandidate>::iterator it; in OnUnknownAddress()
865 remote_candidates_.push_back(RemoteCandidate(remote_candidate, origin_port)); in RememberRemoteCandidate()