Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/sensors/
H A Dhost.cpp65 int64_t getScale(T* sensor) in getScale() function
79 _value = value * pow(10, getScale(this)); /* scale value */ in value()
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.hpp67 int64_t getScale(void);
H A Ddbuspassive.cpp202 int64_t DbusPassive::getScale(void) in getScale() function in pid_control::DbusPassive
/openbmc/phosphor-hwmon/
H A Dsensor.hpp158 inline int64_t getScale(void) const in getScale() function in sensor::Sensor
H A Dhwmon.hpp77 inline auto getScale(decltype(typeAttrMap)::const_reference attrs) in getScale() function
H A Dsensor.cpp189 _scale = hwmon::getScale(attrs); in addValue()
H A Dmainloop.cpp310 int64_t scale = sensorObj->getScale(); in getObject()
/openbmc/phosphor-pid-control/test/
H A Ddbus_passive_unittest.cpp139 EXPECT_EQ(_scale, passive->getScale()); in TEST_F()