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.cpp113 updateValue(settings.value, true); in DbusPassive()
222 void DbusPassive::updateValue(double value, bool force) in updateValue() function in pid_control::DbusPassive
283 owner->updateValue(value, false); in handleSensorValue()
342 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()
105 void Sensor::updateValue(double newValue) in updateValue() function in Sensor
162 self->updateValue(*val); in signalProc()
H A Dsensor.hpp48 void updateValue(double);
/openbmc/dbus-sensors/src/
H A DPSUEvent.cpp198 updateValue(0); in setupRead()
265 updateValue(nvalue); in handleResponse()
283 updateValue(0); in handleResponse()
292 void PSUSubEvent::updateValue(const int& newValue) in updateValue() function in PSUSubEvent
H A DChassisIntrusionSensor.cpp74 void ChassisIntrusionSensor::updateValue(const size_t& value) in updateValue() function in ChassisIntrusionSensor
181 self->updateValue(value); in pollSensorStatus()
218 updateValue(value); in pollSensorStatus()
295 self->updateValue(value); in pollSensorStatus()
H A DHwmonTempSensor.cpp134 updateValue(std::numeric_limits<double>::quiet_NaN()); in setupRead()
192 updateValue((nvalue + offsetValue) * scaleValue); in handleResponse()
H A DPSUSensor.cpp151 updateValue(std::numeric_limits<double>::quiet_NaN()); in setupRead()
232 updateValue((rawValue / sensorFactor) + sensorOffset); in handleResponse()
H A Dsensor.hpp369 updateValue(std::numeric_limits<double>::quiet_NaN()); in setInitialProperties()
443 updateValue(std::numeric_limits<double>::quiet_NaN()); in markFunctional()
482 void updateValue(const double& newValue) in updateValue() function
H A DIntelCPUSensor.cpp164 updateValue(std::numeric_limits<double>::quiet_NaN()); in setupRead()
280 updateValue(nvalue); in handleResponse()
H A DChassisIntrusionSensor.hpp26 void updateValue(const size_t& value);
H A DNVMeBasicContext.cpp273 sensor->updateValue(std::numeric_limits<double>::quiet_NaN()); in readAndProcessNVMeSensor()
434 sensor->updateValue(value); in processResponse()
H A DExitAirTempSensor.cpp347 updateValue(val); in updateReading()
351 updateValue(std::numeric_limits<double>::quiet_NaN()); in updateReading()
653 updateValue(val); in updateReading()
657 updateValue(std::numeric_limits<double>::quiet_NaN()); in updateReading()
H A DPSUEvent.hpp70 void updateValue(const int& newValue);
H A DExternalSensor.cpp172 updateValue(std::numeric_limits<double>::quiet_NaN()); in writeInvalidate()
H A DADCSensor.cpp183 updateValue(nvalue); in handleResponse()
H A DIpmbSensor.cpp472 updateValue(value); in ipmbRequestCompletionCb()
498 updateValue(std::numeric_limits<double>::quiet_NaN()); in sendIpmbRequest()
H A DMCUTempSensor.cpp192 updateValue(v); in read()
H A DTachSensor.cpp186 updateValue(nvalue); in handleResponse()