Searched refs:IsLoadHap (Results 1 – 10 of 10) sorted by relevance
124 static bool IsLoadHap(const NativeResourceManager *mgr, std::string &hapPath) in IsLoadHap() function126 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()
1373 RState ResourceManagerImpl::IsLoadHap(std::string &hapPath) in IsLoadHap() function in OHOS::Global::Resource::ResourceManagerImpl1375 if (hapManager_->IsLoadHap(hapPath)) { in IsLoadHap()
834 bool HapManager::IsLoadHap(std::string &hapPath) in IsLoadHap() function in OHOS::Global::Resource::HapManager
226 bool IsLoadHap(std::string &hapPath);
491 virtual RState IsLoadHap(std::string &hapPath);
444 virtual RState IsLoadHap(std::string &hapPath);
275 RState ResourceManagerImpl::IsLoadHap(std::string &hapPath) in IsLoadHap() function in OHOS::Global::Resource::ResourceManagerImpl
169 virtual RState IsLoadHap(std::string &hapPath) = 0;
435 result = rm->IsLoadHap(testName); in IsLoadHapFuzzTest()
1974 RState state = rm->IsLoadHap(fullPath);1988 RState state = rm->IsLoadHap(fullPath);