Home
last modified time | relevance | path

Searched refs:getFanCtrlProperty (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-pid-control/ipmi/
H A Dmanualcmds.cpp56 ipmi_ret_t rc = _control->getFanCtrlProperty(request->zone, &current, in getFailsafeModeState()
88 ipmi_ret_t rc = _control->getFanCtrlProperty(request->zone, &current, in getManualModeState()
H A Dcontrol.hpp19 virtual uint8_t getFanCtrlProperty(uint8_t zoneId, bool* value,
H A Ddbus_mode.hpp32 uint8_t getFanCtrlProperty(uint8_t zoneId, bool* value,
H A Ddbus_mode.cpp50 uint8_t DbusZoneControl::getFanCtrlProperty(uint8_t zoneId, bool* value, in getFanCtrlProperty() function in pid_control::ipmi::DbusZoneControl