Home
last modified time | relevance | path

Searched refs:FindNativeModuleByCache (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp242FindNativeModuleByCache(name.c_str(), nativeModulePath, cacheNativeModule, cacheHeadTailNativeModu… in GetModuleFileName()
596FindNativeModuleByCache(strModule.c_str(), nativeModulePath, cacheNativeModule, cacheHeadTailNativ… in LoadNativeModule()
617FindNativeModuleByCache(key.c_str(), nativeModulePath, cacheNativeModule, cacheHeadTailNativeModul… in LoadNativeModule()
625 … nativeModule = FindNativeModuleByCache(strModule.c_str(), nativeModulePath, cacheNativeModule, in LoadNativeModule()
629FindNativeModuleByCache(key.c_str(), nativeModulePath, cacheNativeModule, cacheHeadTailNativeModul… in LoadNativeModule()
652FindNativeModuleByCache(moduleName, nativeModulePath, cacheNativeModule, cacheHeadTailNativeModule… in LoadNativeModule()
1186 NativeModule* NativeModuleManager::FindNativeModuleByCache(const char* moduleName, in FindNativeModuleByCache() function in NativeModuleManager
H A Dnative_module_manager.h136 NativeModule* FindNativeModuleByCache(const char* moduleName,
/ohos5.0/foundation/arkui/napi/module_manager/test/mock/src/
H A Dmock_native_module_manager.cpp80 NativeModule* NativeModuleManager::FindNativeModuleByCache(const char* moduleName, in FindNativeModuleByCache() function in NativeModuleManager