Home
last modified time | relevance | path

Searched refs:ProgressStages (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dhost_reset_recovery.cpp46 using ProgressStages = BootProgress::ProgressStages; in wasHostBooting() typedef
55 auto bootProgressV = response.unpack<std::variant<ProgressStages>>(); in wasHostBooting()
57 auto bootProgress = std::get<ProgressStages>(bootProgressV); in wasHostBooting()
59 if (bootProgress == ProgressStages::Unspecified) in wasHostBooting()
H A Dhypervisor_state_manager.cpp67 BootProgress::ProgressStages::SystemInitComplete)) in updateCurrentHostState()
72 BootProgress::ProgressStages::OSRunning)) in updateCurrentHostState()
77 BootProgress::ProgressStages::Unspecified)) in updateCurrentHostState()
H A Dhost_state_manager.hpp96 ProgressStages bootProgress(ProgressStages value) override;
H A Dhost_state_manager.cpp300 this->bootProgress(bootprogress::Progress::ProgressStages::Unspecified); in sysStateChangeJobRemoved()
452 Host::ProgressStages Host::bootProgress(ProgressStages value) in bootProgress()
/openbmc/phosphor-state-manager/service_files/
H A Dphosphor-reset-sensor-states@.service11 …e.Boot.Progress BootProgress s xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified"
/openbmc/phosphor-debug-collector/
H A Ddump_utils.hpp26 Progress::ProgressStages;
/openbmc/openpower-occ-control/
H A Dutils.cpp26 Progress::ProgressStages;
/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp266 server::Progress::ProgressStages; in hostRunningState()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp136 if ((status == Progress::ProgressStages::SystemInitComplete) || in DataInterface()
137 (status == Progress::ProgressStages::OSRunning)) in DataInterface()
/openbmc/openbmc-test-automation/lib/
H A Dstate_manager.robot129 # "BootProgress": "xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSStart",
/openbmc/docs/
H A Drest-api.md190 "BootProgress": "xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified",