• Home
  • Raw
  • Download

Lines Matching refs:system_state_

74     : system_state_(system_state) {}  in UpdateEngineService()
86 system_state_->update_attempter()->SetUpdateAttemptFlags(flags); in SetUpdateAttemptFlags()
105 *out_result = system_state_->update_attempter()->CheckForUpdate( in AttemptUpdate()
113 if (!system_state_->update_attempter()->CheckForInstall(dlc_module_ids, in AttemptInstall()
125 if (!system_state_->update_attempter()->Rollback(in_powerwash)) { in AttemptRollback()
135 bool can_rollback = system_state_->update_attempter()->CanRollback(); in CanRollback()
142 if (!system_state_->update_attempter()->ResetStatus()) { in ResetStatus()
152 if (!system_state_->update_attempter()->GetStatus(out_status)) { in GetStatus()
160 if (!system_state_->update_attempter()->RebootIfNeeded()) { in RebootIfNeeded()
171 const policy::DevicePolicy* device_policy = system_state_->device_policy(); in SetChannel()
176 UpdateAttempter* update_attempter = system_state_->update_attempter(); in SetChannel()
179 device_policy = system_state_->device_policy(); in SetChannel()
195 if (!system_state_->request_params()->SetTargetChannel( in SetChannel()
206 OmahaRequestParams* rp = system_state_->request_params(); in GetChannel()
214 PrefsInterface* prefs = system_state_->prefs(); in SetCohortHint()
232 PrefsInterface* prefs = system_state_->prefs(); in GetCohortHint()
245 PrefsInterface* prefs = system_state_->prefs(); in SetP2PUpdatePermission()
260 PrefsInterface* prefs = system_state_->prefs(); in GetP2PUpdatePermission()
276 system_state_->connection_manager(); in SetUpdateOverCellularPermission()
290 PrefsInterface* prefs = system_state_->prefs(); in SetUpdateOverCellularPermission()
308 system_state_->connection_manager(); in SetUpdateOverCellularTarget()
322 PrefsInterface* prefs = system_state_->prefs(); in SetUpdateOverCellularTarget()
338 system_state_->connection_manager(); in GetUpdateOverCellularPermission()
345 PrefsInterface* prefs = system_state_->prefs(); in GetUpdateOverCellularPermission()
369 if (!system_state_->update_attempter()->GetBootTimeAtUpdate(&time)) { in GetDurationSinceUpdate()
374 ClockInterface* clock = system_state_->clock(); in GetDurationSinceUpdate()
381 *out_prev_version = system_state_->update_attempter()->GetPrevVersion(); in GetPrevVersion()
388 system_state_->update_attempter()->GetRollbackSlot(); in GetRollbackPartition()
396 if (!system_state_->boot_control()->GetPartitionDevice( in GetRollbackPartition()
410 system_state_->update_attempter()->GetAttemptErrorCode(); in GetLastAttemptError()
417 PrefsInterface* prefs = system_state_->prefs(); in GetEolStatus()