Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/services/form_render_service/src/
Dform_module_checker.cpp112 bool FormModuleChecker::CheckApiAllowList(const std::string& apiPath) in CheckApiAllowList()
124 bool FormModuleChecker::CheckApiWithSuffix(const std::string& apiPath, const std::string& item) in CheckApiWithSuffix()
167 … apiAllowListChecker = std::make_unique<ApiAllowListChecker>([](const std::string& apiPath) { in CheckModuleLoadable()
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp444 const std::string apiPath = context.moduleName->ToString(context.ecmaVm); in CheckArkApiAllowList() local
455 const std::string& apiPath) in CopyPropertyApiFilter()