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 | 210 std::string NativeModuleManager::GetModuleFileName(const char* moduleName, bool isAppModule) in GetModuleFileName() 481 …const char* path, bool isAppModule, bool internal, const char* relativePath, bool isModuleRestrict… in LoadNativeModule() 562 …const char* relativePath, bool isAppModule, char nativeModulePath[][NAPI_PATH_MAX], int32_t pathLe… in GetNativeModulePath() 732 const char* pathKey, const bool isAppModule) in LoadModuleLibrary() 825 …har* moduleName, const char* path, const char* relativePath, bool internal, const bool isAppModule) in FindNativeModuleByDisk()
|
| D | native_module_manager.h | 68 bool isAppModule = false; member
|
| /foundation/arkui/napi/native_engine/impl/ark/ |
| D | ark_native_engine.cpp | 321 bool isAppModule = false; in ArkNativeEngine() local 788 … const std::string& moduleName, bool isAppModule, const std::string& id, const std::string& param, in GetModuleFromName() 837 …anda::ObjectRef> ArkNativeEngine::LoadModuleByName(const std::string& moduleName, bool isAppModule, in LoadModuleByName()
|