Home | History | Annotate | Download | only in activity_log

Lines Matching defs:reports

41   // Returns the active reports. This also clears the internal map of metrics
42 // as a biproduct, so if comparing numbers of reports, the comparison should
70 rappor::RapporReports reports = rappor_service.GetReports();
71 EXPECT_EQ(0, reports.report_size());
76 reports = rappor_service.GetReports();
77 EXPECT_EQ(1, reports.report_size());
82 reports = rappor_service.GetReports();
83 EXPECT_EQ(1, reports.report_size());
88 reports = rappor_service.GetReports();
89 EXPECT_EQ(0, reports.report_size());