Searched refs:removed_candidates (Results 1 – 2 of 2) sorted by relevance
1198 std::vector<Candidate> removed_candidates; in PrunePortsAndRemoveCandidates() local1204 GetCandidatesFromPort(*data, &removed_candidates); in PrunePortsAndRemoveCandidates()1213 if (!removed_candidates.empty()) { in PrunePortsAndRemoveCandidates()1214 RTC_LOG(LS_INFO) << "Removed " << removed_candidates.size() in PrunePortsAndRemoveCandidates()1216 SignalCandidatesRemoved(this, removed_candidates); in PrunePortsAndRemoveCandidates()
438 const std::vector<Candidate>& removed_candidates) { in OnCandidatesRemoved() argument441 [removed_candidates](Candidate& candidate) { in OnCandidatesRemoved()442 for (const Candidate& removed_candidate : removed_candidates) { in OnCandidatesRemoved()