Searched defs:isAppModule (Results 1 – 4 of 4) sorted by relevance
| /foundation/ace/napi/module_manager/ |
| D | native_module_manager.cpp | 127 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/ |
| D | quickjs_native_engine.cpp | 97 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/ |
| D | ark_native_engine.cpp | 76 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/ |
| D | v8_native_engine.cpp | 73 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()
|