Home
last modified time | relevance | path

Searched refs:hostStateObjPath (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-debug-collector/
H A Ddump_utils.hpp186 constexpr auto hostStateObjPath = "/xyz/openbmc_project/state/host0"; in getHostState() local
187 return getStateValue<HostState>(hostStateInterface, hostStateObjPath, in getHostState()
203 constexpr auto hostStateObjPath = "/xyz/openbmc_project/state/host0"; in getBootProgress() local
204 return getStateValue<BootProgress>(bootProgressInterface, hostStateObjPath, in getBootProgress()
/openbmc/openpower-pnor-code-mgmt/
H A Dactivation.cpp205 auto service = utils::getService(bus, hostStateObjPath, hostStateIntf); in rebootHost()
213 auto method = bus.new_method_call(service.c_str(), hostStateObjPath, in rebootHost()
H A Dactivation.hpp46 constexpr auto hostStateObjPath = "/xyz/openbmc_project/state/host0"; variable