Home
last modified time | relevance | path

Searched defs:chassisState (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-buttons/src/
H A Dhost_then_chassis_poweroff.cpp19 constexpr auto chassisState = "xyz.openbmc_project.State.Chassis0"; variable
26 constexpr auto chassisState = "/xyz/openbmc_project/state/chassis0"; variable
34 constexpr auto chassisState = "xyz.openbmc_project.State.Chassis"; variable
186 Chassis::PowerState chassisState; in isPoweredOn() local
/openbmc/openpower-pnor-code-mgmt/
H A Dversion.cpp150 std::string interface, chassisState; in updateDeleteInterface() local
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp56 constexpr auto chassisState = "/xyz/openbmc_project/state/chassis0"; variable
75 constexpr auto chassisState = "xyz.openbmc_project.State.Chassis"; variable
/openbmc/bmcweb/redfish-core/lib/
H A Dchassis.hpp105 const std::string& chassisState) { in getChassisState()