/interface/sdk-js/build-tools/api_diff/src/ |
D | jsdoc_diff.js | 232 function wrapApiChanges(api, statusCode, oldMessage, newMessage, hint, oldNode, newNode, syscap) { argument 238 hint: hint, 256 const hint = useinstead.length > 0 ? `useinstead: ${useinstead[0]}` : ''; 257 diffHistoricalJsDoc(oldApi, newApi, diffReporter, hint); 258 diffErrorCode(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint); 259 diffPermission(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint); 260 diffForm(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint); 261 diffCrossplatform(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint); 262 diffDeprecated(diffReporter, oldApi, newApi, hint); 263 diffApiLevel(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint); [all …]
|
D | reporter.js | 114 …`${apiChanges.oldMessage}`, `${apiChanges.newMessage}`, `${apiChanges.hint}`, `${apiChanges.syscap… 117 function wrapApiDiffInfo(api, statusCode, oldMessage, newMessage, hint, syscap) { argument 122 .setHint(hint) 151 this.hint = ''; 197 setHint(hint) { argument 198 this.hint = hint;
|
D | api_diff.js | 271 hint: '', property 345 hint: '',
|
D | api_writer.js | 140 const useinsteadInfo = diffInfo.hint.replace('useinstead:', '');
|
D | format_data.js | 303 hint: '',
|
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/dto/ |
D | ApiDiffResultDto.java | 35 private String hint; field in ApiDiffResultDto 65 return hint; in getHint() 68 public void setHint(String hint) { in setHint() argument 69 this.hint = hint; in setHint()
|
/interface/sdk_c/arkui/napi/ |
D | native_api.h | 75 typedef void* (*napi_native_binding_detach_callback)(napi_env env, void* native_object, void* hint); 76 …f napi_value (*napi_native_binding_attach_callback)(napi_env env, void* native_object, void* hint); 123 void* hint);
|
/interface/sdk_c/multimedia/audio_framework/common/ |
D | native_audiostream_base.h | 486 OH_AudioInterrupt_Hint hint); 539 OH_AudioInterrupt_Hint hint);
|
/interface/sdk_c/network/netmanager/include/ |
D | net_connection.h | 149 int32_t OH_NetConn_GetAddrInfo(char *host, char *serv, struct addrinfo *hint, struct addrinfo **res…
|
D | net_connection_type.h | 229 const struct addrinfo *hint, struct addrinfo **res);
|
/interface/sdk-js/api/ |
D | @ohos.multimedia.audio.d.ts | 3525 hint?: InterruptHint; property
|
/interface/sdk-js/build-tools/api_check_plugin/plugin/ |
D | dictionaries.txt | 28408 hint
|
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/config/ |
D | dictionaries.txt | 28408 hint
|