Home
last modified time | relevance | path

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

/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/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/include/
H A Dsensorutils.hpp158 static inline bool getSensorAttributes( in getSensorAttributes() function
323 getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned); in getScaledIPMIValue()
/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 getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned); in getScaledIPMIValue()
H A Dsensorcommands.cpp495 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in calculateValue()
980 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in ipmiSenGetSensorReading()
1171 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in ipmiSenSetSensorThresholds()
1285 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in getIPMIThresholds()
1854 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in constructSensorSdr()
/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( in getSensorAttributes() function
310 result = getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned); in getScaledIPMIValue()
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp742 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned)) in ipmiStorageGetSDR()