Lines Matching full:bootprogress
25 using BootProgress = sdbusplus::xyz::openbmc_project::State::Boot::server:: typedef
194 * @return BootProgress on success
198 inline BootProgress getBootProgress() in getBootProgress()
204 return getStateValue<BootProgress>(bootProgressInterface, hostStateObjPath, in getBootProgress()
205 "BootProgress"); in getBootProgress()
219 BootProgress bootProgressStatus = getBootProgress(); in isHostRunning()
220 if ((bootProgressStatus == BootProgress::SystemInitComplete) || in isHostRunning()
221 (bootProgressStatus == BootProgress::SystemSetup) || in isHostRunning()
222 (bootProgressStatus == BootProgress::OSStart) || in isHostRunning()
223 (bootProgressStatus == BootProgress::OSRunning) || in isHostRunning()
224 (bootProgressStatus == BootProgress::PCIInit)) in isHostRunning()