Home
last modified time | relevance | path

Searched refs:ReportTimeToReboot (Results 1 – 10 of 10) sorted by relevance

/system/update_engine/
Dmock_metrics_reporter.h82 MOCK_METHOD1(ReportTimeToReboot, void(int time_to_reboot_minutes));
Dmetrics_reporter_interface.h206 virtual void ReportTimeToReboot(int time_to_reboot_minutes) = 0;
Dmetrics_reporter_stub.h84 void ReportTimeToReboot(int time_to_reboot_minutes) override {} in ReportTimeToReboot() function
Dmetrics_reporter_android.h84 void ReportTimeToReboot(int time_to_reboot_minutes) override {} in ReportTimeToReboot() function
Dupdate_attempter_android_unittest.cc85 EXPECT_CALL(*metrics_reporter_, ReportTimeToReboot(_)).Times(0); in TEST_F()
114 EXPECT_CALL(*metrics_reporter_, ReportTimeToReboot(duration.InMinutes())) in TEST_F()
Dmetrics_reporter_omaha.h161 void ReportTimeToReboot(int time_to_reboot_minutes) override;
Dmetrics_reporter_omaha_unittest.cc458 TEST_F(MetricsReporterOmahaTest, ReportTimeToReboot) { in TEST_F() argument
466 reporter_.ReportTimeToReboot(time_to_reboot_minutes); in TEST_F()
Dmetrics_utils.cc418 metrics_reporter->ReportTimeToReboot(time_to_reboot.InMinutes()); in LoadAndReportTimeToReboot()
Dmetrics_reporter_omaha.cc574 void MetricsReporterOmaha::ReportTimeToReboot(int time_to_reboot_minutes) { in ReportTimeToReboot() function in chromeos_update_engine::MetricsReporterOmaha
Dpayload_state_unittest.cc1148 ReportTimeToReboot(7)); in TEST()