Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dsensor_manager.cpp85 sensor->updateReading(true, false, in disableTerminusSensors()
372 sensor->updateReading(false, true, value); in getSensorReading()
375 sensor->updateReading(true, false, value); in getSensorReading()
379 sensor->updateReading(false, false, value); in getSensorReading()
408 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.cpp612 void NumericSensor::updateReading(bool available, bool functional, double value) in updateReading() function in pldm::platform_mc::NumericSensor
/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.hpp38 void updateReading();
75 void updateReading();
H A DExitAirTempSensor.cpp227 self->updateReading(); in setupMatches()
334 self->updateReading(); in addTachRanges()
345 void CFMSensor::updateReading() in updateReading()
352 parent->updateReading(); in updateReading()
577 self->updateReading(); in setupMatches()
657 void ExitAirTempSensor::updateReading() in updateReading()
945 exitAirSensor->updateReading(); in createSensor()
344 void CFMSensor::updateReading() updateReading() function in CFMSensor
655 void ExitAirTempSensor::updateReading() updateReading() function in ExitAirTempSensor
/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()