Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Dupdate_attempter_android_unittest.cc100 int64_t reboot_count; in TEST_F() local
101 ASSERT_TRUE(prefs_.GetInt64(kPrefsNumReboots, &reboot_count)); in TEST_F()
102 ASSERT_EQ(2, reboot_count); in TEST_F()
Dmetrics_reporter_android.cc172 int reboot_count, in ReportSuccessfulUpdateMetrics() argument
188 static_cast<int32_t>(reboot_count), in ReportSuccessfulUpdateMetrics()
Dmetrics_reporter_android.h77 int reboot_count,
Dupdate_attempter_android.cc848 int64_t reboot_count = in CollectAndReportUpdateMetricsOnUpdateFinished() local
881 static_cast<int>(reboot_count), in CollectAndReportUpdateMetricsOnUpdateFinished()
920 int64_t reboot_count = in UpdatePrefsAndReportUpdateMetricsOnReboot() local
922 metrics_utils::SetNumReboots(reboot_count + 1, prefs_); in UpdatePrefsAndReportUpdateMetricsOnReboot()
/system/update_engine/common/
Dmock_metrics_reporter.h71 int reboot_count,
Dmetrics_reporter_stub.h72 int reboot_count, in ReportSuccessfulUpdateMetrics() argument
Dmetrics_reporter_interface.h175 int reboot_count,
/system/update_engine/cros/
Dmetrics_reporter_omaha.h149 int reboot_count,
Dmetrics_reporter_omaha_unittest.cc307 int reboot_count = 2; in TEST_F() local
364 metrics::kMetricSuccessfulUpdateRebootCount, reboot_count, _, _, _)) in TEST_F()
391 reboot_count, in TEST_F()
Dmetrics_reporter_omaha.cc353 int reboot_count, in ReportSuccessfulUpdateMetrics() argument
431 reboot_count, in ReportSuccessfulUpdateMetrics()
Dpayload_state.cc768 int reboot_count = GetNumReboots(); in CollectAndReportSuccessfulUpdateMetrics() local
795 reboot_count, in CollectAndReportSuccessfulUpdateMetrics()