Searched refs:loadedHapPaths_ (Results 1 – 5 of 5) sorted by relevance
388 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 …]
253 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()
120 std::vector<std::string> loadedHapPaths_; variable
418 std::unordered_map<std::string, std::vector<std::string>> loadedHapPaths_; variable
277 …((ResourceManagerImpl *)rm)->hapManager_->loadedHapPaths_["/data/test/non_exist"] = std::vector<st…