Searched refs:AddCandidateReport (Results 1 – 3 of 3) sorted by relevance
117 StatsReport* AddCandidateReport(const cricket::Candidate& candidate,
623 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
591 StatsReport* AddCandidateReport(StatsCollector* collector, in AddCandidateReport() function in webrtc::StatsCollectorTest594 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()