Home
last modified time | relevance | path

Searched refs:AddResource (Results 1 – 25 of 27) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
Dbundle_resource_configuration.cpp62 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/
Dresource_manager_addon.cpp126 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
Dsimulator.cpp540 if (!resourceMgr_->AddResource(options_.resourcePath.c_str())) { in InitResourceMgr()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
Dmock_resource_manager_impl.h40 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/
Dmock_resource_manager.cpp33 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/
Dmock_resourceManager_interface1.h33 virtual bool AddResource(const char* path) = 0;
Dmock_resourceManager_interface1.cpp34 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/
Dmock_resourceManager_interface1.h33 virtual bool AddResource(const char* path) = 0;
Dmock_resourceManager_interface1.cpp34 virtual bool AddResource(const char* path) in AddResource() function in OHOS::Global::Resource::ResourceManagerTestInstance
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
Dresource_manager_addon.h130 static napi_value AddResource(napi_env env, napi_callback_info info);
/foundation/arkui/ace_engine/adapter/preview/osal/
Dresource_adapter_impl_standard.cpp133 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/
Ddata_share_profile_info.cpp141 resMgr->AddResource(resourcePath.c_str()); in InitResMgr()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
Dohos_file.cpp70 auto resRet = newResMgr->AddResource(hapInfo.hapPath.c_str()); in UpdateResManager()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
Dcontext_impl.cpp719 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/
Dcontext_container.cpp338 if (!resourceManager->AddResource(loadPath.c_str())) { in InitResourceManager()
Dmain_thread.cpp985 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/
Dbundle_mgr_client_impl.cpp310 if (!resourcePath.empty() && !resMgr->AddResource(resourcePath.c_str())) { in InitResMgr()
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
Ddrawable_descriptor.cpp551 resMgr->AddResource(path.c_str()); in GetStaticMaskClipPath()
/foundation/ability/form_fwk/services/src/
Dform_info_mgr.cpp164 if (!resourceManager->AddResource(moduleResPath.c_str())) { in GetResourceManager()
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dsystem_dialog_scheduler.cpp672 if (!resourceManager->AddResource(loadPath.c_str())) { in GetAppNameFromResource()
Dability_record.cpp998 if (!resourceMgr->AddResource(loadPath.c_str())) { in CreateResourceManager()
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dresource_adapter_impl.cpp141 auto resRet = newResMgr->AddResource(resIndexPath.c_str()); in Init()
Dresource_adapter_impl_v2.cpp139 newResMgr->AddResource(resIndexPath.c_str()); in Init()
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
Dbg_continuous_task_mgr.cpp334 if (!resourceManager->AddResource(moduleResPath.c_str())) { in GetBundleResMgr()
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_runtime.cpp1004 resourceManager->AddResource(loadPath.c_str()); in RunScript()

12