Home
last modified time | relevance | path

Searched refs:hostStateInterface (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp287 constexpr auto hostStateInterface = "xyz.openbmc_project.State.Host"; in hostRunningState() local
288 if (0 == find(hostStateInterface, path, service)) in hostRunningState()
295 if (0 == getProperty(hostStateInterface, path, service, in hostRunningState()
/openbmc/phosphor-debug-collector/
H A Ddump_utils.hpp184 constexpr auto hostStateInterface = "xyz.openbmc_project.State.Host"; in getHostState() local
187 return getStateValue<HostState>(hostStateInterface, hostStateObjPath, in getHostState()