Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp388 loadedHapPaths_[path] = overlayPaths; in AddResource()
448 loadedHapPaths_.clear(); in ~HapManager()
494 auto it = loadedHapPaths_.find(sPath); in AddResourcePath()
495 if (it != loadedHapPaths_.end()) { in AddResourcePath()
503 this->loadedHapPaths_[sPath] = std::vector<std::string>(); in AddResourcePath()
514 for (auto iter = loadedHapPaths_.begin(); iter != loadedHapPaths_.end(); iter++) { in ReloadAll()
929 if (loadedHapPaths_.find(path) == loadedHapPaths_.end()) { in RemoveResource()
961 loadedHapPaths_[path] = targetOverlay; in RemoveResource()
989 systemHapManager->loadedHapPaths_; in AddSystemResource()
992 if (this->loadedHapPaths_.find(iter->first) == this->loadedHapPaths_.end()) { in AddSystemResource()
[all …]
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dhap_manager.cpp253 std::vector<std::string>::iterator it = std::find(loadedHapPaths_.begin(), in AddResourcePath()
254 loadedHapPaths_.end(), sPath); in AddResourcePath()
255 if (it != loadedHapPaths_.end()) { in AddResourcePath()
264 this->loadedHapPaths_.push_back(sPath); in AddResourcePath()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhap_manager.h120 std::vector<std::string> loadedHapPaths_; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_manager.h418 std::unordered_map<std::string, std::vector<std::string>> loadedHapPaths_; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test.cpp277 …((ResourceManagerImpl *)rm)->hapManager_->loadedHapPaths_["/data/test/non_exist"] = std::vector<st…