Home
last modified time | relevance | path

Searched defs:apiPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_module_checker.cpp34 bool FormModuleChecker::CheckApiAllowList(const std::string& apiPath) in CheckApiAllowList()
68 bool FormModuleChecker::CheckApiWithSuffix(const std::string& apiPath, const std::string& item) in CheckApiWithSuffix()
95 … apiAllowListChecker = std::make_unique<ApiAllowListChecker>([](const std::string& apiPath) { in CheckModuleLoadable()
/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_ark_api_allowlist.cpp173 std::string apiPath = "i18n"; variable
227 std::string apiPath = "intl"; variable
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp311 const std::string apiPath = context.moduleName->ToString(context.ecmaVm); in CheckArkApiAllowList() local
322 const std::string& apiPath) in CopyPropertyApiFilter()