Home
last modified time | relevance | path

Searched refs:updateReading (Results 1 – 8 of 8) sorted by relevance

/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.hpp32 void updateReading();
69 void updateReading();
H A DExitAirTempSensor.cpp227 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 Dsensor_manager.cpp330 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 Dnumeric_sensor.hpp75 void updateReading(bool available, bool functional, double value = 0);
H A Dnumeric_sensor.cpp707 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 Dsdrutils.hpp90 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 Dsdrutils.hpp89 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 Dsensorcommands.cpp1030 if (details::sdrStatsTable.updateReading((ctx->lun << 8) | sensnum, in ipmiSenGetSensorReading()