Searched refs:CheckAndReportDailyMetrics (Results 1 – 3 of 3) sorted by relevance
1315 EXPECT_TRUE(attempter_.CheckAndReportDailyMetrics()); in TEST_F()1317 EXPECT_FALSE(attempter_.CheckAndReportDailyMetrics()); in TEST_F()1321 EXPECT_FALSE(attempter_.CheckAndReportDailyMetrics()); in TEST_F()1326 EXPECT_FALSE(attempter_.CheckAndReportDailyMetrics()); in TEST_F()1330 EXPECT_TRUE(attempter_.CheckAndReportDailyMetrics()); in TEST_F()1333 EXPECT_FALSE(attempter_.CheckAndReportDailyMetrics()); in TEST_F()1337 EXPECT_FALSE(attempter_.CheckAndReportDailyMetrics()); in TEST_F()1339 EXPECT_TRUE(attempter_.CheckAndReportDailyMetrics()); in TEST_F()1340 EXPECT_FALSE(attempter_.CheckAndReportDailyMetrics()); in TEST_F()1344 EXPECT_FALSE(attempter_.CheckAndReportDailyMetrics()); in TEST_F()[all …]
312 bool CheckAndReportDailyMetrics();
217 bool UpdateAttempter::CheckAndReportDailyMetrics() { in CheckAndReportDailyMetrics() function in chromeos_update_engine::UpdateAttempter279 CheckAndReportDailyMetrics(); in Update()