Searched refs:AddCandidateReport (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dstatscollector.h117 StatsReport* AddCandidateReport(const cricket::Candidate& candidate,
H A Dstatscollector.cc623 AddCandidateReport(info.local_candidate, true)->id());
625 AddCandidateReport(info.remote_candidate, false)->id());
652 StatsReport* StatsCollector::AddCandidateReport( function in class:webrtc::StatsCollector
H A Dstatscollector_unittest.cc591 StatsReport* AddCandidateReport(StatsCollector* collector, function in class:webrtc::StatsCollectorTest
594 return collector->AddCandidateReport(candidate, local);
1254 std::string report_id = AddCandidateReport(&stats, c, true)->id()->ToString();
1264 report_id = AddCandidateReport(&stats, c, false)->id()->ToString();

Completed in 157 milliseconds