Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/src/
Dresource_manager.cpp54 …t std::string &moduleName, const std::string &hapPath, const std::vector<std::string> &overlayPath, in CreateResourceManagerDef() argument
76 if (!overlayPath.empty()) { in CreateResourceManagerDef()
77 result = resourceManagerImpl->AddResource(hapPath, overlayPath); in CreateResourceManagerDef()
108 …const std::string &hapPath, const std::vector<std::string> &overlayPath, ResConfig &resConfig, int… in CreateResourceManager() argument
111 return CreateResourceManagerDef(bundleName, moduleName, hapPath, overlayPath, resConfig); in CreateResourceManager()
Dhap_manager.cpp335 bool HapManager::AddAppOverlay(const std::string &overlayPath) in AddAppOverlay() argument
337 HILOG_INFO("AddAppOverlay overlayPath = %{public}s", overlayPath.c_str()); in AddAppOverlay()
339 Utils::CanonicalizePath(overlayPath.c_str(), outPath, PATH_MAX); in AddAppOverlay()
341 HILOG_ERROR("invalid overlayPath, %{public}s", overlayPath.c_str()); in AddAppOverlay()
350 bool HapManager::RemoveAppOverlay(const std::string &overlayPath) in RemoveAppOverlay() argument
352 HILOG_INFO("RemoveAppOverlay overlayPath = %{public}s", overlayPath.c_str()); in RemoveAppOverlay()
354 Utils::CanonicalizePath(overlayPath.c_str(), outPath, PATH_MAX); in RemoveAppOverlay()
356 HILOG_ERROR("invalid overlayPath, %{public}s", overlayPath.c_str()); in RemoveAppOverlay()
/base/global/resource_management/frameworks/resmgr/include/
Dhap_resource.h88 …const std::vector<std::string> &overlayPath, const ResConfigImpl *defaultConfig, bool isSystem = f…
/base/global/resource_management/interfaces/inner_api/include/
Dresource_manager.h212 …t std::string &moduleName, const std::string &hapPath, const std::vector<std::string> &overlayPath,