Home
last modified time | relevance | path

Searched refs:FUNCTION_CHANGES (Results 1 – 9 of 9) sorted by relevance

/interface/sdk-js/build-tools/api_diff/src/
Dreporter.js35 FUNCTION_CHANGES: 16, property
64 StatusMessages[ApiStatusCode.FUNCTION_CHANGES] = '函数有变化';
Dformat_data.js247 diffData.status = StatusMessages[StatusCode.FUNCTION_CHANGES];
248 diffData.StatusCode = StatusCode.FUNCTION_CHANGES;
Dindex.js107 } else if (diffData.statusCode === StatusCode.FUNCTION_CHANGES) {
Dapi_diff.js308 …const diffInfo = formatDiffInfo(oldApis[0], StatusCode.FUNCTION_CHANGES, oldApis[0].getRawText(), …
330 …const diffInfo = formatDiffInfo(oldApis[0], StatusCode.FUNCTION_CHANGES, oldMessage, newMessage, o…
Dapi_writer.js136 } else if (diffInfo.statusCode === StatusCode.FUNCTION_CHANGES) {
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/diff/
DDiffProcessor.ts574 info.setStatusCode(ApiStatusCode.FUNCTION_CHANGES)
582 diffTypeInfo.setStatusCode(ApiStatusCode.FUNCTION_CHANGES)
813 diffType.setStatusCode(ApiStatusCode.FUNCTION_CHANGES)
899 diffTypeInfo.setStatusCode(ApiStatusCode.FUNCTION_CHANGES)
985 diffTypeInfo.setStatusCode(ApiStatusCode.FUNCTION_CHANGES)
1006 diffTypeInfo.setStatusCode(ApiStatusCode.FUNCTION_CHANGES)
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/action/view/
DUpdateCheckWizardDialog.java74 private static final int FUNCTION_CHANGES = 16; field in UpdateCheckWizardDialog
398 case FUNCTION_CHANGES: in generateReportData()
/interface/sdk-js/build-tools/dts_parser/src/typedef/diff/
DApiInfoDiff.ts356 FUNCTION_CHANGES = 16, enumerator
/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_diff_changes.js441 change.statusCode === StatusCode.FUNCTION_CHANGES &&