Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/external/
H A DExternalSensor.hpp54 std::chrono::steady_clock::duration ageRemaining(
H A DExternalSensor.cpp183 std::chrono::steady_clock::duration ExternalSensor::ageRemaining( in ageRemaining()
182 std::chrono::steady_clock::duration ExternalSensor::ageRemaining( ageRemaining() function in ExternalSensor
H A DExternalSensorMain.cpp104 auto expiration = sensor->ageRemaining(now); in updateReaper()