Home
last modified time | relevance | path

Searched refs:ControlMode (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcontrol.hpp37 enum class ControlMode{ enum
79 NLOHMANN_JSON_SERIALIZE_ENUM(ControlMode, {
80 {ControlMode::Invalid, "Invalid"},
81 {ControlMode::Automatic, "Automatic"},
82 {ControlMode::Override, "Override"},
83 {ControlMode::Manual, "Manual"},
84 {ControlMode::Disabled, "Disabled"},
/openbmc/phosphor-pid-control/ipmi/
H A Ddbus_mode.cpp17 using ControlMode = sdbusplus::common::xyz::openbmc_project::control::Mode; typedef
44 pimMsg.append(ControlMode::interface); in getFanCtrlProperty()
76 pimMsg.append(ControlMode::interface); in setFanCtrlProperty()
/openbmc/phosphor-pid-control/
H A Dsetsensor.cpp18 using ControlMode = sdbusplus::common::xyz::openbmc_project::control::Mode; typedef
73 pimMsg.append(ControlMode::interface); in SetManualMode()
74 pimMsg.append(ControlMode::property_names::manual); in SetManualMode()
/openbmc/phosphor-pid-control/test/
H A Dpid_zone_unittest.cpp46 using ControlMode = sdbusplus::common::xyz::openbmc_project::control::Mode; typedef
83 SetupDbusObject(&sdbus_mock_mode, defer, objPath, ControlMode::interface, in TEST()
124 ControlMode::interface, properties, &property_index); in PidZoneTest()
849 StrEq(ControlMode::interface), NotNull())) in TEST_F()
/openbmc/openbmc-test-automation/lib/
H A Denergy_scale_utils.robot23 # "ControlMode": "Disabled",