Home
last modified time | relevance | path

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

/foundation/arkui/napi/module_manager/test/mock/src/
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()
73 std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker, bool isAppModule) in CheckModuleLoadable()
/foundation/ability/ability_runtime/test/mock/start_up_and_intent/src/
Dmock_native_module_manager.cpp23 NativeModule* LoadNativeModule(const char* moduleName, const char* path, bool isAppModule, in LoadNativeModule()
/foundation/arkui/napi/module_manager/
Dmodule_load_checker.cpp21 …onst char* moduleName, std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker, bool isAppModule) in CheckModuleLoadable()
Dnative_module_manager.cpp231 std::string NativeModuleManager::GetModuleFileName(const char* moduleName, bool isAppModule) in GetModuleFileName()
564 …* NativeModuleManager::LoadNativeModule(const char* moduleName, const char* path, bool isAppModule, in LoadNativeModule()
717 …const char* relativePath, bool isAppModule, char nativeModulePath[][NAPI_PATH_MAX], int32_t pathLe… in GetNativeModulePath()
949 const char* pathKey, const bool isAppModule, std::string& errInfo, uint32_t& errReason) in LoadModuleLibrary()
1077 const char* relativePath, bool internal, const bool isAppModule, std::string& errInfo, in FindNativeModuleByDisk()
Dnative_module_manager.h73 bool isAppModule = false; member
/foundation/ability/ability_runtime/frameworks/native/ability/native/
Dapp_module_checker.cpp46 bool isAppModule) in CheckModuleLoadable()
/foundation/ability/form_fwk/services/form_render_service/src/
Dform_module_checker.cpp142 std::unique_ptr<ApiAllowListChecker> &apiAllowListChecker, bool isAppModule) in CheckModuleLoadable()
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
Dark_interop_engine.cpp274 …ARKTS_Env env, const char* target, bool isNativeModule, bool isAppModule, const char* relativePath) in ARKTS_Require()
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp755 bool isAppModule, in CheckAndGetModule()
911 bool isAppModule = false; in RequireNapi() local
958 bool isAppModule = false; in RequireNapiForCtxEnv() local
1445 … const std::string& moduleName, bool isAppModule, const std::string& id, const std::string& param, in GetModuleFromName()
1499 …anda::ObjectRef> ArkNativeEngine::LoadModuleByName(const std::string& moduleName, bool isAppModule, in LoadModuleByName()