Searched refs:reboot_count (Results 1 – 7 of 7) sorted by relevance
/system/update_engine/aosp/ |
D | update_attempter_android_unittest.cc | 118 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()
|
D | metrics_reporter_android.cc | 172 int reboot_count, in ReportSuccessfulUpdateMetrics() argument 187 static_cast<int32_t>(reboot_count), in ReportSuccessfulUpdateMetrics()
|
D | metrics_reporter_android.h | 77 int reboot_count,
|
D | update_attempter_android.cc | 902 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/ |
D | metrics_reporter_stub.h | 72 int reboot_count, in ReportSuccessfulUpdateMetrics() argument
|
D | mock_metrics_reporter.h | 71 int reboot_count,
|
D | metrics_reporter_interface.h | 175 int reboot_count,
|