Searched refs:FindNativeModuleByDisk (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/napi/module_manager/test/mock/src/ |
H A D | mock_native_module_manager.cpp | 57 NativeModule* NativeModuleManager::FindNativeModuleByDisk(const char* moduleName, const char* path, in FindNativeModuleByDisk() function in NativeModuleManager
|
/ohos5.0/foundation/arkui/napi/module_manager/ |
H A D | native_module_manager.h | 133 …NativeModule* FindNativeModuleByDisk(const char* moduleName, const char* path, const char* relativ…
|
H A D | native_module_manager.cpp | 642 …nativeModule = FindNativeModuleByDisk(strCutName.c_str(), path, relativePath, internal, isAppModul… in LoadNativeModule() 646 …nativeModule = FindNativeModuleByDisk(moduleName, prefix_.c_str(), relativePath, internal, isAppMo… in LoadNativeModule() 982 NativeModule* NativeModuleManager::FindNativeModuleByDisk(const char* moduleName, const char* path, in FindNativeModuleByDisk() function in NativeModuleManager
|
/ohos5.0/foundation/arkui/napi/module_manager/test/unittest/module_manager_test/ |
H A D | module_manager_test.cpp | 291 …EXPECT_EQ(moduleManager->FindNativeModuleByDisk(moduleName, nullptr, nullptr, false, false, errInf…
|