Home
last modified time | relevance | path

Searched defs:child (Results 1 – 4 of 4) 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/collect_application_api/src/
DcollectApi.js283 function collectMethodOrFieldApis(child, packageName, className, faterApiInfo, apiType, api, argument
332 function collectFiledOrConstant(apiType, methodName, child, returnDeclarationArr) { argument
351 function collectSpecialApis(child, apiType, packageName, className, faterApiInfo, api, exportApi, c… argument
369 child, currentTypeList, param) { argument
396 hash, currentClassFunSet, child, currentTypeList, param) { argument
418 function collectTypeApi(child, packageName, className, faterApiType, api, exportApi, returnDeclarat… argument
455 function collectMembersApi(type, packageName, child, api, hash, typeObj, apiInfo, className) { 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/sdk_upgrade_assistance_plugin/src/main/java/com/update/check/utils/
DFileUtils.java157 Object child = JSONObject.parse(modelJson); in getApplicationApiType() local