Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dstatstypes.h342 static Id NewCandidateId(bool local, const std::string& id);
Dstatstypes.cc649 StatsReport::Id StatsReport::NewCandidateId(bool local, const std::string& id) { in NewCandidateId() function in webrtc::StatsReport
Dstatscollector.cc655 StatsReport::Id id(StatsReport::NewCandidateId(local, candidate.id())); in AddCandidateReport()