Searched defs:target_attempt (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/
H A Dmetrics_reporter_omaha_unittest.cc363 int target_attempt = 3; local
366 SendToUMA(metrics::kMetricFailedUpdateCount, target_attempt, _, _, _))
369 reporter_.ReportFailedUpdateCount(target_attempt);
H A Dmetrics_reporter_omaha.cc507 void MetricsReporterOmaha::ReportFailedUpdateCount(int target_attempt) { argument
510 target_attempt,
515 LOG(INFO) << "Uploading " << target_attempt << " (count) for metric "
H A Dpayload_state.cc1250 int64_t target_attempt; local
1251 if (!prefs_->GetInt64(kPrefsTargetVersionAttempt, &target_attempt)) {
1254 target_attempt = 1;
1259 target_attempt);
1274 int64_t target_attempt; local
1280 if (!prefs_->GetInt64(kPrefsTargetVersionAttempt, &target_attempt))
1281 target_attempt = 0;
1284 target_attempt = 0;
1286 prefs_->SetInt64(kPrefsTargetVersionAttempt, target_attempt + 1);
1299 int64_t target_attempt; local
[all...]

Completed in 73 milliseconds