Home
last modified time | relevance | path

Searched refs:message (Results 1 – 25 of 34) sorted by relevance

12

/interface/sdk-js/api/common/lite/
Dconsole.d.ts21 static debug(message: string): void;
27 static log(message: string): void;
33 static info(message: string): void;
39 static warn(message: string): void;
45 static error(message: string): void;
Dfeatureability.d.ts53 message: string; property
95 message?: string; property
/interface/sdk-js/api/common/full/
Dconsole.d.ts29 static debug(message: string, ...arguments: any[]): void;
39 static log(message: string, ...arguments: any[]): void;
49 static info(message: string, ...arguments: any[]): void;
59 static warn(message: string, ...arguments: any[]): void;
69 static error(message: string, ...arguments: any[]): void;
Dfeatureability.d.ts77 message: string; property
231 message?: string; property
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/utils/
DlogUtil.ts37 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/build-tools/dts_parser/src/utils/
DlogUtil.ts37 static e(tag: string, message?: any) {
39 console.error(`${tag}: ${message}`);
43 static i(tag: string, message?: any) {
45 console.info(`${tag}: ${message}`);
49 static w(tag: string, message?: any) {
51 console.warn(`${tag}: ${message}`);
55 static d(tag: string, message?: any) {
57 console.debug(`${tag}: ${message}`);
/interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/src/main/java/com/update/check/log/
DLoggerImpl.java38 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()
DLogger.java52 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/
Dglobal.d.ts69 static debug(message: string, ...arguments: any[]): void;
98 static log(message: string, ...arguments: any[]): void;
127 static info(message: string, ...arguments: any[]): void;
156 static warn(message: string, ...arguments: any[]): void;
185 static error(message: string, ...arguments: any[]): void;
/interface/sdk-js/api/
D@ohos.web.webview.d.ts749 setString(message: string): void;
760 setNumber(message: number): void;
771 setBoolean(message: boolean): void;
782 setArrayBuffer(message: ArrayBuffer): void;
792 setArray(message: Array<string | number | boolean>): void;
803 setError(message: Error): void;
837 postMessageEvent(message: WebMessage): void;
857 postMessageEventExt(message: WebMessageExt): void;
D@ohos.worker.d.ts148 readonly message: string; property
1011 postMessage(message: Object, transfer: ArrayBuffer[]): void;
1037 postMessage(message: Object, options?: PostMessageOptions): void;
1295 postMessage(message: Object, transfer: ArrayBuffer[]): void;
1296 postMessage(message: Object, options?: PostMessageOptions): void;
D@system.prompt.d.ts34 message: string; property
128 message?: string; property
D@ohos.net.socket.d.ts635 …on(type: 'message', callback: Callback<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): v…
652 …off(type: 'message', callback?: Callback<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>):…
1232 …on(type: 'message', callback: Callback<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): v…
1249 …off(type: 'message', callback?: Callback<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>):…
1528 …on(type: 'message', callback: Callback<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): v…
1547 …off(type: 'message', callback?: Callback<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>):…
2397 …on(type: 'message', callback: Callback<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): v…
2407 …off(type: 'message', callback?: Callback<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>):…
2763 …on(type: 'message', callback: Callback<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>): v…
2773 …off(type: 'message', callback?: Callback<{ message: ArrayBuffer, remoteInfo: SocketRemoteInfo }>):…
D@ohos.prompt.d.ts46 message: string; property
138 message?: string; property
D@ohos.promptAction.d.ts61 message: string | Resource; property
226 message?: string | Resource; property
D@ohos.app.form.FormExtensionAbility.d.ts103 onFormEvent(formId: string, message: string): void;
D@system.router.d.ts146 message: string; property
/interface/sdk-js/api/tag/
Dnfctech.d.ts721 format(message: NdefMessage): Promise<void>;
735 format(message: NdefMessage, callback: AsyncCallback<void>): void;
749 formatReadOnly(message: NdefMessage): Promise<void>;
763 formatReadOnly(message: NdefMessage, callback: AsyncCallback<void>): void;
/interface/sdk-js/build-tools/collect_application_api/src/
Dutils.js289 static info(tag, message) { argument
290 this.wrap(this.INFO, tag, message);
293 static warn(tag, message) { argument
294 this.wrap(this.WARN, tag, message);
297 static error(tag, message) { argument
298 this.wrap(this.ERROR, tag, message);
301 static wrap(level, tag, message) { argument
303 const logMessage = `${timeStamp} ${this.getLevelName(level)} [${tag}] ${message}`;
/interface/sdk-js/api/@internal/component/ets/
Daction_sheet.d.ts142 message: string | Resource; property
Dweb.d.ts1222 constructor(message: string, sourceId: string, lineNumber: number, messageLevel: MessageLevel);
2365 …onAlert(callback: (event?: { url: string, message: string, result: JsResult }) => boolean): WebAtt…
2375 …onBeforeUnload(callback: (event?: { url: string, message: string, result: JsResult }) => boolean):…
2385 …onConfirm(callback: (event?: { url: string, message: string, result: JsResult }) => boolean): WebA…
2395 …onPrompt(callback: (event?: { url: string, message: string, value: string, result: JsResult }) => …
2405 onConsole(callback: (event?: { message: ConsoleMessage }) => boolean): WebAttribute;
Dalert_dialog.d.ts360 message: ResourceStr; property
Dimage.d.ts797 message: string
/interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/src/main/java/com/update/check/action/view/
DConstString.java44 return AbstractBundle.message(ConstString.getBundle(), key, params); in get()
/interface/sdk-js/build-tools/api_check_plugin/src/
Dcompile_info.js58 message: errorMessage, property

12