Home
last modified time | relevance | path

Searched defs:LoadNativeModule (Results 1 – 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/test/mock/start_up_and_intent/src/
Dmock_native_module_manager.cpp23 NativeModule* LoadNativeModule(const char* moduleName, const char* path, bool isAppModule, in LoadNativeModule() function
/foundation/arkui/napi/module_manager/
Dnative_module_manager.cpp564 NativeModule* NativeModuleManager::LoadNativeModule(const char* moduleName, const char* path, bool … in LoadNativeModule() function in NativeModuleManager
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp804 Local<JSValueRef> ArkNativeEngine::LoadNativeModule( in LoadNativeModule() function in ArkNativeEngine