Home
last modified time | relevance | path

Searched refs:findExpiredSensor (Results 1 – 2 of 2) sorted by relevance

/openbmc/telemetry/src/
H A Dsensor_cache.cpp3 SensorCache::SensorsContainer::iterator SensorCache::findExpiredSensor( in findExpiredSensor() function in SensorCache
14 for (auto it = findExpiredSensor(begin); it != sensors.end(); in cleanupExpiredSensors()
15 it = findExpiredSensor(begin)) in cleanupExpiredSensors()
H A Dsensor_cache.hpp44 SensorsContainer::iterator findExpiredSensor(SensorsContainer::iterator);