Home | History | Annotate | Download | only in update_engine

Lines Matching refs:update_check_count_value

1400   int64_t update_check_count_value;
1410 if (prefs_->GetInt64(kPrefsUpdateCheckCount, &update_check_count_value)) {
1413 LOG(INFO) << "Update check count = " << update_check_count_value;
1415 if (update_check_count_value == 0) {
1423 if (update_check_count_value > 0)
1424 update_check_count_value--;
1426 update_check_count_value = 0;
1428 // Write out the new value of update_check_count_value.
1429 if (prefs_->SetInt64(kPrefsUpdateCheckCount, update_check_count_value)) {
1432 LOG(INFO) << "New update check count = " << update_check_count_value;