OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:backoff_expiry
(Results
1 - 3
of
3
) sorted by null
/system/update_engine/update_manager/
chromeos_policy.h
36
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
policy.h
113
base::Time
backoff_expiry
;
member in struct:chromeos_update_manager::UpdateState
178
base::Time
backoff_expiry
;
member in struct:chromeos_update_manager::UpdateDownloadParams
chromeos_policy.cc
312
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 316 milliseconds