Home
last modified time | relevance | path

Searched defs:isAppModule (Results 1 – 4 of 4) sorted by relevance

/foundation/ace/napi/module_manager/
Dnative_module_manager.cpp127 const char* path, bool isAppModule, bool internal, bool isArk) in LoadNativeModule()
154 …const char* moduleName, const bool isAppModule, char nativeModulePath[][NAPI_PATH_MAX], int32_t pa… in GetNativeModulePath() argument
247 LIBHANDLE NativeModuleManager::LoadModuleLibrary(const char* path, const bool isAppModule) in LoadModuleLibrary()
279 const char* moduleName, bool internal, const bool isAppModule, bool isArk) in FindNativeModuleByDisk()
/foundation/ace/napi/native_engine/impl/quickjs/
Dquickjs_native_engine.cpp97 bool isAppModule = false; in QuickJSNativeEngine() local
150 … const std::string& moduleName, bool isAppModule, const std::string& id, const std::string& param, in GetModuleFromName()
190 const std::string& moduleName, bool isAppModule, const std::string& param, in LoadModuleByName()
/foundation/ace/napi/native_engine/impl/ark/
Dark_native_engine.cpp76 bool isAppModule = false; in ArkNativeEngine() local
180 … const std::string& moduleName, bool isAppModule, const std::string& id, const std::string& param, in GetModuleFromName()
221 const std::string& moduleName, bool isAppModule, const std::string& param, in LoadModuleByName()
/foundation/ace/napi/native_engine/impl/v8/
Dv8_native_engine.cpp73 bool isAppModule = false; in V8NativeEngine() local
160 … const std::string& moduleName, bool isAppModule, const std::string& id, const std::string& param, in GetModuleFromName()
203 const std::string& moduleName, bool isAppModule, const std::string& param, in LoadModuleByName()