| /interface/sdk-js/api/common/lite/ |
| D | console.d.ts | 31 static debug(message: string): void; 41 static log(message: string): void; 51 static info(message: string): void; 61 static warn(message: string): void; 71 static error(message: string): void;
|
| D | featureability.d.ts | 53 message: string; property 95 message?: string; property
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/src/utils/ |
| D | logUtil.ts | 37 static e(tag: string, message?: string): void { 39 console.error(`${tag}: ${message}`); 43 static i(tag: string, message?: string): void { 45 console.info(`${tag}: ${message}`); 49 static w(tag: string, message?: string): void { 51 console.warn(`${tag}: ${message}`); 55 static d(tag: string, message?: string): void { 57 console.debug(`${tag}: ${message}`);
|
| /interface/sdk-js/api/common/full/ |
| D | console.d.ts | 43 static debug(message: string, ...arguments: any[]): void; 62 static log(message: string, ...arguments: any[]): void; 81 static info(message: string, ...arguments: any[]): void; 100 static warn(message: string, ...arguments: any[]): void; 119 static error(message: string, ...arguments: any[]): void;
|
| D | featureability.d.ts | 77 message: string; property 231 message?: string; property
|
| /interface/sdk-js/build-tools/dts_parser/src/utils/ |
| D | logUtil.ts | 37 static e(tag: string, message?: any) { 39 console.error(`${tag}: ${message}`); 43 static w(tag: string, message?: any) { 45 console.warn(`${tag}: ${message}`); 49 static i(tag: string, message?: any) { 51 console.info(`${tag}: ${message}`); 55 static d(tag: string, message?: any) { 57 console.debug(`${tag}: ${message}`);
|
| /interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/log/ |
| D | LoggerImpl.java | 38 public void error(String tag, String message) { in error() argument 39 logger.error(String.format(MESSAGE_FORMAT, prefix, tag, message)); in error() 43 public void info(String tag, String message) { in info() argument 44 logger.info(String.format(MESSAGE_FORMAT, prefix, tag, message)); in info() 48 public void warn(String tag, String message) { in warn() argument 49 logger.warn(String.format(MESSAGE_FORMAT, prefix, tag, message)); in warn() 53 public void debug(String tag, String message) { in debug() argument 54 logger.debug(String.format(MESSAGE_FORMAT, prefix, tag, message)); in debug()
|
| D | Logger.java | 52 public abstract void error(String tag, String message); in error() argument 60 public abstract void info(String tag, String message); in info() argument 68 public abstract void warn(String tag, String message); in warn() argument 76 public abstract void debug(String tag, String message); in debug() argument
|
| /interface/sdk-js/api/@internal/ets/ |
| D | global.d.ts | 89 static debug(message: string, ...arguments: any[]): void; 129 static log(message: string, ...arguments: any[]): void; 169 static info(message: string, ...arguments: any[]): void; 209 static warn(message: string, ...arguments: any[]): void; 249 static error(message: string, ...arguments: any[]): void;
|
| /interface/sdk-js/build-tools/dts_parser/src/typedef/checker/ |
| D | result_type.ts | 196 message: string = ''; property in ApiResultSimpleInfo 234 setMessage(message: string): ApiResultSimpleInfo { 235 this.message = message; 240 return this.message; 251 message: string = ''; property in ApiResultInfo 284 setMessage(message: string): ApiResultInfo { 285 this.message = message; 290 return this.message;
|
| /interface/sdk-js/api/ |
| D | @ohos.worker.d.ts | 201 readonly message: string; property 1390 postMessage(message: Object, transfer: ArrayBuffer[]): void; 1430 postMessage(message: Object, options?: PostMessageOptions): void; 1742 postMessage(message: Object, transfer: ArrayBuffer[]): void; 1756 postMessage(message: Object, options?: PostMessageOptions): void;
|
| D | @system.prompt.d.ts | 39 message: string; property 197 message?: string; property
|
| D | @ohos.prompt.d.ts | 51 message: string; property 143 message?: string; property
|
| D | @ohos.web.webview.d.ts | 1633 setString(message: string): void; 1654 setNumber(message: number): void; 1675 setBoolean(message: boolean): void; 1696 setArrayBuffer(message: ArrayBuffer): void; 1715 setArray(message: Array<string | number | boolean>): void; 1736 setError(message: Error): void; 1815 postMessageEvent(message: WebMessage): void; 1854 postMessageEventExt(message: WebMessageExt): void;
|
| D | @ohos.promptAction.d.ts | 89 message: string | Resource; property 375 message?: string | Resource; property
|
| /interface/sdk-js/api/tag/ |
| D | nfctech.d.ts | 728 format(message: NdefMessage): Promise<void>; 742 format(message: NdefMessage, callback: AsyncCallback<void>): void; 756 formatReadOnly(message: NdefMessage): Promise<void>; 770 formatReadOnly(message: NdefMessage, callback: AsyncCallback<void>): void;
|
| /interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/src/ |
| D | compile_info.ts | 43 message: string, 48 const errorMessage: string = `API check error of [${errorType}]: ${message}`;
|
| /interface/sdk-js/build-tools/collect_application_api/src/ |
| D | utils.js | 312 static info(tag, message) { argument 313 this.wrap(this.INFO, tag, message); 316 static warn(tag, message) { argument 317 this.wrap(this.WARN, tag, message); 320 static error(tag, message) { argument 321 this.wrap(this.ERROR, tag, message); 324 static wrap(level, tag, message) { argument 326 const logMessage = `${timeStamp} ${this.getLevelName(level)} [${tag}] ${message}`;
|
| /interface/sdk-js/api/application/ |
| D | AbilityStartCallback.d.ts | 36 onError(code: number, name: string, message: string): void;
|
| /interface/sdk-js/build-tools/api_check_plugin/autoTest/expect/ |
| D | enum004.txt | 7 "message": "API check error of [wrong order]: JSDoc label order error, please make adjustments"
|
| D | any001.txt | 7 "message": "API check error of [illegal any]: Illegal [any] keyword used in the API"
|
| D | readonly002.txt | 7 "message": "API check error of [wrong order]: JSDoc label order error, please make adjustments"
|
| D | static001.txt | 7 "message": "API check error of [wrong order]: JSDoc label order error, please make adjustments"
|
| D | systemapi002.txt | 7 "message": "API check error of [wrong order]: JSDoc label order error, please make adjustments"
|
| D | typedef004.txt | 7 "message": "API check error of [wrong order]: JSDoc label order error, please make adjustments"
|