Home
last modified time | relevance | path

Searched defs:timerId (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dtimer_module.cpp117 ani_int timerId {}; in StartTimer() local
135 void TimerModule::StopTimer(ani_env *env, ani_int timerId) in StopTimer()
154 auto timerId = reinterpret_cast<uint64_t>(timerHandle->data); in TimerCallback() local
171 auto timerId = reinterpret_cast<uint64_t>(timer->data); in TimerCallback() local
184 void TimerModule::RepeatTimer(uv_timer_t *timer, uint64_t timerId) in RepeatTimer()
217 std::pair<ani_object, bool> TimerModule::FindTimerInfo(ani_env *env, ani_int timerId) in FindTimerInfo()
234 void TimerModule::ClearTimerInfo(ani_env *env, ani_int timerId) in ClearTimerInfo()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/timer_helper/
Dtimer.h39 uint32_t timerId; member
Dtimer.cpp79 auto timerId = timerInfo->timerId; in RegisterTimer() local
114 napi_value timerId = nullptr; in RegisterTimer() local