Home
last modified time | relevance | path

Searched defs:timerInfo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/timer_helper/
Dtimer.cpp70 auto *timerInfo = reinterpret_cast<TimerInfo *>(timer->data); in RegisterTimer() local
108 auto *timerInfo = new TimerInfo(env, cb, std::move(cbArgs), repeat); in RegisterTimer() local
189 auto *timerInfo = timerIt->second; in ClearTimerImpl() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dtimer_module.cpp115 auto timerInfo = static_cast<ani_object>(timerInfoRef); in StartTimer() local
140 TimerInfo timerInfo(info); in StopTimer() local
160 TimerInfo timerInfo(info); in TimerCallback() local
227 auto timerInfo = static_cast<ani_object>(timerInfoRef); in FindTimerInfo() local