Searched refs:chassisStatePath (Results 1 – 4 of 4) sorted by relevance
| /openbmc/phosphor-power/phosphor-regulators/src/ |
| H A D | manager.cpp | 44 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 D | systems_utils.hpp | 243 const sdbusplus::message::object_path chassisStatePath( in getChassisStateObjectPath() local 247 return chassisStatePath; in getChassisStateObjectPath()
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | chassiscommands.cpp | 279 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 D | chassishandler.cpp | 876 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()
|