Searched refs:reboot_count (Results 1 – 11 of 11) sorted by relevance
/system/update_engine/aosp/ |
D | update_attempter_android_unittest.cc | 100 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()
|
D | metrics_reporter_android.cc | 172 int reboot_count, in ReportSuccessfulUpdateMetrics() argument 188 static_cast<int32_t>(reboot_count), in ReportSuccessfulUpdateMetrics()
|
D | metrics_reporter_android.h | 77 int reboot_count,
|
D | update_attempter_android.cc | 848 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/ |
D | mock_metrics_reporter.h | 71 int reboot_count,
|
D | metrics_reporter_stub.h | 72 int reboot_count, in ReportSuccessfulUpdateMetrics() argument
|
D | metrics_reporter_interface.h | 175 int reboot_count,
|
/system/update_engine/cros/ |
D | metrics_reporter_omaha.h | 149 int reboot_count,
|
D | metrics_reporter_omaha_unittest.cc | 307 int reboot_count = 2; in TEST_F() local 364 metrics::kMetricSuccessfulUpdateRebootCount, reboot_count, _, _, _)) in TEST_F() 391 reboot_count, in TEST_F()
|
D | metrics_reporter_omaha.cc | 353 int reboot_count, in ReportSuccessfulUpdateMetrics() argument 431 reboot_count, in ReportSuccessfulUpdateMetrics()
|
D | payload_state.cc | 768 int reboot_count = GetNumReboots(); in CollectAndReportSuccessfulUpdateMetrics() local 795 reboot_count, in CollectAndReportSuccessfulUpdateMetrics()
|