Home
last modified time | relevance | path

Searched refs:chassisStatePath (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dmanager.cpp44 constexpr auto chassisStatePath = "/xyz/openbmc_project/state/chassis0"; variable
294 auto service = getService(chassisStatePath, chassisStateIntf, bus); in isSystemPoweredOn()
298 getProperty(chassisStateIntf, chassisStateProp, chassisStatePath, in isSystemPoweredOn()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsystems_utils.hpp243 const sdbusplus::message::object_path chassisStatePath( in getChassisStateObjectPath() local
247 return chassisStatePath; in getChassisStateObjectPath()
/openbmc/intel-ipmi-oem/src/
H A Dchassiscommands.cpp279 constexpr const char* chassisStatePath = in getPowerStatus() local
284 ipmi::getService(*busp, chassisStateIntf, chassisStatePath); in getPowerStatus()
287 ipmi::getDbusProperty(*busp, service, chassisStatePath, in getPowerStatus()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp876 constexpr auto chassisStatePath = "/xyz/openbmc_project/state/chassis0"; in initiateChassisStateTransition() local
880 ctx, ChassisState::interface, chassisStatePath, service); in initiateChassisStateTransition()
890 ctx, service, chassisStatePath, ChassisState::interface, in initiateChassisStateTransition()
994 constexpr const char* chassisStatePath = in getPowerStatus() local
997 ipmi::getService(*busp, ChassisState::interface, chassisStatePath); in getPowerStatus()
1000 *busp, service, chassisStatePath, ChassisState::interface, in getPowerStatus()