Searched refs:RemoveAppOverlay (Results 1 – 11 of 11) sorted by relevance
111 bool RemoveAppOverlay(const std::string &path);
95 virtual bool RemoveAppOverlay(const std::string &path);
521 virtual bool RemoveAppOverlay(const std::string &path);
1076 bool ret = ((ResourceManagerImpl*)rm)->RemoveAppOverlay("noexist.hap");1081 … ret = ((ResourceManagerImpl*)rm)->RemoveAppOverlay(FormatFullPath(g_overlayResFilePath).c_str());
193 virtual bool RemoveAppOverlay(const std::string &path) = 0;
192 bool state = resMgr_->RemoveAppOverlay(path); in RemoveResource()
69 result = rm->RemoveAppOverlay(testName.c_str()); in RemoveAppOverlayFuzzTest()
640 if (!mgr->resManager->RemoveAppOverlay(path)) { in OH_ResourceManager_RemoveResource()
1132 bool ResourceManagerImpl::RemoveAppOverlay(const std::string &path) in RemoveAppOverlay() function in OHOS::Global::Resource::ResourceManagerImpl1134 return this->hapManager_->RemoveAppOverlay(path); in RemoveAppOverlay()
429 bool HapManager::RemoveAppOverlay(const std::string &overlayPath) in RemoveAppOverlay() function in OHOS::Global::Resource::HapManager
1049 if (!resMgr->RemoveAppOverlay(dataContext->path_)) { in RemoveResource()