Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc263 std::vector<CandidateData*> saved_candidates_; member
645 GetEndpoint(ch)->saved_candidates_.push_back(new CandidateData(ch, c)); in OnCandidate()
657 for (auto& data : GetEndpoint(endpoint)->saved_candidates_) { in VerifySavedTcpCandidates()
672 std::vector<CandidateData*>::iterator it = ed->saved_candidates_.begin(); in ResumeCandidates()
673 for (; it != ed->saved_candidates_.end(); ++it) { in ResumeCandidates()
676 ed->saved_candidates_.clear(); in ResumeCandidates()