Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp310 valueIntf->maxValue(unitModifier(conversionFormula(maxValue))); in NumericSensor()
311 valueIntf->minValue(unitModifier(conversionFormula(minValue))); in NumericSensor()
328 metricIntf->maxValue(unitModifier(conversionFormula(maxValue))); in NumericSensor()
329 metricIntf->minValue(unitModifier(conversionFormula(minValue))); in NumericSensor()
333 hysteresis = unitModifier(conversionFormula(hysteresis)); in NumericSensor()
384 thresholdWarningIntf->warningHigh(unitModifier(warningHigh)); in NumericSensor()
385 thresholdWarningIntf->warningLow(unitModifier(warningLow)); in NumericSensor()
403 thresholdCriticalIntf->criticalHigh(unitModifier(criticalHigh)); in NumericSensor()
404 thresholdCriticalIntf->criticalLow(unitModifier(criticalLow)); in NumericSensor()
422 thresholdHardShutdownIntf->hardShutdownHigh(unitModifier(fatalHigh)); in NumericSensor()
[all …]
H A Ddbus_to_terminus_effecters.hpp56 int8_t unitModifier; //!< Numeric effecter PDR unitModifier member
H A Dnumeric_sensor.hpp90 double unitModifier(double value);
/openbmc/pldm/platform-mc/test/
H A Ddbus_to_terminus_effecter_test.cpp92 ASSERT_EQ(tempNumeric.unitModifier == dbusInfoNumeric.unitModifier, true); in TEST()
H A Dnumeric_sensor_test.cpp100 convertedValue = sensor.unitModifier(convertedValue); in TEST()