Searched defs:timerld (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/test/ |
H A D | timer_manager_test.cpp | 52 int32_t timerld = TimerMgr->AddTimer(intervalMs, repeatCount, AddTimerCallback); variable 67 int32_t timerld = TimerMgr->AddTimer(intervalMs, repeatCount, AddTimerCallback); variable 82 int32_t timerld = TimerMgr->AddTimer(intervalMs, repeatCount, AddTimerCallback); variable 98 int32_t timerld = TimerMgr->AddTimer(intervalMs, repeatCount, AddTimerCallback); variable 113 int32_t timerld = TimerMgr->AddTimer(intervalMs, repeatCount, nullptr); variable
|