Home
last modified time | relevance | path

Searched refs:bootProgress (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-state-manager/test/
H A Dhypervisor_state.cpp20 std::string bootProgress = "Invalid.Boot.Progress"; in TEST() local
21 hypObj.updateCurrentHostState(bootProgress); in TEST()
24 bootProgress = "xyz.openbmc_project.State.Boot.Progress." in TEST()
26 hypObj.updateCurrentHostState(bootProgress); in TEST()
29 bootProgress = "xyz.openbmc_project.State.Boot.Progress." in TEST()
31 hypObj.updateCurrentHostState(bootProgress); in TEST()
34 bootProgress = "xyz.openbmc_project.State.Boot.Progress." in TEST()
36 hypObj.updateCurrentHostState(bootProgress); in TEST()
/openbmc/phosphor-state-manager/
H A Dhypervisor_state_manager.cpp62 void Hypervisor::updateCurrentHostState(std::string& bootProgress) in updateCurrentHostState() argument
64 debug("New BootProgress: {BOOTPROGRESS}", "BOOTPROGRESS", bootProgress); in updateCurrentHostState()
66 if (bootProgress == "xyz.openbmc_project.State.Boot.Progress." in updateCurrentHostState()
71 else if (bootProgress == "xyz.openbmc_project.State.Boot.Progress." in updateCurrentHostState()
76 else if (bootProgress == "xyz.openbmc_project.State.Boot.Progress." in updateCurrentHostState()
103 auto& bootProgress = std::get<std::string>(propertyMap->second); in bootProgressChangeEvent() local
104 updateCurrentHostState(bootProgress); in bootProgressChangeEvent()
H A Dhost_state_manager.hpp96 ProgressStages bootProgress(ProgressStages value) override;
259 server::Progress::bootProgress()), in save()
276 std::string bootProgress; in load() local
287 archive(reqTranState, bootProgress, osState); in load()
296 bootProgress(Host::convertProgressStagesFromString(bootProgress)); in load()
H A Dhost_reset_recovery.cpp57 auto bootProgress = std::get<ProgressStages>(bootProgressV); in wasHostBooting() local
59 if (bootProgress == ProgressStages::Unspecified) in wasHostBooting()
66 "BOOTPROGRESS", bootProgress); in wasHostBooting()
H A Dhost_state_manager.cpp298 this->bootProgress(bootprogress::Progress::ProgressStages::Unspecified); in sysStateChangeJobRemoved()
449 Host::ProgressStages Host::bootProgress(ProgressStages value) in bootProgress() function in phosphor::state::manager::Host
451 auto retVal = bootprogress::Progress::bootProgress(value); in bootProgress()
H A Dhypervisor_state_manager.hpp73 void updateCurrentHostState(std::string& bootProgress);
/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp263 std::string bootProgress(std::get<std::string>(value)); in hostRunningState() local
270 server::Progress::convertProgressStagesFromString(bootProgress); in hostRunningState()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp82 constexpr auto bootProgress = "xyz.openbmc_project.State.Boot.Progress"; variable
145 bus, object_path::hostState, interface::bootProgress, "BootProgress", in DataInterface()