Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dpolicy_test_utils.cc93 update_state.failures_last_updated = Time(); // Needs to be zero. in GetDefaultUpdateState()
Dpolicy.h92 base::Time failures_last_updated; member
Dupdate_manager_unittest.cc202 update_state.failures_last_updated = Time(); in TEST_F()
Dchromeos_policy.cc701 if (!update_state.failures_last_updated.is_null() && in UpdateBackoffAndDownloadUrl()
702 err_time <= update_state.failures_last_updated) in UpdateBackoffAndDownloadUrl()
Dchromeos_policy_unittest.cc590 update_state.failures_last_updated = curr_time; in TEST_F()
623 update_state.failures_last_updated = curr_time - TimeDelta::FromSeconds(1); in TEST_F()