Searched refs:new_remote_candidate (Results 1 – 2 of 2) sorted by relevance
1177 Candidate new_remote_candidate(candidate); in AddRemoteCandidate() local1178 new_remote_candidate.set_generation(generation); in AddRemoteCandidate()1185 new_remote_candidate.set_username(remote_ice()->ufrag); in AddRemoteCandidate()1187 if (new_remote_candidate.username() == remote_ice()->ufrag) { in AddRemoteCandidate()1189 new_remote_candidate.set_password(remote_ice()->pwd); in AddRemoteCandidate()1200 if (new_remote_candidate.address().IsUnresolvedIP()) { in AddRemoteCandidate()1205 ResolveHostnameCandidate(new_remote_candidate); in AddRemoteCandidate()1210 FinishAddingRemoteCandidate(new_remote_candidate); in AddRemoteCandidate()1272 const Candidate& new_remote_candidate) { in FinishAddingRemoteCandidate() argument1277 conn->MaybeUpdatePeerReflexiveCandidate(new_remote_candidate); in FinishAddingRemoteCandidate()[all …]
435 void FinishAddingRemoteCandidate(const Candidate& new_remote_candidate);