Searched defs:reboot_count (Results 1 - 6 of 6) sorted by relevance

/system/update_engine/
H A Dupdate_attempter_android_unittest.cc82 // Check that the boot_id and reboot_count are updated.
91 int64_t reboot_count; local
92 EXPECT_TRUE(prefs_.GetInt64(kPrefsNumReboots, &reboot_count));
93 EXPECT_EQ(2, reboot_count);
H A Dmetrics_reporter_android.cc123 int reboot_count,
149 reboot_count);
115 ReportSuccessfulUpdateMetrics( int attempt_count, int , PayloadType payload_type, int64_t payload_size, int64_t num_bytes_downloaded[kNumDownloadSources], int download_overhead_percentage, base::TimeDelta total_duration, int reboot_count, int ) argument
H A Dmetrics_reporter_omaha_unittest.cc261 int reboot_count = 2; local
310 metrics::kMetricSuccessfulUpdateRebootCount, reboot_count, _, _, _))
336 reboot_count,
H A Dmetrics_reporter_omaha.cc366 int reboot_count,
446 LOG(INFO) << "Uploading reboot count of " << reboot_count << " for metric "
449 reboot_count,
358 ReportSuccessfulUpdateMetrics( int attempt_count, int updates_abandoned_count, PayloadType payload_type, int64_t payload_size, int64_t num_bytes_downloaded[kNumDownloadSources], int download_overhead_percentage, base::TimeDelta total_duration, int reboot_count, int url_switch_count) argument
H A Dupdate_attempter_android.cc730 int64_t reboot_count = local
758 static_cast<int>(reboot_count),
792 int64_t reboot_count = local
794 metrics_utils::SetNumReboots(reboot_count + 1, prefs_);
H A Dpayload_state.cc730 int reboot_count = GetNumReboots(); local
755 reboot_count,

Completed in 98 milliseconds