Home
last modified time | relevance | path

Searched defs:bundleContext (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_stage_context_test/
H A Dability_stage_context_test.cpp102 auto bundleContext = abilityStageContext->CreateBundleContext("com.test.bundleName"); variable
/ohos5.0/base/global/resource_management/interfaces/js/kits/src/
H A Dresource_manager_napi.cpp96 std::shared_ptr<Context> bundleContext = ability->CreateBundleContext(bundleName, 0); in InitAsyncContext() local
105 …std::shared_ptr<OHOS::AbilityRuntime::Context> bundleContext = context->CreateBundleContext(bundle… in InitAsyncContext() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/application/
H A Djs_application.cpp235 auto bundleContext = std::make_shared<std::shared_ptr<Context>>(); in OnCreateBundleContext() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Djs_context_utils.cpp543 auto bundleContext = context->CreateBundleContext(bundleName); in OnCreateBundleContext() local
552 …ue JsBaseContext::CreateJsBundleContext(napi_env env, const std::shared_ptr<Context>& bundleContex… in CreateJsBundleContext()
H A Djs_application_context_utils.cpp85 auto bundleContext = applicationContext->CreateBundleContext(bundleName); in OnCreateBundleContext() local