Searched refs:timerInterval (Results 1 – 2 of 2) sorted by relevance
411 void Report::scheduleTimerForPeriodicReport(Milliseconds timerInterval) in scheduleTimerForPeriodicReport() argument415 timer.expires_after(timerInterval); in scheduleTimerForPeriodicReport()430 constexpr Milliseconds timerInterval{100}; in scheduleTimerForOnChangeReport() local432 timer.expires_after(timerInterval); in scheduleTimerForOnChangeReport()
54 Milliseconds timerInterval = Milliseconds(0); member in Sensor