Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dreport.cpp411 void Report::scheduleTimerForPeriodicReport(Milliseconds timerInterval) in scheduleTimerForPeriodicReport() argument
415 timer.expires_after(timerInterval); in scheduleTimerForPeriodicReport()
430 constexpr Milliseconds timerInterval{100}; in scheduleTimerForOnChangeReport() local
432 timer.expires_after(timerInterval); in scheduleTimerForOnChangeReport()
H A Dsensor.hpp54 Milliseconds timerInterval = Milliseconds(0); member in Sensor