Home
last modified time | relevance | path

Searched refs:IsLoadHap (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Draw_file_manager.cpp124 static bool IsLoadHap(const NativeResourceManager *mgr, std::string &hapPath) in IsLoadHap() function
126 return mgr->resManager->IsLoadHap(hapPath) == RState::SUCCESS ? true : false; in IsLoadHap()
147 if (IsLoadHap(mgr, hapPath)) { in OH_ResourceManager_OpenRawDir()
217 if (IsLoadHap(mgr, hapPath)) { in OH_ResourceManager_OpenRawFile()
481 if (IsLoadHap(mgr, hapPath)) { in OH_ResourceManager_OpenRawFile64()
H A Dresource_manager_impl.cpp1373 RState ResourceManagerImpl::IsLoadHap(std::string &hapPath) in IsLoadHap() function in OHOS::Global::Resource::ResourceManagerImpl
1375 if (hapManager_->IsLoadHap(hapPath)) { in IsLoadHap()
H A Dhap_manager.cpp834 bool HapManager::IsLoadHap(std::string &hapPath) in IsLoadHap() function in OHOS::Global::Resource::HapManager
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_manager.h226 bool IsLoadHap(std::string &hapPath);
H A Dresource_manager_impl.h491 virtual RState IsLoadHap(std::string &hapPath);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h444 virtual RState IsLoadHap(std::string &hapPath);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp275 RState ResourceManagerImpl::IsLoadHap(std::string &hapPath) in IsLoadHap() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h169 virtual RState IsLoadHap(std::string &hapPath) = 0;
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp435 result = rm->IsLoadHap(testName); in IsLoadHapFuzzTest()
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test.cpp1974 RState state = rm->IsLoadHap(fullPath);
1988 RState state = rm->IsLoadHap(fullPath);