Searched refs:FindNativeModuleByCache (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/napi/module_manager/ |
H A D | native_module_manager.cpp | 242 …FindNativeModuleByCache(name.c_str(), nativeModulePath, cacheNativeModule, cacheHeadTailNativeModu… in GetModuleFileName() 596 …FindNativeModuleByCache(strModule.c_str(), nativeModulePath, cacheNativeModule, cacheHeadTailNativ… in LoadNativeModule() 617 …FindNativeModuleByCache(key.c_str(), nativeModulePath, cacheNativeModule, cacheHeadTailNativeModul… in LoadNativeModule() 625 … nativeModule = FindNativeModuleByCache(strModule.c_str(), nativeModulePath, cacheNativeModule, in LoadNativeModule() 629 …FindNativeModuleByCache(key.c_str(), nativeModulePath, cacheNativeModule, cacheHeadTailNativeModul… in LoadNativeModule() 652 …FindNativeModuleByCache(moduleName, nativeModulePath, cacheNativeModule, cacheHeadTailNativeModule… in LoadNativeModule() 1186 NativeModule* NativeModuleManager::FindNativeModuleByCache(const char* moduleName, in FindNativeModuleByCache() function in NativeModuleManager
|
H A D | native_module_manager.h | 136 NativeModule* FindNativeModuleByCache(const char* moduleName,
|
/ohos5.0/foundation/arkui/napi/module_manager/test/mock/src/ |
H A D | mock_native_module_manager.cpp | 80 NativeModule* NativeModuleManager::FindNativeModuleByCache(const char* moduleName, in FindNativeModuleByCache() function in NativeModuleManager
|