Searched refs:consecutive_failed_update_checks (Results 1 – 5 of 5) sorted by relevance
106 const unsigned int* consecutive_failed_update_checks = in NextUpdateCheckTime() local108 POLICY_CHECK_VALUE_AND_FAIL(consecutive_failed_update_checks, error); in NextUpdateCheckTime()111 unsigned int num_failures = *consecutive_failed_update_checks; in NextUpdateCheckTime()
355 system_state()->update_attempter()->consecutive_failed_update_checks()); in GetValue()
417 consecutive_failed_update_checks()) in TEST_F()
61 MOCK_CONST_METHOD0(consecutive_failed_update_checks, unsigned int(void));
197 virtual unsigned int consecutive_failed_update_checks() const { in consecutive_failed_update_checks() function