Home
last modified time | relevance | path

Searched defs:bootProgress (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dhypervisor_state_manager.cpp62 void Hypervisor::updateCurrentHostState(std::string& bootProgress) in updateCurrentHostState()
103 auto& bootProgress = std::get<std::string>(propertyMap->second); in bootProgressChangeEvent() local
H A Dhost_state_manager.hpp276 std::string bootProgress; in load() local
H A Dhost_reset_recovery.cpp57 auto bootProgress = std::get<ProgressStages>(bootProgressV); in wasHostBooting() local
H A Dhost_state_manager.cpp449 Host::ProgressStages Host::bootProgress(ProgressStages value) in bootProgress() function in phosphor::state::manager::Host
/openbmc/phosphor-state-manager/test/
H A Dhypervisor_state.cpp20 std::string bootProgress = "Invalid.Boot.Progress"; in TEST() local
/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp263 std::string bootProgress(std::get<std::string>(value)); in hostRunningState() local
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp82 constexpr auto bootProgress = "xyz.openbmc_project.State.Boot.Progress"; variable