/openbmc/phosphor-pid-control/dbus/ |
H A D | dbuspassive.cpp | 116 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 D | dbuspassive.hpp | 59 void updateValue(double value, bool force);
|
/openbmc/telemetry/src/ |
H A D | sensor.cpp | 62 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 D | sensor.hpp | 48 void updateValue(double);
|
/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) 292 // Same semantics as Sensor::updateValue(const double&) in updateValue() 290 void PSUSubEvent::updateValue(const int& newValue) updateValue() function in PSUSubEvent
|
H A D | PSUSensor.cpp | 157 updateValue(std::numeric_limits<double>::quiet_NaN()); in setupRead() 238 updateValue((rawValue / sensorFactor) + sensorOffset); in handleResponse()
|
H A D | PSUEvent.hpp | 72 void updateValue(const int& newValue);
|
/openbmc/dbus-sensors/src/intrusion/ |
H A D | ChassisIntrusionSensor.cpp | 75 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 D | ChassisIntrusionSensor.hpp | 26 void updateValue(const size_t& value);
|
/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 | 378 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 D | IntelCPUSensor.cpp | 164 updateValue(std::numeric_limits<double>::quiet_NaN()); in setupRead() 281 updateValue(nvalue); in handleResponse()
|
/openbmc/dbus-sensors/src/exit-air/ |
H A D | ExitAirTempSensor.cpp | 354 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 D | NVMeBasicContext.cpp | 273 sensor->updateValue(std::numeric_limits<double>::quiet_NaN()); in readAndProcessNVMeSensor() 434 sensor->updateValue(value); in processResponse()
|
/openbmc/dbus-sensors/src/external/ |
H A D | ExternalSensor.cpp | 167 // 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 D | IpmbSensor.cpp | 475 updateValue(value); in read() 501 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 | 190 updateValue(v); in read()
|