Searched refs:reboot_count (Results 1 – 11 of 11) sorted by relevance
/system/update_engine/ |
D | metrics_reporter_android.cc | 93 int reboot_count, in ReportSuccessfulUpdateMetrics() argument 109 reboot_count); in ReportSuccessfulUpdateMetrics()
|
D | update_attempter_android_unittest.cc | 97 int64_t reboot_count; in TEST_F() local 98 EXPECT_TRUE(prefs_.GetInt64(kPrefsNumReboots, &reboot_count)); in TEST_F() 99 EXPECT_EQ(2, reboot_count); in TEST_F()
|
D | mock_metrics_reporter.h | 73 int reboot_count,
|
D | metrics_reporter_android.h | 74 int reboot_count,
|
D | metrics_reporter_stub.h | 74 int reboot_count, in ReportSuccessfulUpdateMetrics() argument
|
D | metrics_reporter_interface.h | 182 int reboot_count,
|
D | metrics_reporter_omaha.h | 151 int reboot_count,
|
D | metrics_reporter_omaha.cc | 398 int reboot_count, in ReportSuccessfulUpdateMetrics() argument 487 LOG(INFO) << "Uploading reboot count of " << reboot_count << " for metric " in ReportSuccessfulUpdateMetrics() 490 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 | update_attempter_android.cc | 826 int64_t reboot_count = in CollectAndReportUpdateMetricsOnUpdateFinished() local 859 static_cast<int>(reboot_count), in CollectAndReportUpdateMetricsOnUpdateFinished() 893 int64_t reboot_count = in UpdatePrefsAndReportUpdateMetricsOnReboot() local 895 metrics_utils::SetNumReboots(reboot_count + 1, prefs_); in UpdatePrefsAndReportUpdateMetricsOnReboot()
|
D | payload_state.cc | 765 int reboot_count = GetNumReboots(); in CollectAndReportSuccessfulUpdateMetrics() local 792 reboot_count, in CollectAndReportSuccessfulUpdateMetrics()
|