Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DExitAirTempSensor.hpp32 void updateReading();
69 void updateReading();
H A DExitAirTempSensor.cpp223 self->updateReading(); in setupMatches()
327 self->updateReading(); in addTachRanges()
338 void CFMSensor::updateReading() in updateReading() function in CFMSensor
345 parent->updateReading(); in updateReading()
568 self->updateReading(); in setupMatches()
647 void ExitAirTempSensor::updateReading() in updateReading() function in ExitAirTempSensor
930 exitAirSensor->updateReading(); in createSensor()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsdrutils.hpp90 bool updateReading(double reading, int raw) in updateReading() function in details::IPMIStatsEntry
208 bool updateReading(size_t index, double reading, int raw) in updateReading() function in details::IPMIStatsTable
211 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
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/src/
H A Dsensorcommands.cpp514 if (details::sdrStatsTable.updateReading(sensnum, reading, byteValue)) in ipmiSenGetSensorReading()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1053 if (details::sdrStatsTable.updateReading((ctx->lun << 8) | sensnum, in ipmiSenGetSensorReading()