Home
last modified time | relevance | path

Searched defs:child (Results 1 – 5 of 5) sorted by relevance

/interface/sdk-js/build-tools/collect_api/
Dcollect_base_api.js237 function collectTypeApi(child, packageName, className, api, hash, apiInfo, dtsPath) { argument
254 function collectTypeApiInTypes(type, apiInfo, child, api, hash, dtsPath, typeObj, packageName) { argument
274 function collectTypeApiInMembers(member, apiInfo, child, api, hash, dtsPath, typeObj, packageName, … argument
343 function collectOtherApi(child, packageName, className, faterApiInfo, apiType, api, argument
388 function isSpecialMethod(child){ argument
394 function collectFieleOrConstant(apiType, methodName, child, returnDeclarationArr) { argument
413 function collectSubscriptionTypeApi(child, apiType, packageName, className, faterApiInfo, api, curr… argument
453 hash, currentClassFunSet, child, dtsPath) { argument
463 …entTypeListApi(packageName, className, faterApiInfo, apiType, api, hash, currentClassFunSet, child, argument
483 hash, currentClassFunSet, child, dtsPath, param) { argument
/interface/sdk-js/build-tools/api_diff/src/
Dcollect_base_api.js239 function collectTypeApi(child, packageName, className, faterApiType, api, exportApi, returnDeclarat… argument
341 function collectOtherApi(child, packageName, className, faterApiInfo, apiType, api, argument
387 function collectFieleOrConstant(apiType, methodName, child, returnDeclarationArr) { argument
406 function collectOnOffApi(child, apiType, packageName, className, faterApiInfo, api, exportApi, curr… argument
446 …entTypeListApi(packageName, className, faterApiInfo, apiType, api, hash, currentClassFunSet, child, argument
466 hash, currentClassFunSet, child, dtsPath, param) { argument
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/utils/
DFileUtils.java157 Object child = JSONObject.parse(modelJson); in getApplicationApiType() local
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/
Dparser.py276 def delete_typedef_child(child): argument
Dparse_include.py492 def processing_ast_node(child, current_file, data, name, gn_path): argument