Home
last modified time | relevance | path

Searched refs:getSensorAttributes (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-host-ipmid/test/dbus-sdr/
H A Dsensorcommands_unittest.cpp114 result = ipmi::getSensorAttributes(yMax, yMin, mValue, rExp, bValue, bExp, in testBounds()
321 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
341 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
364 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
380 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
401 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
418 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
443 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
460 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
467 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
/openbmc/intel-ipmi-oem/tests/
H A Dtest_sensorcommands.cpp113 result = ipmi::getSensorAttributes(yMax, yMin, mValue, rExp, bValue, bExp, in testBounds()
320 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
340 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
363 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
379 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
400 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
417 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
442 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
459 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
466 result = ipmi::getSensorAttributes(maxValue, minValue, mValue, rExp, bValue, in TEST()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorutils.cpp150 bool getSensorAttributes(const double max, const double min, int16_t& mValue, in getSensorAttributes() function
315 bool result = getSensorAttributes(max, min, mValue, rExp, bValue, bExp, in getScaledIPMIValue()
H A Dsensorcommands.cpp503 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in calculateValue()
998 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in ipmiSenGetSensorReading()
1190 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in ipmiSenSetSensorThresholds()
1304 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in getIPMIThresholds()
1849 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in constructSensorSdr()
/openbmc/intel-ipmi-oem/include/
H A Dsensorutils.hpp158 static inline bool getSensorAttributes(const double max, const double min, in getSensorAttributes() function
325 bool result = getSensorAttributes(max, min, mValue, rExp, bValue, bExp, in getScaledIPMIValue()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorutils.hpp30 bool getSensorAttributes(const double max, const double min, int16_t& mValue,
/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp167 static inline bool getSensorAttributes(const double max, const double min, in getSensorAttributes() function
312 result = getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned); in getScaledIPMIValue()
/openbmc/intel-ipmi-oem/src/
H A Dsensorcommands.cpp466 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in ipmiSenGetSensorReading()
657 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in ipmiSenSetSensorThresholds()
771 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in getIPMIThresholds()
1397 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in getSensorDataRecord()
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp742 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in ipmiStorageGetSDR()