Searched refs:TIMER_PERIOD_MS (Results 1 – 4 of 4) sorted by relevance
31 timer_id_ = startTimer( TIMER_PERIOD_MS ); in move()40 ( std::chrono::steady_clock::now() - last_update_ ).count() > TIMER_PERIOD_MS ) ) in move()67 ( std::chrono::steady_clock::now() - last_update_ ).count() > TIMER_PERIOD_MS ) ) { in timerEvent()
66 static constexpr int TIMER_PERIOD_MS = 10; variable