Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Djs_context_utils.cpp86 napi_value CreateJsModuleContext(napi_env env, const std::shared_ptr<Context>& moduleContext);
197 return CreateJsModuleContext(env, moduleContext); in OnCreateModuleContext()
200 napi_value JsBaseContext::CreateJsModuleContext(napi_env env, const std::shared_ptr<Context>& modul… in CreateJsModuleContext() function in OHOS::AbilityRuntime::__anonbc4235f80110::JsBaseContext
H A Djs_application_context_utils.cpp211 return CreateJsModuleContext(env, moduleContext); in OnCreateModuleContext()
214 napi_value JsApplicationContextUtils::CreateJsModuleContext(napi_env env, const std::shared_ptr<Con… in CreateJsModuleContext() function in OHOS::AbilityRuntime::JsApplicationContextUtils
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Djs_application_context_utils.h142 napi_value CreateJsModuleContext(napi_env env, const std::shared_ptr<Context>& moduleContext);