Home
last modified time | relevance | path

Searched refs:removed_candidates (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/p2p/client/
Dbasic_port_allocator.cc1198 std::vector<Candidate> removed_candidates; in PrunePortsAndRemoveCandidates() local
1204 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()
Dbasic_port_allocator_unittest.cc438 const std::vector<Candidate>& removed_candidates) { in OnCandidatesRemoved() argument
441 [removed_candidates](Candidate& candidate) { in OnCandidatesRemoved()
442 for (const Candidate& removed_candidate : removed_candidates) { in OnCandidatesRemoved()