Home
last modified time | relevance | path

Searched refs:updateValue (Results 1 – 19 of 19) sorted by relevance

/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.cpp116 updateValue(settings.value, true); in DbusPassive()
254 void DbusPassive::updateValue(double value, bool force) in updateValue() function in pid_control::DbusPassive
315 owner->updateValue(value, false); in handleSensorValue()
374 owner->updateValue(std::numeric_limits<double>::quiet_NaN(), true); in handleSensorValue()
H A Ddbuspassive.hpp59 void updateValue(double value, bool force);
/openbmc/telemetry/src/
H A Dsensor.cpp62 self->updateValue(newValue); in async_read()
106 void Sensor::updateValue(double newValue) in updateValue() function in Sensor
163 self->updateValue(*val); in signalProc()
H A Dsensor.hpp48 void updateValue(double);
/openbmc/dbus-sensors/src/psu/
H A DPSUEvent.cpp195 updateValue(0); in setupRead()
262 updateValue(nvalue); in handleResponse()
280 updateValue(0); in handleResponse()
289 void PSUSubEvent::updateValue(const int& newValue)
292 // Same semantics as Sensor::updateValue(const double&) in updateValue()
290 void PSUSubEvent::updateValue(const int& newValue) updateValue() function in PSUSubEvent
H A DPSUSensor.cpp157 updateValue(std::numeric_limits<double>::quiet_NaN()); in setupRead()
238 updateValue((rawValue / sensorFactor) + sensorOffset); in handleResponse()
H A DPSUEvent.hpp72 void updateValue(const int& newValue);
/openbmc/dbus-sensors/src/intrusion/
H A DChassisIntrusionSensor.cpp75 void ChassisIntrusionSensor::updateValue(const size_t& value) in updateValue()
80 // Same semantics as Sensor::updateValue(const double&) in updateValue()
182 self->updateValue(value); in pollSensorStatus()
220 updateValue(value); in pollSensorStatus()
297 self->updateValue(value); in pollSensorStatus()
74 void ChassisIntrusionSensor::updateValue(const size_t& value) updateValue() function in ChassisIntrusionSensor
H A DChassisIntrusionSensor.hpp26 void updateValue(const size_t& value);
/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempSensor.cpp139 updateValue(std::numeric_limits<double>::quiet_NaN()); in setupRead()
197 updateValue((nvalue + offsetValue) * scaleValue); in handleResponse()
/openbmc/dbus-sensors/src/adc/
H A DADCSensor.cpp112 updateValue(std::numeric_limits<double>::quiet_NaN()); in setupRead()
223 updateValue(nvalue); in handleResponse()
/openbmc/dbus-sensors/src/
H A Dsensor.hpp378 updateValue(std::numeric_limits<double>::quiet_NaN()); in setInitialProperties()
452 updateValue(std::numeric_limits<double>::quiet_NaN()); in markFunctional()
491 void updateValue(const double& newValue) in updateValue() function
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.cpp164 updateValue(std::numeric_limits<double>::quiet_NaN()); in setupRead()
281 updateValue(nvalue); in handleResponse()
/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.cpp354 updateValue(val); in updateReading()
358 updateValue(std::numeric_limits<double>::quiet_NaN()); in updateReading()
663 updateValue(val); in updateReading()
667 updateValue(std::numeric_limits<double>::quiet_NaN()); in updateReading()
/openbmc/dbus-sensors/src/nvme/
H A DNVMeBasicContext.cpp273 sensor->updateValue(std::numeric_limits<double>::quiet_NaN()); in readAndProcessNVMeSensor()
434 sensor->updateValue(value); in processResponse()
/openbmc/dbus-sensors/src/external/
H A DExternalSensor.cpp167 // This allows sensor::updateValue() to work normally, in writeInvalidate()
173 updateValue(std::numeric_limits<double>::quiet_NaN()); in writeInvalidate()
/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSensor.cpp475 updateValue(value); in read()
501 updateValue(std::numeric_limits<double>::quiet_NaN()); in sendIpmbRequest()
/openbmc/dbus-sensors/src/fan/
H A DTachSensor.cpp186 updateValue(nvalue); in handleResponse()
/openbmc/dbus-sensors/src/mcu/
H A DMCUTempSensor.cpp190 updateValue(v); in read()