Searched refs:reboot_count (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/update_engine/aosp/ |
H A 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()
|
H A D | metrics_reporter_android.cc | 172 int reboot_count, in ReportSuccessfulUpdateMetrics() argument 188 static_cast<int32_t>(reboot_count), in ReportSuccessfulUpdateMetrics()
|
H A D | metrics_reporter_android.h | 77 int reboot_count,
|
H A 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()
|
/aosp12/system/update_engine/common/ |
H A D | metrics_reporter_stub.h | 72 int reboot_count, in ReportSuccessfulUpdateMetrics() argument
|
H A D | mock_metrics_reporter.h | 71 int reboot_count,
|
H A D | metrics_reporter_interface.h | 175 int reboot_count,
|
/aosp12/system/update_engine/cros/ |
H A 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()
|
H A D | metrics_reporter_omaha.h | 149 int reboot_count,
|
H A D | metrics_reporter_omaha.cc | 353 int reboot_count, in ReportSuccessfulUpdateMetrics() argument 431 reboot_count, in ReportSuccessfulUpdateMetrics()
|
H A D | payload_state.cc | 768 int reboot_count = GetNumReboots(); in CollectAndReportSuccessfulUpdateMetrics() local 795 reboot_count, in CollectAndReportSuccessfulUpdateMetrics()
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 11088 optional int32 reboot_count = 7; field
|