Home
last modified time | relevance | path

Searched refs:chassisStateIntf (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dmanager.cpp45 constexpr auto chassisStateIntf = "xyz.openbmc_project.State.Chassis"; variable
294 auto service = getService(chassisStatePath, chassisStateIntf, bus); in isSystemPoweredOn()
298 getProperty(chassisStateIntf, chassisStateProp, chassisStatePath, in isSystemPoweredOn()
/openbmc/intel-ipmi-oem/src/
H A Dchassiscommands.cpp280 constexpr const char* chassisStateIntf = in getPowerStatus() local
283 ipmi::getService(*busp, chassisStateIntf, chassisStatePath); in getPowerStatus()
287 chassisStateIntf, "CurrentPowerState"); in getPowerStatus()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp848 constexpr auto chassisStateIntf = "xyz.openbmc_project.State.Chassis"; in initiateChassisStateTransition() local
852 ipmi::getService(ctx, chassisStateIntf, chassisStatePath, service); in initiateChassisStateTransition()
862 chassisStateIntf, "RequestedPowerTransition", in initiateChassisStateTransition()
968 constexpr const char* chassisStateIntf = in getPowerStatus() local
971 ipmi::getService(*busp, chassisStateIntf, chassisStatePath); in getPowerStatus()
975 chassisStateIntf, "CurrentPowerState"); in getPowerStatus()