Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_hap.cpp1059 bool ret = ((ResourceManagerImpl*)rm)->AddAppOverlay("noexist.hap");
1062 ret = ((ResourceManagerImpl*)rm)->AddAppOverlay(FormatFullPath(g_overlayResFilePath).c_str());
1079 ret = ((ResourceManagerImpl*)rm)->AddAppOverlay(FormatFullPath(g_overlayResFilePath).c_str());
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_manager.h103 bool AddAppOverlay(const std::string &path);
H A Dresource_manager_impl.h87 virtual bool AddAppOverlay(const std::string &path);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h514 virtual bool AddAppOverlay(const std::string &path);
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h191 virtual bool AddAppOverlay(const std::string &path) = 0;
/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_impl.cpp183 bool state = resMgr_->AddAppOverlay(path); in AddResource()
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp59 result = rm->AddAppOverlay(testName.c_str()); in AddAppOverlayFuzzTest()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp628 if (!mgr->resManager->AddAppOverlay(path)) { in OH_ResourceManager_AddResource()
H A Dresource_manager_impl.cpp1127 bool ResourceManagerImpl::AddAppOverlay(const std::string &path) in AddAppOverlay() function in OHOS::Global::Resource::ResourceManagerImpl
1129 return this->hapManager_->AddAppOverlay(path); in AddAppOverlay()
H A Dhap_manager.cpp414 bool HapManager::AddAppOverlay(const std::string &overlayPath) in AddAppOverlay() function in OHOS::Global::Resource::HapManager
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp1027 if (!resMgr->AddAppOverlay(dataContext->path_)) { in AddResource()