Home
last modified time | relevance | path

Searched refs:SyncEnqueue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_work.h65 static napi_value SyncEnqueue(napi_env env, ContextBase *ctxt, const std::string &name,
/ohos5.0/base/time/time_service/framework/js/napi/system_date_time/src/
H A Dnapi_system_date_time.cpp260 return NapiWork::SyncEnqueue(env, getTimeContext, "GetTime", executor, complete); in GetTime()
350 return NapiWork::SyncEnqueue(env, getUpTimeContext, "GetUpTime", executor, complete); in GetUptime()
453 return NapiWork::SyncEnqueue(env, getTimezoneContext, "GetTimezone", executor, complete); in GetTimezoneSync()
503 return NapiWork::SyncEnqueue(env, getNtpTimeContext, "GetNtpTime", executor, complete); in GetNtpTime()
/ohos5.0/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_work.cpp166 napi_value NapiWork::SyncEnqueue(napi_env env, ContextBase *ctxt, const std::string &name, in SyncEnqueue() function in OHOS::MiscServices::Time::NapiWork