Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dsensor.cpp65 self->updateValue(newValue); in async_read()
109 void Sensor::updateValue(double newValue) in updateValue()
167 self->updateValue(*val); in signalProc()
106 void Sensor::updateValue(double newValue) updateValue() function in Sensor
H A Dsensor.hpp51 void updateValue(double);
/openbmc/dbus-sensors/src/intrusion/
H A DChassisIntrusionSensor.cpp73 void ChassisIntrusionSensor::updateValue(const size_t& value) in updateValue() function in ChassisIntrusionSensor
171 self->updateValue(value); in pollSensorStatus()
206 updateValue(value); in pollSensorStatus()
280 self->updateValue(value); in pollSensorStatus()
H A DChassisIntrusionSensor.hpp26 void updateValue(const size_t& value);
/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) in updateValue() function in PSUSubEvent
H A DPSUSensor.cpp152 updateValue(std::numeric_limits<double>::quiet_NaN()); in setupRead()
233 updateValue((rawValue / sensorFactor) + sensorOffset); in handleResponse()
H A DPSUEvent.hpp71 void updateValue(const int& newValue);
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.cpp338 updateValue(settings.value, true); in initFromSettings()
369 void DbusPassive::updateValue(double value, bool force) in updateValue() function in pid_control::DbusPassive
430 owner->updateValue(value, false); in handleSensorValue()
493 owner->updateValue(std::numeric_limits<double>::quiet_NaN(), true); in handleSensorValue()
H A Ddbuspassive.hpp56 void updateValue(double value, bool force);
/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.hpp385 updateValue(std::numeric_limits<double>::quiet_NaN()); in setInitialProperties()
459 updateValue(std::numeric_limits<double>::quiet_NaN()); in markFunctional()
498 void updateValue(const double& newValue) in updateValue() function
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.cpp165 updateValue(std::numeric_limits<double>::quiet_NaN()); in setupRead()
287 updateValue(nvalue); in handleResponse()
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaGpuVoltageSensor.cpp112 updateValue(voltageValue / 1000000.0); in processResponse()
H A DNvidiaGpuEnergySensor.cpp113 updateValue(energyValue / 1000.0); in processResponse()
H A DNvidiaGpuSensor.cpp135 updateValue(tempValue); in processResponse()
H A DNvidiaGpuPowerSensor.cpp115 updateValue(power / 1000.0); in processResponse()
/openbmc/dbus-sensors/src/nvme/
H A DNVMeBasicContext.cpp258 sensor->updateValue(std::numeric_limits<double>::quiet_NaN()); in readAndProcessNVMeSensor()
431 sensor->updateValue(value); in processResponse()
/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.cpp348 updateValue(val); in updateReading()
352 updateValue(std::numeric_limits<double>::quiet_NaN()); in updateReading()
642 updateValue(val); in updateReading()
646 updateValue(std::numeric_limits<double>::quiet_NaN()); in updateReading()
/openbmc/dbus-sensors/src/external/
H A DExternalSensor.cpp169 updateValue(std::numeric_limits<double>::quiet_NaN()); in writeInvalidate()
/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSensor.cpp469 updateValue(value); in ipmbRequestCompletionCb()
495 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.cpp185 updateValue(v); in read()
/openbmc/dbus-sensors/src/smbpbi/
H A DSmbpbiSensor.cpp355 updateValue(temp); in waitReadCallback()