Searched refs:TIMER_INTERVAL (Results 1 – 5 of 5) sorted by relevance
36 constexpr int32_t TIMER_INTERVAL { 3 }; variable140 SetTimerInterval(TIMER_INTERVAL); in InitTimer()
28 const int MyLocationEngine::TIMER_INTERVAL = 0; member in OHOS::Telephony::MyLocationEngine81 this->requestConfig->SetTimeInterval(TIMER_INTERVAL); in SetValue()
109 static const int TIMER_INTERVAL; variable
21 #define TIMER_INTERVAL 500 macro286 ret = OsalTimerCreate(&g_timer, TIMER_INTERVAL, TimerFunc, (uintptr_t)device); in RepateEvent()
47 constexpr int32_t TIMER_INTERVAL { 3 }; variable287 int32_t ret = g_testMock->SetTimerInterval(TIMER_INTERVAL);