Searched refs:ReportTimeToReboot (Results 1 – 6 of 6) sorted by relevance
80 void ReportTimeToReboot(int time_to_reboot_minutes) override {} in ReportTimeToReboot() function
80 MOCK_METHOD1(ReportTimeToReboot, void(int time_to_reboot_minutes));
197 virtual void ReportTimeToReboot(int time_to_reboot_minutes) = 0;
106 EXPECT_CALL(*metrics_reporter_, ReportTimeToReboot(_)).Times(0); in TEST_F()136 EXPECT_CALL(*metrics_reporter_, ReportTimeToReboot(duration.InMinutes())) in TEST_F()
85 void ReportTimeToReboot(int time_to_reboot_minutes) override {} in ReportTimeToReboot() function
374 metrics_reporter->ReportTimeToReboot(time_to_reboot.InMinutes()); in LoadAndReportTimeToReboot()