Home
last modified time | relevance | path

Searched refs:updateLastValue (Results 1 – 3 of 3) sorted by relevance

/openbmc/telemetry/src/
H A Dmetric.cpp98 if (data.updateLastValue(newValue)) in sensorUpdated()
139 if (data->updateLastValue(*newValue)) in updateReadings()
/openbmc/telemetry/src/metrics/
H A Dcollection_data.hpp22 bool updateLastValue(double value);
H A Dcollection_data.cpp8 bool CollectionData::updateLastValue(double value) in updateLastValue() function in metrics::CollectionData