| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
| D | bundle_resource_configuration.cpp | 62 if (!hapPath.empty() && !resourceManager->AddResource(hapPath.c_str())) { in InitResourceGlobalConfig() 99 if (resourceManager->AddResource(systemResourcePath.c_str())) { in AddSystemResourceHap() 104 if (resourceManager->AddResource(GLOBAL_SYSTEM_RESOURCE_HAP_PATH_1.c_str()) || in AddSystemResourceHap() 105 resourceManager->AddResource(GLOBAL_SYSTEM_RESOURCE_HAP_PATH_2.c_str())) { in AddSystemResourceHap()
|
| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
| D | resource_manager_addon.cpp | 126 DECLARE_NAPI_FUNCTION("addResource", AddResource), in Init() 338 napi_value ResourceManagerAddon::AddResource(napi_env env, napi_callback_info info) in AddResource() function in OHOS::Global::Resource::ResourceManagerAddon
|
| D | simulator.cpp | 540 if (!resourceMgr_->AddResource(options_.resourcePath.c_str())) { in InitResourceMgr()
|
| /foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/ |
| D | mock_resource_manager_impl.h | 40 virtual bool AddResource(const char *path); 48 virtual bool AddResource(const std::string &path, const std::vector<std::string> &overlayPaths);
|
| /foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
| D | mock_resource_manager.cpp | 33 bool ResourceManagerImpl::AddResource(const char *path) in AddResource() function in OHOS::Global::Resource::ResourceManagerImpl 38 bool ResourceManagerImpl::AddResource(const std::string &path, const std::vector<std::string> &over… in AddResource() function in OHOS::Global::Resource::ResourceManagerImpl
|
| /foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
| D | mock_resourceManager_interface1.h | 33 virtual bool AddResource(const char* path) = 0;
|
| D | mock_resourceManager_interface1.cpp | 34 bool AddResource(const char* path) override in AddResource() function in OHOS::Global::Resource::ResourceManagerTestInstance
|
| /foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/ |
| D | mock_resourceManager_interface1.h | 33 virtual bool AddResource(const char* path) = 0;
|
| D | mock_resourceManager_interface1.cpp | 34 virtual bool AddResource(const char* path) in AddResource() function in OHOS::Global::Resource::ResourceManagerTestInstance
|
| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/ |
| D | resource_manager_addon.h | 130 static napi_value AddResource(napi_env env, napi_callback_info info);
|
| /foundation/arkui/ace_engine/adapter/preview/osal/ |
| D | resource_adapter_impl_standard.cpp | 133 auto appResRet = newResMgr->AddResource(appResIndexPath.c_str()); in Init() 135 auto sysResRet = newResMgr->AddResource(sysResIndexPath.c_str()); in Init()
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb_bms_adaptor/src/ |
| D | data_share_profile_info.cpp | 141 resMgr->AddResource(resourcePath.c_str()); in InitResMgr()
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
| D | ohos_file.cpp | 70 auto resRet = newResMgr->AddResource(hapInfo.hapPath.c_str()); in UpdateResManager()
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
| D | context_impl.cpp | 719 if (!resourceManager->AddResource(loadPath.c_str())) { in InitResourceManagerInner() 736 if (!resourceManager->AddResource(loadPath, overlayPaths)) { in InitResourceManagerInner() 1090 if (!resourceManager->AddResource(loadPath, overlayPaths)) { in OnOverlayChanged()
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
| D | context_container.cpp | 338 if (!resourceManager->AddResource(loadPath.c_str())) { in InitResourceManager()
|
| D | main_thread.cpp | 985 if (!resourceManager->AddResource(loadPath.c_str())) { in InitResourceManager() 1002 if (!resourceManager->AddResource(loadPath, overlayPaths)) { in InitResourceManager() 1106 if (!resourceManager->AddResource(loadPath, overlayPaths)) { in HandleOnOverlayChanged()
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
| D | bundle_mgr_client_impl.cpp | 310 if (!resourcePath.empty() && !resMgr->AddResource(resourcePath.c_str())) { in InitResMgr()
|
| /foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
| D | drawable_descriptor.cpp | 551 resMgr->AddResource(path.c_str()); in GetStaticMaskClipPath()
|
| /foundation/ability/form_fwk/services/src/ |
| D | form_info_mgr.cpp | 164 if (!resourceManager->AddResource(moduleResPath.c_str())) { in GetResourceManager()
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| D | system_dialog_scheduler.cpp | 672 if (!resourceManager->AddResource(loadPath.c_str())) { in GetAppNameFromResource()
|
| D | ability_record.cpp | 998 if (!resourceMgr->AddResource(loadPath.c_str())) { in CreateResourceManager()
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| D | resource_adapter_impl.cpp | 141 auto resRet = newResMgr->AddResource(resIndexPath.c_str()); in Init()
|
| D | resource_adapter_impl_v2.cpp | 139 newResMgr->AddResource(resIndexPath.c_str()); in Init()
|
| /foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
| D | bg_continuous_task_mgr.cpp | 334 if (!resourceManager->AddResource(moduleResPath.c_str())) { in GetBundleResMgr()
|
| /foundation/ability/ability_runtime/frameworks/native/runtime/ |
| D | js_runtime.cpp | 1004 resourceManager->AddResource(loadPath.c_str()); in RunScript()
|