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

/system/update_engine/update_manager/
H A Dchromeos_policy.h67 UpdateState update_state) const override;
179 const UpdateState& update_state) const;
196 const UpdateState& update_state) const;
H A Dchromeos_policy_unittest.cc142 // Returns a default UpdateState structure:
143 UpdateState GetDefaultUpdateState(TimeDelta first_seen_period) {
145 UpdateState update_state = UpdateState();
564 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10));
577 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10));
595 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10));
615 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromMinutes(10));
636 UpdateState update_state = GetDefaultUpdateState(TimeDelta::FromSeconds(10));
664 UpdateState update_stat
[all...]
H A Ddefault_policy.h75 UpdateState update_state) const override;
H A Dpolicy.h60 struct UpdateState { struct in namespace:chromeos_update_manager
174 // (UpdateState.{num_failures,failures_last_updated}) on the next time it is
249 UpdateState update_state) const = 0;
H A Ddefault_policy.cc61 const UpdateState update_state) const {
H A Dmock_policy.h66 UpdateDownloadParams*, UpdateState));
H A Dupdate_manager_unittest.cc189 UpdateState update_state = UpdateState();
H A Dchromeos_policy.cc331 const UpdateState update_state) const {
707 const UpdateState& update_state) const {
899 const UpdateState& update_state) const {

Completed in 750 milliseconds