Home
last modified time | relevance | path

Searched refs:consecutive_failed_update_checks (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/update_manager/
Dnext_update_check_policy_impl.cc106 const unsigned int* consecutive_failed_update_checks = in NextUpdateCheckTime() local
108 POLICY_CHECK_VALUE_AND_FAIL(consecutive_failed_update_checks, error); in NextUpdateCheckTime()
111 unsigned int num_failures = *consecutive_failed_update_checks; in NextUpdateCheckTime()
Dreal_updater_provider.cc355 system_state()->update_attempter()->consecutive_failed_update_checks()); in GetValue()
Dreal_updater_provider_unittest.cc417 consecutive_failed_update_checks()) in TEST_F()
/system/update_engine/
Dmock_update_attempter.h61 MOCK_CONST_METHOD0(consecutive_failed_update_checks, unsigned int(void));
Dupdate_attempter.h197 virtual unsigned int consecutive_failed_update_checks() const { in consecutive_failed_update_checks() function