Searched refs:hostStateObjPath (Results 1 – 3 of 3) sorted by relevance
186 constexpr auto hostStateObjPath = "/xyz/openbmc_project/state/host0"; in getHostState() local187 return getStateValue<HostState>(hostStateInterface, hostStateObjPath, in getHostState()203 constexpr auto hostStateObjPath = "/xyz/openbmc_project/state/host0"; in getBootProgress() local204 return getStateValue<BootProgress>(bootProgressInterface, hostStateObjPath, in getBootProgress()
205 auto service = utils::getService(bus, hostStateObjPath, hostStateIntf); in rebootHost()213 auto method = bus.new_method_call(service.c_str(), hostStateObjPath, in rebootHost()
46 constexpr auto hostStateObjPath = "/xyz/openbmc_project/state/host0"; variable