Searched refs:TIMER_INTERVAL (Results 1 – 2 of 2) sorted by relevance
276 constexpr int32_t TIMER_INTERVAL = 3; variable277 int32_t ret = g_testMock->SetTimerInterval(TIMER_INTERVAL);293 constexpr int32_t TIMER_INTERVAL = -1; variable294 int32_t ret = g_testMock->SetTimerInterval(TIMER_INTERVAL);310 constexpr int32_t TIMER_INTERVAL = 0; variable311 int32_t ret = g_testMock->SetTimerInterval(TIMER_INTERVAL);327 constexpr int32_t TIMER_INTERVAL = 0; variable328 int32_t ret = g_testMock->SetTimerInterval(TIMER_INTERVAL);382 constexpr int32_t TIMER_INTERVAL = 0; variable383 int32_t ret = g_testMock->SetTimerInterval(TIMER_INTERVAL);[all …]
34 constexpr int32_t TIMER_INTERVAL { 3 }; variable129 SetTimerInterval(TIMER_INTERVAL); in InitTimer()