Home
last modified time | relevance | path

Searched refs:SetTimeOutFaker (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_sys_module/timer/
H A Dtimer.h76 static napi_value SetTimeOutFaker(napi_env env, napi_callback_info cbinfo, bool repeat);
H A Dtimer.cpp54 napi_value Timer::SetTimeOutFaker(napi_env env, napi_callback_info cbinfo, bool repeat) in SetTimeOutFaker() function in OHOS::JsSysModule::Timer
71 that->func_ = Timer::SetTimeOutFaker; in CleanUpHook()