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.cpp84 sensor->updateReading(true, false, in disableTerminusSensors()
371 sensor->updateReading(false, true, value); in getSensorReading()
374 sensor->updateReading(true, false, value); in getSensorReading()
378 sensor->updateReading(false, false, value); in getSensorReading()
407 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.cpp693 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.cpp221 self->updateReading(); in setupMatches()
328 self->updateReading(); in addTachRanges()
339 void CFMSensor::updateReading() in updateReading() function in CFMSensor
346 parent->updateReading(); in updateReading()
559 self->updateReading(); in setupMatches()
636 void ExitAirTempSensor::updateReading() in updateReading() function in ExitAirTempSensor
912 exitAirSensor->updateReading(); in createSensor()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
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/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.cpp1043 if (details::sdrStatsTable.updateReading((ctx->lun << 8) | sensnum, in ipmiSenGetSensorReading()