OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_backoff_disabled
(Results
1 - 5
of
5
) sorted by null
/system/update_engine/update_manager/
chromeos_policy.h
154
// Within |update_state|, |backoff_expiry| and |
is_backoff_disabled
| are used
policy.h
115
bool
is_backoff_disabled
;
member in struct:chromeos_update_manager::UpdateState
update_manager_unittest.cc
206
update_state.
is_backoff_disabled
= false;
chromeos_policy_unittest.cc
170
update_state.
is_backoff_disabled
= false;
652
update_state.
is_backoff_disabled
= true;
[
all
...]
chromeos_policy.cc
690
if (update_state.
is_backoff_disabled
) {
[
all
...]
Completed in 223 milliseconds