Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/framework/js/napi/system_timer/include/
H A Dnapi_system_timer.h57 static void GetTimerOptions(const napi_env &env, ContextBase *context, const napi_value &value,
/ohos5.0/base/time/time_service/framework/js/napi/system_timer/src/
H A Dnapi_system_timer.cpp179 void NapiSystemTimer::GetTimerOptions(const napi_env &env, ContextBase *context, in GetTimerOptions() function in OHOS::MiscServices::Time::NapiSystemTimer
230GetTimerOptions(env, createTimerContext, argv[ARGV_FIRST], createTimerContext->iTimerInfoInstance); in CreateTimer()