Searched refs:RemoteCandidate (Results 1 – 3 of 3) sorted by relevance
70 class RemoteCandidate : public Candidate {72 RemoteCandidate(const Candidate& c, PortInterface* origin_port) in RemoteCandidate() function196 const std::vector<RemoteCandidate>& remote_candidates() const { in remote_candidates()382 std::vector<RemoteCandidate> remote_candidates_
522 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type(); in CheckCandidate1()523 const std::string& remote_protocol = RemoteCandidate(ep1_ch1())->protocol(); in CheckCandidate1()541 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type(); in ExpectCandidate1()542 const std::string& remote_protocol = RemoteCandidate(ep1_ch1())->protocol(); in ExpectCandidate1()555 const std::string& remote_type = RemoteCandidate(ep2_ch1())->type(); in CheckCandidate2()556 const std::string& remote_protocol = RemoteCandidate(ep2_ch1())->protocol(); in CheckCandidate2()574 const std::string& remote_type = RemoteCandidate(ep2_ch1())->type(); in ExpectCandidate2()575 const std::string& remote_protocol = RemoteCandidate(ep2_ch1())->protocol(); in ExpectCandidate2()586 auto remote_candidate = RemoteCandidate(channel); in CheckCandidate()692 const Candidate* old_remote_candidate1 = RemoteCandidate(ep1_ch1()); in TestHandleIceUfragPasswordChanged()[all …]
486 for (RemoteCandidate& candidate : remote_candidates_) { in SetRemoteIceParameters()899 std::vector<RemoteCandidate>::iterator iter; in OnPortReady()1472 remote_candidates_.push_back(RemoteCandidate(remote_candidate, origin_port)); in RememberRemoteCandidate()