Home
last modified time | relevance | path

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

/foundation/arkui/napi/module_manager/test/mock/src/
Dmock_native_module_manager.cpp58 const char* relativePath, bool internal, const bool isAppModule) in FindNativeModuleByDisk()
65 const char* pathKey, const bool isAppModule) in LoadModuleLibrary()
/foundation/arkui/napi/module_manager/
Dnative_module_manager.cpp210 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()
Dnative_module_manager.h68 bool isAppModule = false; member
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp321 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()