Searched refs:CheckModuleExist (Results 1 – 6 of 6) sorted by relevance
31 auto ret = impl.CheckModuleExist(TEST_BUNDLE, moduleNames, extendResourceInfos); in fuzzelCheckModuleExistCaseOne()
63 ErrCode CheckModuleExist(
140 bool CheckModuleExist(const char* modulePath);
879 if (CheckModuleExist(path) == false) { in LoadModuleLibrary()890 if (CheckModuleExist(path) == false) { in LoadModuleLibrary()970 bool NativeModuleManager::CheckModuleExist(const char* modulePath) in CheckModuleExist() function in NativeModuleManager
338 ErrCode ret = CheckModuleExist(bundleName, moduleNames, extendResourceInfos); in RemoveExtResource()357 ErrCode ExtendResourceManagerHostImpl::CheckModuleExist( in CheckModuleExist() function in OHOS::AppExecFwk::ExtendResourceManagerHostImpl
263 auto ret = impl.CheckModuleExist(TEST_BUNDLE, moduleNames, extendResourceInfos);