Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/module_manager/test/mock/src/
H A Dmock_native_module_manager.cpp58 const char* relativePath, bool internal, const bool isAppModule, std::string& errInfo, in FindNativeModuleByDisk()
66 const char* pathKey, const bool isAppModule, std::string& errInfo, uint32_t& errReason) in LoadModuleLibrary()
/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp223 std::string NativeModuleManager::GetModuleFileName(const char* moduleName, bool isAppModule) in GetModuleFileName()
537 …* NativeModuleManager::LoadNativeModule(const char* moduleName, const char* path, bool isAppModule, in LoadNativeModule()
682 …const char* relativePath, bool isAppModule, char nativeModulePath[][NAPI_PATH_MAX], int32_t pathLe… in GetNativeModulePath()
864 const char* pathKey, const bool isAppModule, std::string& errInfo, uint32_t& errReason) in LoadModuleLibrary()
983 const char* relativePath, bool internal, const bool isAppModule, std::string& errInfo, in FindNativeModuleByDisk()
H A Dnative_module_manager.h71 bool isAppModule = false; member
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_engine.cpp254 …ARKTS_Env env, const char* target, bool isNativeModule, bool isAppModule, const char* relativePath) in ARKTS_Require()
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp388 bool isAppModule = false; in ArkNativeEngine() local
993 … const std::string& moduleName, bool isAppModule, const std::string& id, const std::string& param, in GetModuleFromName()
1043 …anda::ObjectRef> ArkNativeEngine::LoadModuleByName(const std::string& moduleName, bool isAppModule, in LoadModuleByName()