Home
last modified time | relevance | path

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

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