Home
last modified time | relevance | path

Searched refs:UpdateState (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/update_manager/
Dchromeos_policy_unittest.cc143 UpdateState GetDefaultUpdateState(TimeDelta first_seen_period) { in GetDefaultUpdateState()
145 UpdateState update_state = UpdateState(); in GetDefaultUpdateState()
564 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10)); in TEST_F()
577 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10)); in TEST_F()
595 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10)); in TEST_F()
615 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10)); in TEST_F()
636 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromSeconds(10)); in TEST_F()
664 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromSeconds(10)); in TEST_F()
693 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromSeconds(10)); in TEST_F()
725 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromSeconds(10)); in TEST_F()
[all …]
Dchromeos_policy.h67 UpdateState update_state) const override;
179 const UpdateState& update_state) const;
196 const UpdateState& update_state) const;
Dpolicy.h60 struct UpdateState { struct
249 UpdateState update_state) const = 0;
Ddefault_policy.h75 UpdateState update_state) const override;
Ddefault_policy.cc61 const UpdateState update_state) const { in UpdateCanStart()
Dmock_policy.h66 UpdateDownloadParams*, UpdateState));
Dupdate_manager_unittest.cc189 UpdateState update_state = UpdateState(); in TEST_F()
Dchromeos_policy.cc331 const UpdateState update_state) const { in UpdateCanStart()
707 const UpdateState& update_state) const { in UpdateBackoffAndDownloadUrl()
899 const UpdateState& update_state) const { in UpdateScattering()