Home
last modified time | relevance | path

Searched refs:CheckModuleExist (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/checkmoduleexist_fuzzer/
H A Dcheckmoduleexist_fuzzer.cpp31 auto ret = impl.CheckModuleExist(TEST_BUNDLE, moduleNames, extendResourceInfos); in fuzzelCheckModuleExistCaseOne()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/extend_resource/
H A Dextend_resource_manager_host_impl.h63 ErrCode CheckModuleExist(
/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.h140 bool CheckModuleExist(const char* modulePath);
H A Dnative_module_manager.cpp879 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
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp338 ErrCode ret = CheckModuleExist(bundleName, moduleNames, extendResourceInfos); in RemoveExtResource()
357 ErrCode ExtendResourceManagerHostImpl::CheckModuleExist( in CheckModuleExist() function in OHOS::AppExecFwk::ExtendResourceManagerHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_extend_resource_manager_test/
H A Dbms_extend_resource_manager_test.cpp263 auto ret = impl.CheckModuleExist(TEST_BUNDLE, moduleNames, extendResourceInfos);