Home
last modified time | relevance | path

Searched refs:resourceManagerImpl (Results 1 – 1 of 1) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
Dresource_manager.cpp70 std::shared_ptr<ResourceManager> resourceManagerImpl(CreateResourceManager()); in CreateResourceManagerDef() local
71 if (resourceManagerImpl == nullptr) { in CreateResourceManagerDef()
77 result = resourceManagerImpl->AddResource(hapPath, overlayPath); in CreateResourceManagerDef()
79 result = resourceManagerImpl->AddResource(hapPath.c_str()); in CreateResourceManagerDef()
85 resourceManagerImpl->UpdateResConfig(resConfig); in CreateResourceManagerDef()
86 resMgrMap[resMgrKey] = resourceManagerImpl; in CreateResourceManagerDef()
87 return resourceManagerImpl; in CreateResourceManagerDef()