Searched refs:SetTimeoutInnerCore (Results 1 - 2 of 2) sorted by relevance
/commonlibrary/ets_utils/js_sys_module/timer/ |
H A D | timer.h | 78 static napi_value SetTimeoutInnerCore(napi_env env, napi_value* argv, size_t argc, bool repeat);
|
H A D | timer.cpp | 173 napi_value Timer::SetTimeoutInnerCore(napi_env env, napi_value* argv, size_t argc, bool repeat) in SetTimeoutInnerCore() function in OHOS::JsSysModule::Timer 216 HILOG_DEBUG("SetTimeoutInnerCore function call before libuv! tId = %{public}u,timeout = %{public}u", tId, timeout); in SetTimeoutInnerCore() 248 return SetTimeoutInnerCore(env, argv, argc, repeat); in SetTimeoutInner()
|
Completed in 2 milliseconds