Lines Matching refs:system_state
222 SystemState* system_state) { in GetAppXml() argument
225 system_state->prefs()); in GetAppXml()
260 app_cohort_args += GetCohortArgXml(system_state->prefs(), in GetAppXml()
262 app_cohort_args += GetCohortArgXml(system_state->prefs(), in GetAppXml()
264 app_cohort_args += GetCohortArgXml(system_state->prefs(), in GetAppXml()
320 SystemState* system_state) { in GetRequestXml() argument
332 system_state); in GetRequestXml()
344 system_state); in GetRequestXml()
570 SystemState* system_state, in OmahaRequestAction() argument
574 : system_state_(system_state), in OmahaRequestAction()
580 params_ = system_state->request_params(); in OmahaRequestAction()
632 int OmahaRequestAction::GetInstallDate(SystemState* system_state) { in GetInstallDate() argument
633 PrefsInterface* prefs = system_state->prefs(); in GetInstallDate()
669 if (!system_state->hardware()->IsOOBEEnabled() || in GetInstallDate()
670 !system_state->hardware()->IsOOBEComplete(&time_of_oobe)) { in GetInstallDate()
685 if (!OmahaRequestAction::PersistInstallDate(system_state, in GetInstallDate()
1484 bool OmahaRequestAction::HasInstallDate(SystemState *system_state) { in HasInstallDate() argument
1485 PrefsInterface* prefs = system_state->prefs(); in HasInstallDate()
1494 SystemState *system_state, in PersistInstallDate() argument
1499 PrefsInterface* prefs = system_state->prefs(); in PersistInstallDate()
1507 system_state->metrics_lib()->SendEnumToUMA( in PersistInstallDate()