| /openbmc/telemetry/src/ |
| H A D | sensor.cpp | 65 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 D | sensor.hpp | 51 void updateValue(double);
|
| /openbmc/dbus-sensors/src/intrusion/ |
| H A D | ChassisIntrusionSensor.cpp | 73 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 D | ChassisIntrusionSensor.hpp | 26 void updateValue(const size_t& value);
|
| /openbmc/dbus-sensors/src/psu/ |
| H A D | PSUEvent.cpp | 195 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 D | PSUSensor.cpp | 152 updateValue(std::numeric_limits<double>::quiet_NaN()); in setupRead() 233 updateValue((rawValue / sensorFactor) + sensorOffset); in handleResponse()
|
| H A D | PSUEvent.hpp | 71 void updateValue(const int& newValue);
|
| /openbmc/phosphor-pid-control/dbus/ |
| H A D | dbuspassive.cpp | 338 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 D | dbuspassive.hpp | 56 void updateValue(double value, bool force);
|
| /openbmc/dbus-sensors/src/hwmon-temp/ |
| H A D | HwmonTempSensor.cpp | 139 updateValue(std::numeric_limits<double>::quiet_NaN()); in setupRead() 197 updateValue((nvalue + offsetValue) * scaleValue); in handleResponse()
|
| /openbmc/dbus-sensors/src/adc/ |
| H A D | ADCSensor.cpp | 112 updateValue(std::numeric_limits<double>::quiet_NaN()); in setupRead() 223 updateValue(nvalue); in handleResponse()
|
| /openbmc/dbus-sensors/src/ |
| H A D | sensor.hpp | 385 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 D | IntelCPUSensor.cpp | 165 updateValue(std::numeric_limits<double>::quiet_NaN()); in setupRead() 287 updateValue(nvalue); in handleResponse()
|
| /openbmc/dbus-sensors/src/nvidia-gpu/ |
| H A D | NvidiaGpuVoltageSensor.cpp | 112 updateValue(voltageValue / 1000000.0); in processResponse()
|
| H A D | NvidiaGpuEnergySensor.cpp | 113 updateValue(energyValue / 1000.0); in processResponse()
|
| H A D | NvidiaGpuSensor.cpp | 135 updateValue(tempValue); in processResponse()
|
| H A D | NvidiaGpuPowerSensor.cpp | 115 updateValue(power / 1000.0); in processResponse()
|
| /openbmc/dbus-sensors/src/nvme/ |
| H A D | NVMeBasicContext.cpp | 258 sensor->updateValue(std::numeric_limits<double>::quiet_NaN()); in readAndProcessNVMeSensor() 431 sensor->updateValue(value); in processResponse()
|
| /openbmc/dbus-sensors/src/exit-air/ |
| H A D | ExitAirTempSensor.cpp | 348 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 D | ExternalSensor.cpp | 169 updateValue(std::numeric_limits<double>::quiet_NaN()); in writeInvalidate()
|
| /openbmc/dbus-sensors/src/ipmb/ |
| H A D | IpmbSensor.cpp | 469 updateValue(value); in ipmbRequestCompletionCb() 495 updateValue(std::numeric_limits<double>::quiet_NaN()); in sendIpmbRequest()
|
| /openbmc/dbus-sensors/src/fan/ |
| H A D | TachSensor.cpp | 186 updateValue(nvalue); in handleResponse()
|
| /openbmc/dbus-sensors/src/mcu/ |
| H A D | MCUTempSensor.cpp | 185 updateValue(v); in read()
|
| /openbmc/dbus-sensors/src/smbpbi/ |
| H A D | SmbpbiSensor.cpp | 355 updateValue(temp); in waitReadCallback()
|