OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:consecutive_failed_update_checks
(Results
1 - 5
of
5
) sorted by null
/system/update_engine/
mock_update_attempter.h
55
MOCK_CONST_METHOD0(
consecutive_failed_update_checks
, unsigned int(void));
update_attempter.h
211
virtual unsigned int
consecutive_failed_update_checks
() const {
function in class:chromeos_update_engine::UpdateAttempter
/system/update_engine/update_manager/
chromeos_policy.cc
629
const unsigned int*
consecutive_failed_update_checks
= ec->GetValue(
local
631
POLICY_CHECK_VALUE_AND_FAIL(
consecutive_failed_update_checks
, error);
634
unsigned int num_failures = *
consecutive_failed_update_checks
;
[
all
...]
real_updater_provider.cc
357
system_state()->update_attempter()->
consecutive_failed_update_checks
());
445
"
consecutive_failed_update_checks
", system_state_)),
real_updater_provider_unittest.cc
428
consecutive_failed_update_checks
())
Completed in 138 milliseconds