Home
last modified time | relevance | path

Searched refs:CheckModuleLoadable (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/napi/module_manager/
H A Dmodule_load_checker.cpp20 bool ModuleLoadChecker::CheckModuleLoadable( in CheckModuleLoadable() function in ModuleLoadChecker
29 return moduleCheckerDelegate_->CheckModuleLoadable(moduleName, apiAllowListChecker); in CheckModuleLoadable()
H A Dmodule_checker_delegate.h38 virtual bool CheckModuleLoadable(const char* moduleName,
H A Dmodule_load_checker.h40 bool CheckModuleLoadable(const char* moduleName, std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker);
H A Dnative_module_manager.cpp557 !moduleLoadChecker_->CheckModuleLoadable(moduleName, apiAllowListChecker)) { in LoadNativeModule()
987 if (moduleLoadChecker_ && !moduleLoadChecker_->CheckModuleLoadable(moduleName, apiAllowListChecker)) { in FindNativeModuleByDisk()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dapp_module_checker_test.cpp75 * Function: CheckModuleLoadable
87 bool ret = appModuleChecker_->CheckModuleLoadable("module4", apiAllowListChecker); in HWTEST_F()
94 * Function: CheckModuleLoadable
106 bool ret = appModuleChecker_->CheckModuleLoadable("module4", apiAllowListChecker); in HWTEST_F()
113 * Function: CheckModuleLoadable
125 bool ret = appModuleChecker_->CheckModuleLoadable("module2", apiAllowListChecker); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/frs_form_module_checker_test/
H A Dform_module_checker_test.cpp45 bool ret = formChecker->CheckModuleLoadable("effectKit", apiAllowListFilter); in HWTEST_F()
57 bool ret = formChecker->CheckModuleLoadable("multimedia.image", apiAllowListFilter); in HWTEST_F()
77 * @tc.desc: test CheckModuleLoadable function.
85 bool ret = formChecker->CheckModuleLoadable("i18n", apiAllowListFilter); in HWTEST_F()
98 * @tc.desc: test CheckModuleLoadable function.
106 bool ret = formChecker->CheckModuleLoadable("intl", apiAllowListFilter); in HWTEST_F()
120 * @tc.desc: test CheckModuleLoadable function.
128 bool ret = formChecker->CheckModuleLoadable("font", apiAllowListFilter); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dapp_module_checker.cpp22 bool AppModuleChecker::CheckModuleLoadable(const char *moduleName, in CheckModuleLoadable() function in AppModuleChecker
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dapp_module_checker.h38 bool CheckModuleLoadable(const char* moduleName,
/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_module_checker.h35 bool CheckModuleLoadable(const char* moduleName,
/foundation/arkui/napi/module_manager/test/mock/src/
H A Dmock_native_module_manager.cpp72 bool ModuleLoadChecker::CheckModuleLoadable(const char* moduleName, in CheckModuleLoadable() function in ModuleLoadChecker
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_module_checker.cpp84 bool FormModuleChecker::CheckModuleLoadable(const char *moduleName, in CheckModuleLoadable() function in FormModuleChecker
/foundation/arkui/napi/test/unittest/
H A Dtest_ark_api_allowlist.cpp149 formChecker->CheckModuleLoadable("i18n", apiAllowListFilter); in HWTEST_F()
201 formChecker->CheckModuleLoadable("intl", apiAllowListFilter); in HWTEST_F()

Completed in 7 milliseconds