Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dtimer_module.cpp63 uint32_t timerId = GetTimerId(); in StartTimer() local
73 void TimerModule::StopTimer(EtsEnv *env, [[maybe_unused]] ets_class klass, ets_int timerId) in StopTimer()