Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DExternalSensor.hpp51 ageRemaining(const std::chrono::steady_clock::time_point& now) const;
H A DExternalSensor.cpp182 std::chrono::steady_clock::duration ExternalSensor::ageRemaining( in ageRemaining() function in ExternalSensor
H A DExternalSensorMain.cpp104 auto expiration = sensor->ageRemaining(now); in updateReaper()