Searched refs:updateReading (Results 1 – 8 of 8) sorted by relevance
/openbmc/dbus-sensors/src/exit-air/ |
H A D | ExitAirTempSensor.hpp | 32 void updateReading(); 69 void updateReading();
|
H A D | ExitAirTempSensor.cpp | 227 self->updateReading(); in setupMatches() 333 self->updateReading(); in addTachRanges() 344 void CFMSensor::updateReading() in updateReading() function in CFMSensor 351 parent->updateReading(); in updateReading() 575 self->updateReading(); in setupMatches() 655 void ExitAirTempSensor::updateReading() in updateReading() function in ExitAirTempSensor 942 exitAirSensor->updateReading(); in createSensor()
|
/openbmc/pldm/platform-mc/ |
H A D | sensor_manager.cpp | 330 sensor->updateReading(false, true, value); in getSensorReading() 333 sensor->updateReading(true, false, value); in getSensorReading() 337 sensor->updateReading(false, false, value); in getSensorReading() 366 sensor->updateReading(true, true, value); in getSensorReading()
|
H A D | numeric_sensor.hpp | 75 void updateReading(bool available, bool functional, double value = 0);
|
H A D | numeric_sensor.cpp | 707 void NumericSensor::updateReading(bool available, bool functional, double value) in updateReading() function in pldm::platform_mc::NumericSensor
|
/openbmc/phosphor-host-ipmid/include/dbus-sdr/ |
H A D | sdrutils.hpp | 90 bool updateReading(double reading, int raw) in updateReading() function in details::IPMIStatsEntry 207 bool updateReading(size_t index, double reading, int raw) in updateReading() function in details::IPMIStatsTable 210 return entries[index].updateReading(reading, raw); in updateReading()
|
/openbmc/intel-ipmi-oem/include/ |
H A D | sdrutils.hpp | 89 bool updateReading(double reading, int raw) in updateReading() function in details::IPMIStatsEntry 206 bool updateReading(size_t index, double reading, int raw) in updateReading() function in details::IPMIStatsTable 209 return entries[index].updateReading(reading, raw); in updateReading()
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorcommands.cpp | 1030 if (details::sdrStatsTable.updateReading((ctx->lun << 8) | sensnum, in ipmiSenGetSensorReading()
|