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.cpp170 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()
Dnative_module_manager.h65 bool isAppModule = false; member
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp118 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()