Searched refs:overlayPath (Results 1 – 4 of 4) sorted by relevance
/base/global/resource_management/frameworks/resmgr/src/ |
D | resource_manager.cpp | 54 …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()
|
D | hap_manager.cpp | 335 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/ |
D | hap_resource.h | 88 …const std::vector<std::string> &overlayPath, const ResConfigImpl *defaultConfig, bool isSystem = f…
|
/base/global/resource_management/interfaces/inner_api/include/ |
D | resource_manager.h | 212 …t std::string &moduleName, const std::string &hapPath, const std::vector<std::string> &overlayPath,
|