Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Dupdate_attempter_android_unittest.cc118 int64_t reboot_count; in TEST_F() local
119 ASSERT_TRUE(prefs_.GetInt64(kPrefsNumReboots, &reboot_count)); in TEST_F()
120 ASSERT_EQ(2, reboot_count); in TEST_F()
Dmetrics_reporter_android.cc172 int reboot_count, in ReportSuccessfulUpdateMetrics() argument
187 static_cast<int32_t>(reboot_count), in ReportSuccessfulUpdateMetrics()
Dmetrics_reporter_android.h77 int reboot_count,
Dupdate_attempter_android.cc902 int64_t reboot_count = in CollectAndReportUpdateMetricsOnUpdateFinished() local
934 static_cast<int>(reboot_count), in CollectAndReportUpdateMetricsOnUpdateFinished()
1024 int64_t reboot_count = in UpdateStateAfterReboot() local
1026 metrics_utils::SetNumReboots(reboot_count + 1, prefs_); in UpdateStateAfterReboot()
/system/update_engine/common/
Dmetrics_reporter_stub.h72 int reboot_count, in ReportSuccessfulUpdateMetrics() argument
Dmock_metrics_reporter.h71 int reboot_count,
Dmetrics_reporter_interface.h175 int reboot_count,