/foundation/arkui/napi/module_manager/ |
H A D | module_load_checker.cpp | 20 bool ModuleLoadChecker::CheckModuleLoadable(
in CheckModuleLoadable() function in ModuleLoadChecker 29 return moduleCheckerDelegate_->CheckModuleLoadable(moduleName, apiAllowListChecker);
in CheckModuleLoadable()
|
H A D | module_checker_delegate.h | 38 virtual bool CheckModuleLoadable(const char* moduleName,
|
H A D | module_load_checker.h | 40 bool CheckModuleLoadable(const char* moduleName, std::unique_ptr<ApiAllowListChecker>& apiAllowListChecker);
|
H A D | native_module_manager.cpp | 557 !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 D | app_module_checker_test.cpp | 75 * 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 D | form_module_checker_test.cpp | 45 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 D | app_module_checker.cpp | 22 bool AppModuleChecker::CheckModuleLoadable(const char *moduleName,
in CheckModuleLoadable() function in AppModuleChecker
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | app_module_checker.h | 38 bool CheckModuleLoadable(const char* moduleName,
|
/foundation/ability/form_fwk/services/form_render_service/include/ |
H A D | form_module_checker.h | 35 bool CheckModuleLoadable(const char* moduleName,
|
/foundation/arkui/napi/module_manager/test/mock/src/ |
H A D | mock_native_module_manager.cpp | 72 bool ModuleLoadChecker::CheckModuleLoadable(const char* moduleName, in CheckModuleLoadable() function in ModuleLoadChecker
|
/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_module_checker.cpp | 84 bool FormModuleChecker::CheckModuleLoadable(const char *moduleName,
in CheckModuleLoadable() function in FormModuleChecker
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_ark_api_allowlist.cpp | 149 formChecker->CheckModuleLoadable("i18n", apiAllowListFilter); in HWTEST_F() 201 formChecker->CheckModuleLoadable("intl", apiAllowListFilter); in HWTEST_F()
|