Home
last modified time | relevance | path

Searched refs:reboot_count (Results 1 – 11 of 11) sorted by relevance

/system/update_engine/
Dmetrics_reporter_android.cc124 int reboot_count, in ReportSuccessfulUpdateMetrics() argument
150 reboot_count); in ReportSuccessfulUpdateMetrics()
Dupdate_attempter_android_unittest.cc91 int64_t reboot_count; in TEST_F() local
92 EXPECT_TRUE(prefs_.GetInt64(kPrefsNumReboots, &reboot_count)); in TEST_F()
93 EXPECT_EQ(2, reboot_count); in TEST_F()
Dmock_metrics_reporter.h73 int reboot_count,
Dmetrics_reporter_interface.h184 int reboot_count,
Dmetrics_reporter_stub.h76 int reboot_count, in ReportSuccessfulUpdateMetrics() argument
Dmetrics_reporter_android.h76 int reboot_count,
Dmetrics_reporter_omaha.h153 int reboot_count,
Dupdate_attempter_android.cc722 int64_t reboot_count = in CollectAndReportUpdateMetricsOnUpdateFinished() local
751 static_cast<int>(reboot_count), in CollectAndReportUpdateMetricsOnUpdateFinished()
785 int64_t reboot_count = in UpdatePrefsAndReportUpdateMetricsOnReboot() local
787 metrics_utils::SetNumReboots(reboot_count + 1, prefs_); in UpdatePrefsAndReportUpdateMetricsOnReboot()
Dmetrics_reporter_omaha.cc402 int reboot_count, in ReportSuccessfulUpdateMetrics() argument
491 LOG(INFO) << "Uploading reboot count of " << reboot_count << " for metric " in ReportSuccessfulUpdateMetrics()
494 reboot_count, in ReportSuccessfulUpdateMetrics()
Dmetrics_reporter_omaha_unittest.cc326 int reboot_count = 2; in TEST_F() local
383 metrics::kMetricSuccessfulUpdateRebootCount, reboot_count, _, _, _)) in TEST_F()
410 reboot_count, in TEST_F()
Dpayload_state.cc738 int reboot_count = GetNumReboots(); in CollectAndReportSuccessfulUpdateMetrics() local
765 reboot_count, in CollectAndReportSuccessfulUpdateMetrics()