Lines Matching refs:Get
81 SystemState::Get()->update_attempter()->SetUpdateAttemptFlags(flags); in SetUpdateAttemptFlags()
100 *out_result = SystemState::Get()->update_attempter()->CheckForUpdate( in AttemptUpdate()
108 if (!SystemState::Get()->update_attempter()->CheckForInstall(dlc_ids, in AttemptInstall()
120 if (!SystemState::Get()->update_attempter()->Rollback(in_powerwash)) { in AttemptRollback()
130 bool can_rollback = SystemState::Get()->update_attempter()->CanRollback(); in CanRollback()
137 if (!SystemState::Get()->update_attempter()->ResetStatus()) { in ResetStatus()
148 if (!SystemState::Get()->update_attempter()->SetDlcActiveValue(is_active, in SetDlcActiveValue()
158 if (!SystemState::Get()->update_attempter()->GetStatus(out_status)) { in GetStatus()
166 if (!SystemState::Get()->update_attempter()->RebootIfNeeded()) { in RebootIfNeeded()
178 SystemState::Get()->device_policy(); in SetChannel()
183 UpdateAttempter* update_attempter = SystemState::Get()->update_attempter(); in SetChannel()
186 device_policy = SystemState::Get()->device_policy(); in SetChannel()
202 if (!SystemState::Get()->request_params()->SetTargetChannel( in SetChannel()
213 OmahaRequestParams* rp = SystemState::Get()->request_params(); in GetChannel()
224 if (!SystemState::Get()->prefs()->SetString(kPrefsOmahaCohortHint, in SetCohortHint()
238 const auto* prefs = SystemState::Get()->prefs(); in GetCohortHint()
250 if (!SystemState::Get()->prefs()->SetBoolean(kPrefsP2PEnabled, in_enabled)) { in SetP2PUpdatePermission()
263 const auto* prefs = SystemState::Get()->prefs(); in GetP2PUpdatePermission()
278 SystemState::Get()->connection_manager(); in SetUpdateOverCellularPermission()
291 if (!SystemState::Get()->prefs()->SetBoolean( in SetUpdateOverCellularPermission()
307 SystemState::Get()->connection_manager(); in SetUpdateOverCellularTarget()
321 auto* prefs = SystemState::Get()->prefs(); in SetUpdateOverCellularTarget()
335 SystemState::Get()->connection_manager(); in GetUpdateOverCellularPermission()
342 const auto* prefs = SystemState::Get()->prefs(); in GetUpdateOverCellularPermission()
365 if (!SystemState::Get()->update_attempter()->GetBootTimeAtUpdate(&time)) { in GetDurationSinceUpdate()
370 const auto* clock = SystemState::Get()->clock(); in GetDurationSinceUpdate()
377 *out_prev_version = SystemState::Get()->update_attempter()->GetPrevVersion(); in GetPrevVersion()
384 SystemState::Get()->update_attempter()->GetRollbackSlot(); in GetRollbackPartition()
392 if (!SystemState::Get()->boot_control()->GetPartitionDevice( in GetRollbackPartition()
406 SystemState::Get()->update_attempter()->GetAttemptErrorCode(); in GetLastAttemptError()