Home
last modified time | relevance | path

Searched refs:TimerTest (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/timer/test/
H A Dtest_timer.h23 class TimerTest { class
25 TimerTest() = default;
26 ~TimerTest() = default;
36 napi_value TimerTest::SetTimeout(napi_env env, napi_callback_info cbinfo) in SetTimeout()
41 napi_value TimerTest::SetInterval(napi_env env, napi_callback_info cbinfo) in SetInterval()
46 napi_value TimerTest::ClearTimer(napi_env env, napi_callback_info cbinfo) in ClearTimer()
51 void TimerTest::DeleteTimer(uint32_t tId, TimerCallbackInfo* callbackInfo) in DeleteTimer()
56 std::map<uint32_t, TimerCallbackInfo*>& TimerTest::create_timerTable() in create_timerTable()
61 void TimerTest::ClearEnvironmentTimer(napi_env env) in ClearEnvironmentTimer()
66 void TimerTest
[all...]
H A Dtest_timer.cpp81 napi_create_function(env, "setInterval", NAPI_AUTO_LENGTH, TimerTest::SetInterval, nullptr, &cb); in HWTEST_F()
106 napi_create_function(env, "setTimeout", NAPI_AUTO_LENGTH, TimerTest::SetTimeout, nullptr, &cb); // uncallable in HWTEST_F()
126 napi_create_function(env, "setTimeout", NAPI_AUTO_LENGTH, TimerTest::SetTimeout, nullptr, &setTimeoutCB); in HWTEST_F()
132 napi_create_function(env, "clearTimer", NAPI_AUTO_LENGTH, TimerTest::ClearTimer, nullptr, &clearTimerCB); in HWTEST_F()
153 napi_create_function(env, "setTimerout", NAPI_AUTO_LENGTH, TimerTest::SetTimeout, nullptr, &cb); in HWTEST_F()
174 napi_create_function(env, "setTimerout", NAPI_AUTO_LENGTH, TimerTest::SetTimeout, nullptr, &cb); in HWTEST_F()
190 napi_create_function(env, "clearTimer", NAPI_AUTO_LENGTH, TimerTest::ClearTimer, nullptr, &cb); in HWTEST_F()
209 napi_create_function(env, "clearTimer", NAPI_AUTO_LENGTH, TimerTest::ClearTimer, nullptr, &cb); in HWTEST_F()
227 napi_create_function(env, "clearTimer", NAPI_AUTO_LENGTH, TimerTest::ClearTimer, nullptr, &cb); in HWTEST_F()
247 napi_create_function(env, "setInterval", NAPI_AUTO_LENGTH, TimerTest in HWTEST_F()
[all...]
/commonlibrary/ets_utils/js_sys_module/timer/
H A Dtimer.h72 friend class TimerTest;

Completed in 2 milliseconds