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.cpp49 constexpr auto chassisStateIntf = "xyz.openbmc_project.State.Chassis"; variable
376 auto service = getService(chassisStatePath, chassisStateIntf, bus); in isSystemPoweredOn()
380 getProperty(chassisStateIntf, chassisStateProp, chassisStatePath, in isSystemPoweredOn()
/openbmc/intel-ipmi-oem/src/
H A Dchassiscommands.cpp280 constexpr const char* chassisStateIntf = in getPowerStatus() local
282 auto service = ipmi::getService(*busp, chassisStateIntf, in getPowerStatus()
287 chassisStateIntf, "CurrentPowerState"); in getPowerStatus()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp855 constexpr auto chassisStateIntf = "xyz.openbmc_project.State.Chassis"; in initiateChassisStateTransition() local
858 boost::system::error_code ec = ipmi::getService(ctx, chassisStateIntf, in initiateChassisStateTransition()
869 chassisStateIntf, "RequestedPowerTransition", in initiateChassisStateTransition()
975 constexpr const char* chassisStateIntf = in getPowerStatus() local
977 auto service = ipmi::getService(*busp, chassisStateIntf, in getPowerStatus()
982 chassisStateIntf, "CurrentPowerState"); in getPowerStatus()