Searched refs:ProgressStages (Results 1 – 11 of 11) sorted by relevance
46 using ProgressStages = BootProgress::ProgressStages; in wasHostBooting() typedef55 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()
67 BootProgress::ProgressStages::SystemInitComplete)) in updateCurrentHostState()72 BootProgress::ProgressStages::OSRunning)) in updateCurrentHostState()77 BootProgress::ProgressStages::Unspecified)) in updateCurrentHostState()
96 ProgressStages bootProgress(ProgressStages value) override;
300 this->bootProgress(bootprogress::Progress::ProgressStages::Unspecified); in sysStateChangeJobRemoved()452 Host::ProgressStages Host::bootProgress(ProgressStages value) in bootProgress()
11 …e.Boot.Progress BootProgress s xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified"
26 Progress::ProgressStages;
266 server::Progress::ProgressStages; in hostRunningState()
136 if ((status == Progress::ProgressStages::SystemInitComplete) || in DataInterface()137 (status == Progress::ProgressStages::OSRunning)) in DataInterface()
129 # "BootProgress": "xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSStart",
190 "BootProgress": "xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified",