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

/system/update_engine/update_manager/
H A Dchromeos_policy.h36 base::Time backoff_expiry; member in struct:chromeos_update_manager::UpdateBackoffAndDownloadUrlResult
38 // Significant iff |do_increment_failures| is false and |backoff_expiry| is
154 // Within |update_state|, |backoff_expiry| and |is_backoff_disabled| are used
168 // * If backing off with a new expiry time, then |result->backoff_expiry| is
171 // * Else, |result->backoff_expiry| is set to null, indicating that no backoff
H A Dpolicy.h113 base::Time backoff_expiry; member in struct:chromeos_update_manager::UpdateState
178 base::Time backoff_expiry; member in struct:chromeos_update_manager::UpdateDownloadParams
H A Dchromeos_policy.cc312 result->backoff_expiry = update_state.backoff_expiry;
335 result->backoff_expiry = backoff_url_result.backoff_expiry;
338 !backoff_url_result.backoff_expiry.is_null();
680 result->backoff_expiry = update_state.backoff_expiry;
703 if (may_backoff && !update_state.backoff_expiry.is_null() &&
704 !ec->IsWallclockTimeGreaterThan(update_state.backoff_expiry)) {
833 Time backoff_expiry; local
[all...]

Completed in 83 milliseconds