Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dsensor.hpp57 Milliseconds timerInterval = Milliseconds(0); member in Sensor
H A Dreport.cpp433 void Report::scheduleTimerForPeriodicReport(Milliseconds timerInterval) in scheduleTimerForPeriodicReport() argument
437 timer.expires_after(timerInterval); in scheduleTimerForPeriodicReport()
452 constexpr Milliseconds timerInterval{100}; in scheduleTimerForOnChangeReport() local
454 timer.expires_after(timerInterval); in scheduleTimerForOnChangeReport()