Home
last modified time | relevance | path

Searched refs:stringify (Results 1 – 25 of 60) sorted by relevance

123

/base/inputmethod/imf/test/unittest/napi_test/src/
DInputMethodWithAttachTest.js58 … console.info(`inputmethod_with_attach_test_showTextInput_001 result: ${JSON.stringify(err)}`);
82 … console.info(`inputmethod_with_attach_test_showTextInput_002 result: ${JSON.stringify(error)}`);
99 … console.info(`inputmethod_with_attach_test_hideTextInput_001 result: ${JSON.stringify(err)}`);
125 … console.info(`inputmethod_with_attach_test_hideTextInput_002 result: ${JSON.stringify(error)}`);
146 … console.info(`inputmethod_with_attach_test_setCallingWindow_001 result: ${JSON.stringify(err)}`);
155 …console.info(`inputmethod_with_attach_test_setCallingWindow_001 result: ${JSON.stringify(error)}`);
179 …console.info(`inputmethod_with_attach_test_setCallingWindow_002 result: ${JSON.stringify(error)}`);
184 …console.info(`inputmethod_with_attach_test_setCallingWindow_002 result: ${JSON.stringify(error)}`);
204 … console.info(`inputmethod_with_attach_test_updateCursor_001 result: ${JSON.stringify(err)}`);
214 … console.info(`inputmethod_with_attach_test_updateCursor_001 result: ${JSON.stringify(error)}`);
[all …]
DInputMethodTest.js215 console.info(`inputmethod_test_switchInputMethod_001 err: ${JSON.stringify(err.message)}`);
258 …console.info(`inputmethod_test_listCurrentInputMethodSubtype_002 err: ${JSON.stringify(err.message…
275 console.error(`inputmethod_test_listInputMethod_001 err: ${ JSON.stringify(err.message) }`);
308 console.info(`inputmethod_test_listInputMethod_002 err, ${JSON.stringify(err.message)} `);
329 console.info(`inputmethod_test_getInputMethods_001 err, ${JSON.stringify(err.message)} `);
346 console.error(`inputmethod_test_getInputMethods_002 err: ${JSON.stringify(err.message)}`);
374 console.info(`inputmethod_test_getInputMethods_003 err, ${JSON.stringify(err.message)}`);
391 console.error(`inputmethod_test_getInputMethods_004 err, ${JSON.stringify(err.message)}`);
427 …console.info(`inputmethod_test_switchCurrentInputMethodSubtype_001 err, ${JSON.stringify(err.messa…
450 …console.info(`inputmethod_test_switchCurrentInputMethodSubtype_002 err, ${JSON.stringify(err.messa…
[all …]
/base/update/update_app/common/src/main/ets/util/
DNetUtils.ts33 LogUtils.log('NetUtils', 'getDefaultNet data ' + JSON.stringify(netHandle));
35 LogUtils.log('NetUtils', 'getNetCapabilities data ' + JSON.stringify(info));
38 LogUtils.log('NetUtils', 'getNetCapabilities err ' + JSON.stringify(err));
42 LogUtils.log('NetUtils', 'getDefaultNet err ' + JSON.stringify(err));
56 LogUtils.log('NetUtils', 'getDefaultNet data ' + JSON.stringify(netHandle));
58 LogUtils.log('NetUtils', 'getNetCapabilities data ' + JSON.stringify(info));
61 LogUtils.log('NetUtils', 'getNetCapabilities err ' + JSON.stringify(err));
65 LogUtils.log('NetUtils', 'getDefaultNet err ' + JSON.stringify(err));
/base/usb/usb_manager/test/native/js_unittest/
DUsbCoreJsunitEx.test.js75 var device = JSON.parse(JSON.stringify(gDeviceList[0]));
83 console.info('usb case connectDevice ret: ' + JSON.stringify(usbDevicePipe) +
112 var device = JSON.parse(JSON.stringify(gDeviceList[0]));
120 console.info('usb case connectDevice ret: ' + JSON.stringify(usbDevicePipe) +
148 var device = JSON.parse(JSON.stringify(gDeviceList[0]));
156 console.info('usb case connectDevice ret: ' + JSON.stringify(usbDevicePipe) +
187 var device = JSON.parse(JSON.stringify(gDeviceList[0]));
195 …console.info('usb case connectDevice ret: ' + JSON.stringify(usbDevicePipe) + ' name ' + device.na…
225 var device = JSON.parse(JSON.stringify(gDeviceList[0]));
233 console.info('usb case connectDevice ret: ' + JSON.stringify(usbDevicePipe) +
[all …]
DUsbCoreJsunit.test.js145 console.info('usb case connectDevice ret: ' + JSON.stringify(gPipe));
164 var tmpPipe = JSON.parse(JSON.stringify(gPipe));
185 var tmpPipe = JSON.parse(JSON.stringify(gPipe));
206 var tmpPipe = JSON.parse(JSON.stringify(gPipe));
229 console.info('usb case closePipe param: ' + JSON.stringify(gPipe));
250 console.info('usb case getRawDescriptor param: ' + JSON.stringify(gPipe));
272 console.info('usb case getFileDescriptor param: ' + JSON.stringify(gPipe));
295 console.info('usb case getFileDescriptor param: ' + JSON.stringify(gPipe));
317 console.info('usb case getFileDescriptor param: ' + JSON.stringify(gPipe));
339 console.info('usb case getFileDescriptor param: ' + JSON.stringify(gPipe));
DCheckEmptyUtils.js26 JSON.stringify(obj) == '{}' || JSON.stringify(obj) == 'undefined');
/base/inputmethod/imf/services/dialog/entry/src/main/ets/ServiceExtAbility/
DServiceExtAbility.ts54 console.log(TAG + 'getDefaultDisplay err:' + JSON.stringify(err));
60 console.log(TAG + 'commonEvent:' + JSON.stringify(commonEvent1));
69 console.log(TAG + 'switchInputMethod failed,' + JSON.stringify(err));
101 console.error('Failed to create the window. Cause: ' + JSON.stringify(err));
106 console.info('Succeeded in creating the window. Data: ' + JSON.stringify(data));
108 console.log(TAG + 'windowEvent:' + JSON.stringify(data));
121 console.error('Failed to create the window. Cause: ' + JSON.stringify(exception));
/base/update/update_app/common/src/main/ets/manager/
DUpdateManager.ts46 LogUtils.error('UpdateManager', 'error: ' + JSON.stringify(error));
59 LogUtils.error('UpdateManager', 'err: ' + JSON.stringify(err));
116 LogUtils.error('UpdateManager', 'otaUpdater init fail ' + JSON.stringify(error));
129 this.log(`getOtaStatus result is ${JSON.stringify(result)}`);
142 this.logError(`getOtaStatus error is ${JSON.stringify(err)}`);
161 this.log('getNewVersion result:' + JSON.stringify(result));
168 this.logError('getNewVersion result:' + JSON.stringify(err));
199 this.log('getNewVersionDescription result:' + JSON.stringify(result));
206 this.logError('getNewVersionDescription err:' + JSON.stringify(err));
232 this.log('getCurrentVersionDescription result:' + JSON.stringify(result));
[all …]
/base/request/request/test/unittest/common/napi/requestTest/
DRequestJsunit.test.js69 …===>SUB_REQUEST_DOWNLOAD_API_DOWNLOADTASK_ON_0001 downloadTask: " + JSON.stringify(downloadTask) );
510 … console.info('====>SUB_REQUEST_DOWNLOAD_API_REMOVE_0001 removed data:' + JSON.stringify(data));
517 … console.info('====>SUB_REQUEST_DOWNLOAD_API_REMOVE_0001 remove_throw_err:' + JSON.stringify(err))
558 … console.info('====>SUB_REQUEST_DOWNLOAD_API_REMOVE_0002 removed data:' + JSON.stringify(data));
609 … console.info('====>SUB_REQUEST_DOWNLOAD_API_PAUSE_0001 pause_throw_err:' + JSON.stringify(err))
614 … console.error("====>SUB_REQUEST_DOWNLOAD_API_PAUSE_0001 error: " + JSON.stringify(err));
653 … console.error("====>SUB_REQUEST_DOWNLOAD_API_PAUSE_0002 throw_error: " + JSON.stringify(err));
657 … console.error("====>SUB_REQUEST_DOWNLOAD_API_PAUSE_0002 error: " + JSON.stringify(err));
696 … console.info('====>SUB_REQUEST_DOWNLOAD_API_REMUSE_0001 pause_throw_err:' + JSON.stringify(err))
702 … console.error("====>SUB_REQUEST_DOWNLOAD_API_REMUSE_0001 error: " + JSON.stringify(err));
[all …]
DRequestUploadTest.js227 …console.info("SUB_REQUEST_UPLOAD_API_CALLBACK_0001 uploadConfig: " + JSON.stringify(uploadConfig1)…
230 …le.info("SUB_REQUEST_UPLOAD_API_CALLBACK_0001 progress uploadTask: " + JSON.stringify(uploadTask));
267 …console.info("SUB_REQUEST_UPLOAD_API_PROMISE_0001 UploadConfig: " + JSON.stringify(uploadConfig1));
285 console.error("SUB_REQUEST_UPLOAD_API_PROMISE_0001 error: " + JSON.stringify(e));
305 … console.info("SUB_REQUEST_UPLOAD_API_PROMISE_0002 UploadConfig: " + JSON.stringify(uploadConfig));
320 console.error("SUB_REQUEST_UPLOAD_API_PROMISE_0002 error: " + JSON.stringify(e));
340 … console.info("SUB_REQUEST_UPLOAD_API_PROMISE_0003 UploadConfig: " + JSON.stringify(uploadConfig));
350 console.error("SUB_REQUEST_UPLOAD_API_PROMISE_0003 error: " + JSON.stringify(e));
/base/inputmethod/imf/test/unittest/resource/bundle_dependencies/extImfBundle/entry/src/main/ets/MainAbility/
DMainAbility.ts34 console.error('Failed to load the content. Cause:' + JSON.stringify(err));
37 console.info('Succeeded in loading the content. Data: ' + JSON.stringify(data))
/base/inputmethod/imf/test/unittest/resource/bundle_dependencies/newTestIme/entry/src/main/ets/MainAbility/
DMainAbility.ts34 console.error('Failed to load the content. Cause:' + JSON.stringify(err));
37 console.info('Succeeded in loading the content. Data: ' + JSON.stringify(data))
/base/sensors/sensor/interfaces/plugin/test/unittest/pedometer/
DExampleJsunit.test.js37 console.info('callback' + JSON.stringify(data));
42 console.info('callback2' + JSON.stringify(data));
59 console.error('exception in, msg:' + JSON.stringify(err))
86 console.info('err:' + JSON.stringify(err));
130 console.error('err:' + JSON.stringify(err));
171 console.error('err:' + JSON.stringify(err));
215 console.error('err:' + JSON.stringify(err));
259 console.error('err:' + JSON.stringify(err));
300 console.error('err:' + JSON.stringify(err));
340 console.error('err:' + JSON.stringify(err));
[all …]
/base/sensors/sensor/interfaces/plugin/test/unittest/pedometer_detection/
DExampleJsunit.test.js37 console.info('callback' + JSON.stringify(data));
42 console.info('callback2' + JSON.stringify(data));
59 console.error('exception in, msg:' + JSON.stringify(err))
86 console.info('err:' + JSON.stringify(err));
130 console.error('err:' + JSON.stringify(err));
171 console.error('err:' + JSON.stringify(err));
215 console.error('err:' + JSON.stringify(err));
259 console.error('err:' + JSON.stringify(err));
300 console.error('err:' + JSON.stringify(err));
340 console.error('err:' + JSON.stringify(err));
[all …]
/base/usb/usb_manager/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/ets/pages/
DIndex.ets72 Logger.error(TAG, `Failed to hide the Window. Cause: ${JSON.stringify(err)}`);
100 Logger.error(TAG, `Failed to hide the Window. Cause: ${JSON.stringify(err)}`);
127 Logger.error(TAG, `Failed to hide the Window. Cause: ${JSON.stringify(err)}`);
155 Logger.error(TAG, `Failed to hide the Window. Cause: ${JSON.stringify(err)}`);
184 Logger.info(TAG, `aboutToAppear want=${JSON.stringify(globalThis.want)}`);
185 …Logger.info(TAG, ` want defaultChoose=${JSON.stringify(globalThis.want.parameters["defaultChoose"…
186 … Logger.info(TAG, ` want funcSelect=${JSON.stringify(globalThis.want.parameters["funcSelect"])}`);
187 Logger.info(TAG, `aboutToAppear abilityWant=${JSON.stringify(globalThis.abilityWant)}`);
188 …Logger.info(TAG, ` abilityWant defaultChoose=${JSON.stringify(globalThis.abilityWant.parameters["…
189 …Logger.info(TAG, ` abilityWant funcSelect=${JSON.stringify(globalThis.abilityWant.parameters["fun…
/base/update/update_app/feature/ota/src/main/ets/util/
DChangelogParseUtils.ets61 logError('xmlResult is null! ' + JSON.stringify(xmlResult));
67 logError('root is null! ' + JSON.stringify(root));
83 logError('element is null! ' + JSON.stringify(element));
109 logError('language is null :' + JSON.stringify(element['_attributes']));
118 logError('features is null' + JSON.stringify(languageElement));
130 logError('iconElement is null :' + JSON.stringify(iconElement));
149 logInfo('featuresElement is null' + JSON.stringify(featuresElement));
169 logError('featureElement is null: ' + JSON.stringify(featureElement));
185 logError('featureItem is null: ' + JSON.stringify(featureItem));
/base/usb/usb_manager/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/ets/MainAbility/
DMainAbility.ets23 …Logger.info(TAG, `onCreate want ${JSON.stringify(want)} launchParam=${JSON.stringify(launchParam)}…
34 Logger.error(TAG, `Failed to load the content. Cause: ${JSON.stringify(err)}`);
37 Logger.info(TAG, `Succeeded in loading the content. Data: ${JSON.stringify(data)}`);
/base/usb/usb_manager/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/ets/util/
DUsbServiceSwitch.ets55 …Logger.info(TAG, `setFunctions: current ${JSON.stringify(this.curFunc)}, target ${JSON.stringify(t…
57 Logger.info(TAG, `setCurrentFunctions success: ${JSON.stringify(data)}`);
59 Logger.error(TAG, `setCurrentFunctions failed:${JSON.stringify(err)}`);
DNotificationUtil.ets58 Logger.error(TAG, `enableNotification err ${JSON.stringify(err)}`);
72 Logger.info(TAG, `Succeeded in publish. Data ${JSON.stringify(data)}`);
74 Logger.error(TAG, `Failed to publish. Cause: ${JSON.stringify(err)}`);
126 Logger.error(TAG, `publishNotificationWithWantAgent error = ${JSON.stringify(error)}`);
139 Logger.error(TAG, `=cancel notification err ${JSON.stringify(err)}`);
153 Logger.error(TAG, `cancel all notification err ${JSON.stringify(err)}`);
/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/ets/TestRunner/
DOpenHarmonyTestRunner.ts26 console.info('addAbilityMonitorCallback : ' + JSON.stringify(err));
52 console.info('executeShellCommand : err : ' + JSON.stringify(err));
/base/request/request/test/unittest/js_test/requestQueryTaskTest/entry/src/main/ets/TestRunner/
DOpenHarmonyTestRunner.ts26 console.info('addAbilityMonitorCallback : ' + JSON.stringify(err));
52 console.info('executeShellCommand : err : ' + JSON.stringify(err));
/base/request/request/test/unittest/js_test/requestSystemQueryTest/entry/src/main/ets/TestRunner/
DOpenHarmonyTestRunner.ts26 console.info('addAbilityMonitorCallback : ' + JSON.stringify(err));
52 console.info('executeShellCommand : err : ' + JSON.stringify(err));
/base/usb/usb_manager/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/ets/ServiceExtAbility/
DUsbFunctionSwitchWindowAbility.ets43 Logger.info(TAG, `onCreate want: ${JSON.stringify(want)}`);
55 Logger.info(TAG, `onRequest want=${JSON.stringify(want)} startId=${startId}`);
67 …Logger.error(TAG, `Failed to obtain the default display object. Code: ${JSON.stringify(exception)}…
74 Logger.info(TAG, `onConnect want=${JSON.stringify(want)}`);
80 Logger.info(TAG, `onDisconnect want=${JSON.stringify(want)}`);
95 Logger.error(TAG, `Failed to destroy the window. Cause: ${JSON.stringify(err)}`);
/base/update/update_app/product/oh/base/src/main/ets/ServiceExtAbility/
Dservice.ts33 LogUtils.log(ServiceExtAbility.TAG, 'onCreate:' + JSON.stringify(want));
63 LogUtils.error(ServiceExtAbility.TAG, 'stopSelf err is ' + JSON.stringify(err));
/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/ServiceExtAbility/
DUsbDialogAbility.ts37 console.log('onCreate want: ' + JSON.stringify(want));
44 console.log('onConnect want: ' + JSON.stringify(want));

123