Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/timer_helper/
Dtimer.h25 struct TimerInfo { struct
29 TimerInfo &operator=(const TimerInfo &info) = delete; argument
30 TimerInfo &operator=(TimerInfo &&info) = delete; argument
34 napi_env env;
35 napi_ref cb;
36 std::vector<napi_ref> cbArgs;
37 bool repeat;
38 uv_timer_t *timer;
39 uint32_t timerId;
Dtimer.cpp45 TimerInfo::TimerInfo(napi_env env, napi_ref cb, std::vector<napi_ref> cbArgs, bool repeat) in TimerInfo() function in ark::ets::interop::js::helper::TimerInfo
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dtimer_module.h35 explicit TimerInfo(ani_object info) : info_(info) {} in TimerInfo() function