Searched refs:consecutive_failed_update_checks (Results 1 – 5 of 5) sorted by relevance
119 const unsigned int* consecutive_failed_update_checks = in NextUpdateCheckTime() local121 POLICY_CHECK_VALUE_AND_FAIL(consecutive_failed_update_checks, error); in NextUpdateCheckTime()124 unsigned int num_failures = *consecutive_failed_update_checks; in NextUpdateCheckTime()
348 ->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));
195 virtual unsigned int consecutive_failed_update_checks() const { in consecutive_failed_update_checks() function