Home
last modified time | relevance | path

Searched refs:ApiAllowListChecker (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/napi/module_manager/
H A Dmodule_checker_delegate.h21 typedef std::function<bool(const std::string&)> ApiAllowListChecker; typedef
39 std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker) = 0;
H A Dmodule_load_checker.h40 …bool CheckModuleLoadable(const char* moduleName, std::unique_ptr<ApiAllowListChecker>& apiAllowLis…
H A Dmodule_load_checker.cpp21 const char* moduleName, std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker) in CheckModuleLoadable()
H A Dnative_module_manager.h72 std::unique_ptr<ApiAllowListChecker> apiAllowListChecker = nullptr;
161 std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker, NativeModule* nativeModule);
H A Dnative_module_manager.cpp530 std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker, NativeModule* nativeModule) in MoveApiAllowListCheckerPtr()
555 std::unique_ptr<ApiAllowListChecker> apiAllowListChecker = nullptr; in LoadNativeModule()
986 std::unique_ptr<ApiAllowListChecker> apiAllowListChecker = nullptr; in FindNativeModuleByDisk()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dapp_module_checker_test.cpp86 std::unique_ptr<ApiAllowListChecker> apiAllowListChecker(nullptr);
105 std::unique_ptr<ApiAllowListChecker> apiAllowListChecker(nullptr);
124 std::unique_ptr<ApiAllowListChecker> apiAllowListChecker(nullptr);
/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_module_checker_test/
H A Dform_module_checker_test.cpp43 std::unique_ptr<ApiAllowListChecker> apiAllowListFilter = nullptr;
55 std::unique_ptr<ApiAllowListChecker> apiAllowListFilter = nullptr;
82 std::unique_ptr<ApiAllowListChecker> apiAllowListFilter = nullptr;
103 std::unique_ptr<ApiAllowListChecker> apiAllowListFilter = nullptr;
125 std::unique_ptr<ApiAllowListChecker> apiAllowListFilter = nullptr;
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_module_checker.cpp86 std::unique_ptr<ApiAllowListChecker> &apiAllowListChecker) in CheckModuleLoadable()
95 … apiAllowListChecker = std::make_unique<ApiAllowListChecker>([](const std::string& apiPath) { in CheckModuleLoadable()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dapp_module_checker.cpp23 … std::unique_ptr<ApiAllowListChecker> &apiAllowListChecker) in CheckModuleLoadable()
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_module_checker.h36 std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker) override;
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dapp_module_checker.h39 std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker) override;
/ohos5.0/foundation/arkui/napi/module_manager/test/mock/src/
H A Dmock_native_module_manager.cpp73 std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker) in CheckModuleLoadable()
/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_ark_api_allowlist.cpp147 std::unique_ptr<ApiAllowListChecker> apiAllowListFilter = nullptr;
199 std::unique_ptr<ApiAllowListChecker> apiAllowListFilter = nullptr;
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h367 … static void CopyPropertyApiFilter(const std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker,
H A Dark_native_engine.cpp309 std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker = module->apiAllowListChecker; in CheckArkApiAllowList()
320 void ArkNativeEngine::CopyPropertyApiFilter(const std::unique_ptr<ApiAllowListChecker>& apiAllowLis… in CopyPropertyApiFilter()