Home
last modified time | relevance | path

Searched refs:ClearTimer (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/timer/test/
Dtest_timer.h29 static napi_value ClearTimer(napi_env env, napi_callback_info cbinfo);
42 napi_value TimerTest::ClearTimer(napi_env env, napi_callback_info cbinfo) in ClearTimer() function
44 return Timer::ClearTimer(env, cbinfo); in ClearTimer()
Dtest_timer.cpp128 napi_value res = TimerTest::ClearTimer(env, cbinfo1);
178 napi_value res = TimerTest::ClearTimer(env, cbinfo);
194 napi_value res = TimerTest::ClearTimer(env, cbinfo);
209 napi_value res = TimerTest::ClearTimer(env, cbinfo);
/commonlibrary/ets_utils/js_sys_module/timer/
Dtimer.cpp53 DECLARE_NAPI_DEFAULT_PROPERTY_FUNCTION("clearTimeout", ClearTimer), in RegisterTime()
54 DECLARE_NAPI_DEFAULT_PROPERTY_FUNCTION("clearInterval", ClearTimer) in RegisterTime()
71 napi_value Timer::ClearTimer(napi_env env, napi_callback_info cbinfo) in ClearTimer() function in OHOS::JsSysModule::Timer
Dtimer.h65 static napi_value ClearTimer(napi_env env, napi_callback_info cbinfo);