Searched refs:bootProgress (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-state-manager/test/ |
H A D | hypervisor_state.cpp | 20 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 D | hypervisor_state_manager.cpp | 62 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 D | host_state_manager.hpp | 96 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 D | host_reset_recovery.cpp | 57 auto bootProgress = std::get<ProgressStages>(bootProgressV); in wasHostBooting() local 59 if (bootProgress == ProgressStages::Unspecified) in wasHostBooting() 66 "BOOTPROGRESS", bootProgress); in wasHostBooting()
|
H A D | host_state_manager.cpp | 298 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 D | hypervisor_state_manager.hpp | 73 void updateCurrentHostState(std::string& bootProgress);
|
/openbmc/openpower-hw-diags/util/ |
H A D | dbus.cpp | 263 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 D | data_interface.cpp | 82 constexpr auto bootProgress = "xyz.openbmc_project.State.Boot.Progress"; variable 145 bus, object_path::hostState, interface::bootProgress, "BootProgress", in DataInterface()
|