Home
last modified time | relevance | path

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

/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>& apiAllowListChecker);
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()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dapp_module_checker_test.cpp86 std::unique_ptr<ApiAllowListChecker> apiAllowListChecker(nullptr); in HWTEST_F()
105 std::unique_ptr<ApiAllowListChecker> apiAllowListChecker(nullptr); in HWTEST_F()
124 std::unique_ptr<ApiAllowListChecker> apiAllowListChecker(nullptr); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/frs_form_module_checker_test/
H A Dform_module_checker_test.cpp43 std::unique_ptr<ApiAllowListChecker> apiAllowListFilter = nullptr; in HWTEST_F()
55 std::unique_ptr<ApiAllowListChecker> apiAllowListFilter = nullptr; in HWTEST_F()
82 std::unique_ptr<ApiAllowListChecker> apiAllowListFilter = nullptr; in HWTEST_F()
103 std::unique_ptr<ApiAllowListChecker> apiAllowListFilter = nullptr; in HWTEST_F()
125 std::unique_ptr<ApiAllowListChecker> apiAllowListFilter = nullptr; in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dapp_module_checker.cpp23 std::unique_ptr<ApiAllowListChecker> &apiAllowListChecker) in CheckModuleLoadable()
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_module_checker.cpp85 std::unique_ptr<ApiAllowListChecker> &apiAllowListChecker) in CheckModuleLoadable()
94 apiAllowListChecker = std::make_unique<ApiAllowListChecker>([](const std::string& apiPath) { in CheckModuleLoadable()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dapp_module_checker.h39 std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker) override;
/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_module_checker.h36 std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker) override;
/foundation/arkui/napi/module_manager/test/mock/src/
H A Dmock_native_module_manager.cpp73 std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker) in CheckModuleLoadable()
/foundation/arkui/napi/test/unittest/
H A Dtest_ark_api_allowlist.cpp147 std::unique_ptr<ApiAllowListChecker> apiAllowListFilter = nullptr; in HWTEST_F()
199 std::unique_ptr<ApiAllowListChecker> apiAllowListFilter = nullptr; in HWTEST_F()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h368 static void CopyPropertyApiFilter(const std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker,
H A Dark_native_engine.cpp307 std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker = module->apiAllowListChecker; in CheckArkApiAllowList()
318 void ArkNativeEngine::CopyPropertyApiFilter(const std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker, in CopyPropertyApiFilter()

Completed in 11 milliseconds