Searched defs:isAppModule (Results 1 – 9 of 9) 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, 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/ |
| D | mock_native_module_manager.cpp | 23 NativeModule* LoadNativeModule(const char* moduleName, const char* path, bool isAppModule, in LoadNativeModule()
|
| /foundation/arkui/napi/module_manager/ |
| D | module_load_checker.cpp | 21 …onst char* moduleName, std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker, bool isAppModule) in CheckModuleLoadable()
|
| D | native_module_manager.cpp | 231 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()
|
| D | native_module_manager.h | 73 bool isAppModule = false; member
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ |
| D | app_module_checker.cpp | 46 bool isAppModule) in CheckModuleLoadable()
|
| /foundation/ability/form_fwk/services/form_render_service/src/ |
| D | form_module_checker.cpp | 142 std::unique_ptr<ApiAllowListChecker> &apiAllowListChecker, bool isAppModule) in CheckModuleLoadable()
|
| /foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
| D | ark_interop_engine.cpp | 274 …ARKTS_Env env, const char* target, bool isNativeModule, bool isAppModule, const char* relativePath) in ARKTS_Require()
|
| /foundation/arkui/napi/native_engine/impl/ark/ |
| D | ark_native_engine.cpp | 755 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()
|