/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/ |
H A D | bundle_resource_drawable_utils.h | 37 static void InitResourceManager();
|
H A D | bundle_resource_drawable_utils.cpp | 29 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 D | context_impl_test.cpp | 751 * @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 D | context_container_test.cpp | 520 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 D | configuration_test.cpp | 42 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 D | context_container.h | 229 * @brief InitResourceManager 233 void InitResourceManager(BundleInfo &bundleInfo, std::shared_ptr<ContextDeal> &deal);
|
H A D | main_thread.h | 705 bool InitResourceManager(std::shared_ptr<Global::Resource::ResourceManager> &resourceManager,
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | context_container.cpp | 277 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 D | main_thread.cpp | 987 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 D | abilitycontext_fuzzer.cpp | 113 abilityContext.InitResourceManager(bundleInfo, deal); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 518 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 D | context_impl.cpp | 451 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 D | context_impl.h | 424 void InitResourceManager(const AppExecFwk::BundleInfo &bundleInfo, const std::shared_ptr<ContextImpl> &appContext,
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_fourth_test/ |
H A D | main_fourth_test.cpp | 364 mainThread_->InitResourceManager(resourceManager, info, info.bundleName, config, appInfo); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/moduletest/ability_test/ |
H A D | ability_context_test.cpp | 775 * @tc.name: InitResourceManager 776 * @tc.desc: Verify that function InitResourceManager. 782 context_->InitResourceManager(bundleInfo, deal); in HWTEST_F()
|