Searched refs:report_id (Results 1 – 5 of 5) sorted by relevance
67 __u32 report_id; member92 __u32 report_id; member122 __u32 report_id; member
160 report_id = self._wait_for_result(163 if 'Failed to upload logs' in report_id:165 return report_id
88 unsigned report_id; member
1254 std::string report_id = AddCandidateReport(&stats, c, true)->id()->ToString(); in TEST_F() local1255 EXPECT_EQ("Cand-" + c.id(), report_id); in TEST_F()1264 report_id = AddCandidateReport(&stats, c, false)->id()->ToString(); in TEST_F()1265 EXPECT_EQ("Cand-" + c.id(), report_id); in TEST_F()
835 StatsReport::Id report_id(StatsReport::NewBandwidthEstimationId()); in ExtractVideoInfo() local836 StatsReport* report = reports_.FindOrAddNew(report_id); in ExtractVideoInfo()