Home
last modified time | relevance | path

Searched refs:InitResourceManager (Results 1 - 15 of 15) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/
H A Dbundle_resource_drawable_utils.h37 static void InitResourceManager();
H A Dbundle_resource_drawable_utils.cpp29 void BundleResourceDrawableUtils::InitResourceManager() in InitResourceManager() function in OHOS::AppExecFwk::BundleResourceDrawableUtils
51 InitResourceManager(); in ConvertToDrawableDescriptor()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_impl_test.cpp751 * @tc.name: InitResourceManager
752 * @tc.desc: Test whether InitResourceManager is called normally.
771 contextImpl_->InitResourceManager(bundleInfo, appContext, true, ""); in HWTEST_F()
775 contextImpl_->InitResourceManager(bundleInfo, appContext, true, ""); in HWTEST_F()
779 contextImpl_->InitResourceManager(bundleInfo, appContext, true, "com.test.module"); in HWTEST_F()
783 contextImpl_->InitResourceManager(bundleInfo, appContext, true, "com.test.module"); in HWTEST_F()
790 * @tc.name: InitResourceManager
791 * @tc.desc: Test whether InitResourceManager is called normally.
816 contextImpl_->InitResourceManager(bundleInfo, appContext, true, "entry"); in HWTEST_F()
823 contextImpl_->InitResourceManager(bundleInf in HWTEST_F()
[all...]
H A Dcontext_container_test.cpp520 context_->InitResourceManager(bundleInfo, appContext); in HWTEST_F()
531 context_->InitResourceManager(bundleInfo, appContext); in HWTEST_F()
538 context_->InitResourceManager(bundleInfo, appContext); in HWTEST_F()
544 context_->InitResourceManager(bundleInfo, appContext); in HWTEST_F()
550 context_->InitResourceManager(bundleInfo, appContext); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/configuration_test/
H A Dconfiguration_test.cpp42 void InitResourceManager(std::shared_ptr<Global::Resource::ResourceManager> resourceManager);
57 void ConfigurationTest::InitResourceManager(std::shared_ptr<Global::Resource::ResourceManager> resourceManager) in InitResourceManager() function in OHOS::AAFwk::ConfigurationTest
568 InitResourceManager(resourceManager); in HWTEST_F()
611 InitResourceManager(resourceManager); in HWTEST_F()
656 InitResourceManager(resourceManager); in HWTEST_F()
739 InitResourceManager(resourceManager); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dcontext_container.h229 * @brief InitResourceManager
233 void InitResourceManager(BundleInfo &bundleInfo, std::shared_ptr<ContextDeal> &deal);
H A Dmain_thread.h705 bool InitResourceManager(std::shared_ptr<Global::Resource::ResourceManager> &resourceManager,
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_container.cpp277 InitResourceManager(bundleInfo, deal); in CreateBundleContext()
284 void ContextContainer::InitResourceManager(BundleInfo &bundleInfo, std::shared_ptr<ContextDeal> &deal) in InitResourceManager() function in OHOS::AppExecFwk::ContextContainer
286 TAG_LOGD(AAFwkTag::APPKIT, "InitResourceManager begin, bundleName:%{public}s, codePath:%{public}s", in InitResourceManager()
289 TAG_LOGE(AAFwkTag::APPKIT, "InitResourceManager deal is nullptr"); in InitResourceManager()
349 TAG_LOGE(AAFwkTag::APPKIT, "ContextContainer::InitResourceManager AddResource failed"); in LoadResources()
H A Dmain_thread.cpp987 bool MainThread::InitResourceManager(std::shared_ptr<Global::Resource::ResourceManager> &resourceManager, in InitResourceManager() function in OHOS::AppExecFwk::MainThread
1713 if (!InitResourceManager(resourceManager, entryHapModuleInfo, bundleInfo.name, in HandleLaunchApplication()
1715 TAG_LOGE(AAFwkTag::APPKIT, "InitResourceManager failed"); in HandleLaunchApplication()
/foundation/ability/ability_runtime/test/fuzztest/abilitycontext_fuzzer/
H A Dabilitycontext_fuzzer.cpp113 abilityContext.InitResourceManager(bundleInfo, deal); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp518 mainThread_->InitResourceManager(resourceManager, info, info.bundleName, config, appInfo); in HWTEST_F()
521 mainThread_->InitResourceManager(resourceManager, info, info.bundleName, config, appInfo); in HWTEST_F()
531 mainThread_->InitResourceManager(resourceManager, info, info.bundleName, config, appInfo); in HWTEST_F()
535 mainThread_->InitResourceManager(resourceManager, info, info.bundleName, config, appInfo); in HWTEST_F()
540 mainThread_->InitResourceManager(resourceManager, info, info.bundleName, config, appInfo); in HWTEST_F()
544 mainThread_->InitResourceManager(resourceManager, info, info.bundleName, config, appInfo); in HWTEST_F()
548 mainThread_->InitResourceManager(resourceManager, info, info.bundleName, config, appInfo); in HWTEST_F()
1657 mainThread_->InitResourceManager(resourceManager, hapModuleInfo, bundleName, config, appInfo); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp451 InitResourceManager(bundleInfo, appContext, self, moduleName, inputContext); in CreateModuleContext()
738 InitResourceManager(bundleInfo, appContext, false, "", inputContext); in CreateBundleContext()
784 InitResourceManager(bundleInfo, appContext); in CreateBundleContext()
789 void ContextImpl::InitResourceManager(const AppExecFwk::BundleInfo &bundleInfo, in InitResourceManager() function in OHOS::AbilityRuntime::ContextImpl
798 TAG_LOGE(AAFwkTag::APPKIT, "InitResourceManager appContext is nullptr"); in InitResourceManager()
1014 "ContextImpl::InitResourceManager language: %{public}s, script: %{public}s, region: %{public}s,", in UpdateResConfig()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dcontext_impl.h424 void InitResourceManager(const AppExecFwk::BundleInfo &bundleInfo, const std::shared_ptr<ContextImpl> &appContext,
/foundation/ability/ability_runtime/test/unittest/appkit/main_fourth_test/
H A Dmain_fourth_test.cpp364 mainThread_->InitResourceManager(resourceManager, info, info.bundleName, config, appInfo); in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/ability_test/
H A Dability_context_test.cpp775 * @tc.name: InitResourceManager
776 * @tc.desc: Verify that function InitResourceManager.
782 context_->InitResourceManager(bundleInfo, deal); in HWTEST_F()

Completed in 22 milliseconds