Home
last modified time | relevance | path

Searched refs:RemoveAppOverlay (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_manager.h111 bool RemoveAppOverlay(const std::string &path);
H A Dresource_manager_impl.h95 virtual bool RemoveAppOverlay(const std::string &path);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h521 virtual bool RemoveAppOverlay(const std::string &path);
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_hap.cpp1076 bool ret = ((ResourceManagerImpl*)rm)->RemoveAppOverlay("noexist.hap");
1081 … ret = ((ResourceManagerImpl*)rm)->RemoveAppOverlay(FormatFullPath(g_overlayResFilePath).c_str());
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h193 virtual bool RemoveAppOverlay(const std::string &path) = 0;
/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_impl.cpp192 bool state = resMgr_->RemoveAppOverlay(path); in RemoveResource()
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp69 result = rm->RemoveAppOverlay(testName.c_str()); in RemoveAppOverlayFuzzTest()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp640 if (!mgr->resManager->RemoveAppOverlay(path)) { in OH_ResourceManager_RemoveResource()
H A Dresource_manager_impl.cpp1132 bool ResourceManagerImpl::RemoveAppOverlay(const std::string &path) in RemoveAppOverlay() function in OHOS::Global::Resource::ResourceManagerImpl
1134 return this->hapManager_->RemoveAppOverlay(path); in RemoveAppOverlay()
H A Dhap_manager.cpp429 bool HapManager::RemoveAppOverlay(const std::string &overlayPath) in RemoveAppOverlay() function in OHOS::Global::Resource::HapManager
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp1049 if (!resMgr->RemoveAppOverlay(dataContext->path_)) { in RemoveResource()