Home
last modified time | relevance | path

Searched refs:hostStatePath (Results 1 – 5 of 5) sorted by relevance

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dplatform_oem_ibm.cpp28 constexpr auto hostStatePath = "/xyz/openbmc_project/state/host0"; in sendBiosAttributeUpdateEvent() local
34 hostStatePath, hostStateProperty, BootProgress::interface); in sendBiosAttributeUpdateEvent()
/openbmc/phosphor-fan-presence/
H A Dpower_state.hpp337 std::string hostStatePath; in readHostState() local
356 hostStatePath = path.first; in readHostState()
360 hostStateService, hostStatePath, in readHostState()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsystems_utils.hpp222 const sdbusplus::message::object_path hostStatePath( in getHostStateObjectPath() local
226 return hostStatePath; in getHostStateObjectPath()
/openbmc/pldm/platform-mc/
H A Ddbus_to_terminus_effecters.cpp192 constexpr auto hostStatePath = "/xyz/openbmc_project/state/host0"; in isHostOn() local
196 hostStatePath, "BootProgress", BootProgress::interface); in isHostOn()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp838 const auto hostStatePath = in initiateHostStateTransition() local
848 ipmi::getService(ctx, HostState::interface, hostStatePath, service); in initiateHostStateTransition()
853 ctx, service, hostStatePath, HostState::interface, in initiateHostStateTransition()