Home
last modified time | relevance | path

Searched defs:zoneId (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-pid-control/failsafeloggers/
H A Dfailsafe_logger_utility.hpp30 for (const int64_t zoneId : sensorNameToZoneId[sensorName]) in outputFailsafeLogWithSensor() local
44 const int64_t zoneId, const bool newFailsafeState, in outputFailsafeLogWithZone()
H A Dbuilder.cpp44 int64_t zoneId = zoneIdToZone.first; in buildFailsafeLoggers() local
H A Dfailsafe_logger.cpp10 const int64_t zoneId, const bool newFailsafeState, in outputFailsafeLog()
/openbmc/phosphor-pid-control/ipmi/
H A Ddbus_mode.cpp48 uint8_t DbusZoneControl::getFanCtrlProperty(uint8_t zoneId, bool* value, in getFanCtrlProperty()
77 uint8_t DbusZoneControl::setFanCtrlProperty(uint8_t zoneId, bool value, in setFanCtrlProperty()
/openbmc/phosphor-pid-control/test/
H A Dpid_zone_unittest.cpp135 int64_t zoneId = 1; member in pid_control::__anon416c5d230111::PidZoneTest