Searched defs:bootProgress (Results 1 – 7 of 7) sorted by relevance
62 void Hypervisor::updateCurrentHostState(std::string& bootProgress) in updateCurrentHostState()103 auto& bootProgress = std::get<std::string>(propertyMap->second); in bootProgressChangeEvent() local
276 std::string bootProgress; in load() local
57 auto bootProgress = std::get<ProgressStages>(bootProgressV); in wasHostBooting() local
449 Host::ProgressStages Host::bootProgress(ProgressStages value) in bootProgress() function in phosphor::state::manager::Host
20 std::string bootProgress = "Invalid.Boot.Progress"; in TEST() local
263 std::string bootProgress(std::get<std::string>(value)); in hostRunningState() local
82 constexpr auto bootProgress = "xyz.openbmc_project.State.Boot.Progress"; variable