Lines Matching refs:SystemState
62 string current_url = SystemState::Get()->payload_state()->GetCurrentUrl(); in PerformAction()
78 OmahaRequestParams* const params = SystemState::Get()->request_params(); in PerformAction()
80 SystemState::Get()->payload_state(); in PerformAction()
117 SystemState::Get()->prefs(), update_check_response_hash); in PerformAction()
123 !DeltaPerformer::ResetUpdateProgress(SystemState::Get()->prefs(), in PerformAction()
127 !SystemState::Get()->prefs()->SetString( in PerformAction()
134 SystemState::Get()->boot_control()->GetCurrentSlot(); in PerformAction()
138 SystemState::Get()->boot_control()->GetCurrentSlot(); in PerformAction()
148 SystemState::Get()->prefs()->SetString(current_channel_key, in PerformAction()
161 SystemState::Get()->hardware()->GetMinKernelKeyVersion()); in PerformAction()
163 SystemState::Get()->hardware()->GetMinFirmwareKeyVersion()); in PerformAction()
216 SystemState::Get()->device_policy() && in PerformAction()
217 SystemState::Get()->device_policy()->IsEnterpriseEnrolled(); in PerformAction()
249 UpdateManager* const update_manager = SystemState::Get()->update_manager(); in PerformAction()
290 SystemState::Get()->hardware()->SetMaxKernelKeyRollforward( in PerformAction()
299 SystemState::Get()->hardware()->SetMaxKernelKeyRollforward( in PerformAction()
320 if (!SystemState::Get()->request_params()->IsUpdateUrlOfficial() || in AreHashChecksMandatory()
321 !SystemState::Get()->hardware()->IsOfficialBuild()) { in AreHashChecksMandatory()