Searched refs:LoadModuleByName (Results 1 – 4 of 4) sorted by relevance
104 auto arkObjectRef = nativeEngine->LoadModuleByName(xcomponent->GetLibraryName(), true, in HandleContext()
213 …NAPI_EXPORT panda::Local<panda::ObjectRef> LoadModuleByName(const std::string& moduleName, bool is…
1043 panda::Local<panda::ObjectRef> ArkNativeEngine::LoadModuleByName(const std::string& moduleName, boo… in LoadModuleByName() function in ArkNativeEngine
2184 …auto objXComp = arkNativeEngine->LoadModuleByName(xcPattern->GetLibraryName().value(), true, argum… in FireExternalEvent()2270 auto objXComp = arkNativeEngine->LoadModuleByName(xcomponent->GetLibraryName(), true, arguments, in FireExternalEvent()