Searched refs:reboot_count (Results 1 – 11 of 11) sorted by relevance
/system/update_engine/ |
D | metrics_reporter_android.cc | 124 int reboot_count, in ReportSuccessfulUpdateMetrics() argument 150 reboot_count); in ReportSuccessfulUpdateMetrics()
|
D | update_attempter_android_unittest.cc | 91 int64_t reboot_count; in TEST_F() local 92 EXPECT_TRUE(prefs_.GetInt64(kPrefsNumReboots, &reboot_count)); in TEST_F() 93 EXPECT_EQ(2, reboot_count); in TEST_F()
|
D | mock_metrics_reporter.h | 73 int reboot_count,
|
D | metrics_reporter_interface.h | 184 int reboot_count,
|
D | metrics_reporter_stub.h | 76 int reboot_count, in ReportSuccessfulUpdateMetrics() argument
|
D | metrics_reporter_android.h | 76 int reboot_count,
|
D | metrics_reporter_omaha.h | 153 int reboot_count,
|
D | update_attempter_android.cc | 722 int64_t reboot_count = in CollectAndReportUpdateMetricsOnUpdateFinished() local 751 static_cast<int>(reboot_count), in CollectAndReportUpdateMetricsOnUpdateFinished() 785 int64_t reboot_count = in UpdatePrefsAndReportUpdateMetricsOnReboot() local 787 metrics_utils::SetNumReboots(reboot_count + 1, prefs_); in UpdatePrefsAndReportUpdateMetricsOnReboot()
|
D | metrics_reporter_omaha.cc | 402 int reboot_count, in ReportSuccessfulUpdateMetrics() argument 491 LOG(INFO) << "Uploading reboot count of " << reboot_count << " for metric " in ReportSuccessfulUpdateMetrics() 494 reboot_count, in ReportSuccessfulUpdateMetrics()
|
D | metrics_reporter_omaha_unittest.cc | 326 int reboot_count = 2; in TEST_F() local 383 metrics::kMetricSuccessfulUpdateRebootCount, reboot_count, _, _, _)) in TEST_F() 410 reboot_count, in TEST_F()
|
D | payload_state.cc | 738 int reboot_count = GetNumReboots(); in CollectAndReportSuccessfulUpdateMetrics() local 765 reboot_count, in CollectAndReportSuccessfulUpdateMetrics()
|