Searched defs:isAppModule (Results 1 – 4 of 4) sorted by relevance
| /foundation/arkui/napi/module_manager/test/mock/src/ |
| D | mock_native_module_manager.cpp | 58 const char* relativePath, bool internal, const bool isAppModule) in FindNativeModuleByDisk() 65 const char* pathKey, const bool isAppModule) in LoadModuleLibrary()
|
| /foundation/arkui/napi/module_manager/ |
| D | native_module_manager.cpp | 170 const char* NativeModuleManager::GetModuleFileName(const char* moduleName, bool isAppModule) in GetModuleFileName() 408 const char* path, bool isAppModule, bool internal, const char* relativePath) in LoadNativeModule() 478 …const char* relativePath, bool isAppModule, char nativeModulePath[][NAPI_PATH_MAX], int32_t pathLe… in GetNativeModulePath() 637 const char* pathKey, const bool isAppModule) in LoadModuleLibrary() 703 …ar* moduleName, const char* path, const char* relativePath, bool internal, const bool isAppModule) in FindNativeModuleByDisk()
|
| D | native_module_manager.h | 65 bool isAppModule = false; member
|
| /foundation/arkui/napi/native_engine/impl/ark/ |
| D | ark_native_engine.cpp | 118 bool isAppModule = false; in ArkNativeEngine() local 302 … const std::string& moduleName, bool isAppModule, const std::string& id, const std::string& param, in GetModuleFromName() 347 …anda::ObjectRef> ArkNativeEngine::LoadModuleByName(const std::string& moduleName, bool isAppModule, in LoadModuleByName()
|