Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_work.h76 static napi_value GenerateOutputSync(napi_env env, ContextBase *ctxt);
/ohos5.0/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_work.cpp187 return GenerateOutputSync(env, ctxt); in SyncEnqueue()
190 napi_value NapiWork::GenerateOutputSync(napi_env env, ContextBase *ctxt) in GenerateOutputSync() function in OHOS::MiscServices::Time::NapiWork