/test/xts/acts/inputmethod/InputMethodDrawnControl/entry/src/main/ets/InputMethodDrawnControl/ |
D | KeyboardDelegate.ts | 24 const TAG = 'KeyboardDelegate'; constant 56 … console.info(TAG + '====>inputMethodAbility destroy err:' + JSON.stringify(err)); 59 … console.info(TAG + '====>inputMethodAbility destroy catch err:' + JSON.stringify(err)); 60 console.info(TAG + '====>inputMethodAbility destroy catch err:' + err); 65 console.debug(TAG + '====>receive event err:' + JSON.stringify(err)); 66 console.debug(TAG + '====>receive event data:' + JSON.stringify(data)); 69 … console.debug(TAG + '====>SUB_Misc_inputMethod_onHandleExtendAction_0010 event:' + data.event); 73 … console.debug(TAG + '====>SUB_Misc_inputMethod_offHandleExtendAction_0020 event:' + data.event); 77 … console.debug(TAG + '====>SUB_Misc_inputMethod_onSendFunctionKey_0030 event:' + data.event); 81 … console.debug(TAG + '====>SUB_Misc_inputMethod_offSendFunctionKey_0040 event:' + data.event); [all …]
|
/test/xts/acts/multimedia/media/media_js_standard/avPlayer/entry/src/main/ets/test/ |
D | AVPlayerStabilityTest.test.js | 72 let TAG = "[AVPlayerStabilityTest] "; 87 console.info(TAG + 'this fdNumber is :' + fdNumber) 118 console.info(TAG + 'this testCase execution completed') 141 console.info(TAG + 'SUB_MULTIMEDIA_MEDIA_AVPLAYER_STABILITY_0100 start') 143 console.info(TAG + 'SUB_MULTIMEDIA_MEDIA_AVPLAYER_STABILITY_0100 end') 155 console.info(TAG + 'SUB_MULTIMEDIA_MEDIA_AVPLAYER_STABILITY_0200 start') 157 console.info(TAG + 'SUB_MULTIMEDIA_MEDIA_AVPLAYER_STABILITY_0200 end') 169 console.info(TAG + 'SUB_MULTIMEDIA_MEDIA_AVPLAYER_FORMAT_MP4_0100 start') 171 console.info(TAG + 'SUB_MULTIMEDIA_MEDIA_AVPLAYER_FORMAT_MP4_0100 end') 183 console.info(TAG + 'SUB_MULTIMEDIA_MEDIA_AVPLAYER_FORMAT_MP4_0200 start') [all …]
|
/test/xts/acts/notification/ans_standard/actsNotificationSlotTest/src/main/js/test/ |
D | ActsNotificationSlotTest.js | 20 let TAG = 'SUB_NOTIFICATION_ANS_SLOT_TEST ===>' 21 console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST START') 28 console.info(`${TAG} afterEach START`) 31 console.info(`${TAG} removeAllSlots err: ${err.code}`) 35 console.info(`${TAG} removeAllSlots success`) 40 console.info(`${TAG} afterEach END`) 49 console.info(TAG + 'Sub_Notification_Ans_Slot_CreateSlot_2000 START') 52 console.info(`${TAG} addSlot_1 AsyncCallback err: ${err.code}`) 56 console.info(`${TAG} addSlot_1 AsyncCallback success`) 61 console.info(TAG + 'Sub_Notification_Ans_Slot_CreateSlot_2000 END') [all …]
|
/test/xts/acts/ability/ability_runtime/actsdataabilityaccessdatasharetest/actsdataabilityaccessdatasharetest/src/main/js/test/ |
D | DataAbilityHelperJsSt.test.js | 26 let TAG = '' 65 TAG = 'ACTS_DataAbilityAccessDataShare_Inset_0100'; 66 console.log(TAG + '====<begin'); 74 console.log(TAG + ' insert err, data====>' 77 console.log(TAG + '====<end'); 81 console.error(TAG + ' catch(err)====>' + err); 84 console.log(TAG + '====<end'); 93 TAG = 'ACTS_DataAbilityAccessDataShare_Inset_0200'; 94 console.log(TAG + '====<begin'); 100 console.log(TAG + ' then data====>' [all …]
|
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodAbility/ |
D | KeyboardDelegate.ts | 24 const TAG = 'KeyboardDelegate'; constant 43 console.info(TAG + '====>inputMethodEngine destroy err:' + JSON.stringify(err)); 46 console.info(TAG + '====>inputMethodEngine destroy catch err:' + JSON.stringify(err)); 58 console.info(TAG + '====>inputMethodAbility inputStart into'); 62 console.info(TAG + '====>receive event err:' + JSON.stringify(err)); 63 console.info(TAG + '====>receive event data:' + JSON.stringify(data)); 66 … console.info(TAG + '====>inputMethodAbility_test_getInputMethodAbility_001 event:' + data.event); 70 … console.info(TAG + '====>inputMethodAbility_test_getInputMethodDelegate_001 event:' + data.event); 74 console.info(TAG + '====>inputMethodAbility_test_028 event:' + data.event); 78 console.info(TAG + '====>inputMethodAbility_test_029 event:' + data.event); [all …]
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/src/main/js/test/ |
D | RelationalStoreCloudSync.test.js | 20 const TAG = "[RELATIONAL_STORE_JSKITS_TEST]"; constant 31 console.log(TAG + ` Progess:` + JSON.stringify(ProgressDetail)); 38 console.info(TAG + 'beforeAll') 44 console.log(TAG + "create rdb store before"); 47 console.log(TAG + "create rdb store success"); 49 …console.log(TAG + "create rdb store failed" + `, error code is ${err.code}, message is ${err.messa… 73 console.log(TAG + "create table cloud_text cloud_int cloud_integer success"); 75 …console.log(TAG + "create table cloud_text cloud_int cloud_integer failed" + `, error code is ${er… 86 console.log(TAG + "set disTable success"); 88 … console.log(TAG + "set disTable fail" + `, error code is ${err.code}, message is ${err.message}`); [all …]
|
D | RelationalStoreDistributedJsunit.test.js | 29 const TAG = "[RelationalStore_JSKITS_TEST_Distributed]" constant 44 console.info(TAG + "create table employee success") 46 console.info(TAG + "create table employee failed") 60 console.info(TAG + "create table product success") 62 console.info(TAG + "create table product failed") 75 console.info(TAG + "create table product success") 77 console.info(TAG + "create table product failed") 83 console.info(TAG + devices + " dataChange"); 90 console.info(TAG + 'beforeAll') 94 console.info(TAG + 'beforeEach') [all …]
|
D | RelationalStorePredicatesJsunit.test.js | 20 const TAG = "[RelationalStore_JSKITS _TEST]" constant 39 console.info(TAG + 'beforeAll') 49 console.info(TAG + 'beforeEach') 53 console.info(TAG + 'afterEach') 57 console.info(TAG + 'afterAll') 74 console.info(TAG + "buildAllDataType1 start"); 94 console.info(TAG + "buildAllDataType2 start"); 114 console.info(TAG + "buildAllDataType3 start"); 133 console.info(TAG + "*************Unit Test Begin*************"); 141 console.info(TAG + "************* testEqualTo0001 start *************"); [all …]
|
D | RelationalStoreBackupRestoreWithFAContextJsunit.test.js | 20 const TAG = "[RelationalStore_JSKITS_TEST]" constant 72 console.info(TAG + "Backup error: " + err) 77 console.info(TAG + "BackupTest error: " + errInfo) 90 console.info(TAG + "Restore error: " + err) 95 console.info(TAG + "ReStoreTest error: " + errInfo) 105 console.info(TAG + 'beforeAll') 109 console.info(TAG + 'beforeEach') 114 console.info(TAG + 'afterEach') 120 console.info(TAG + "deleteRdbStore err" + JSON.stringify(err)) 125 console.info(TAG + 'afterAll') [all …]
|
D | RelationalStoreCloudCursor.test.js | 20 const TAG = "[RelationalStoreCloudCursor_Test]"; constant 28 console.info(TAG + 'beforeAll') 36 console.log(TAG + "create rdb store success") 43 console.log(TAG + "create table query_tb success"); 49 console.log(TAG + "setDistributedTables table query_tb success"); 51 console.log(TAG + `failed, err: ${JSON.stringify(err)}`) 57 console.info(TAG + 'beforeEach'); 70 console.log(TAG + "batchInsert query_tb success"); 72 console.log(TAG + `insert failed, err: ${JSON.stringify(err)}`) 78 console.info(TAG + 'afterEach'); [all …]
|
/test/xts/acts/notification/ans_standard/actsNotificationManagerSlotTest/src/main/js/test/ |
D | ActsNotificationManagerSlotTest.js | 20 let TAG = 'SUB_NOTIFICATION_ANS_MANAGER_SLOT_TEST ===>' 21 console.info(TAG + 'SUB_NOTIFICATION_ANS_MANAGER_SLOT_TEST START') 28 console.info(`${TAG} afterEach START`) 32 console.info(`${TAG} removeAllSlots errCode: ${err.code}, errMes: ${err.message}`) 36 console.info(`${TAG} removeAllSlots success`) 42 console.info(`${TAG} removeAllSlots errCode: ${err.code}, errMes: ${err.message}`) 46 console.info(`${TAG} afterEach END`) 55 console.info(TAG + 'Sub_Notification_Ans_Slot_CreateSlot_8200 START') 59 console.info(`${TAG} addSlot_1 errCode: ${err.code}, errMes: ${err.message}`) 63 console.info(`${TAG} addSlot_1 AsyncCallback success`) [all …]
|
/test/xts/tools/sample/AppSampleD/entry/src/main/ets/model/ |
D | CameraModel.ts | 25 const TAG: string = '[CameraModel]' constant 72 Logger.info(TAG, `createImageReceiver`) 75 Logger.info(TAG, `getReceivingSurfaceId surfaceId is ${surfaceId}`) 79 Logger.info(TAG, `imageArrival`) 82 Logger.info(TAG, `readNextImage`) 84 Logger.error(TAG, `failed to get valid image`) 90 Logger.info(TAG, `getComponent`) 92 Logger.info(TAG, `failed to get valid buffer`) 99 Logger.error(TAG, `img.byteBuffer is undefined`) 110 Logger.info(TAG, `initCamera surfaceId:${surfaceId}`); [all …]
|
/test/xts/acts/notification/ans_standard/actsNotificationPublishTest/src/main/js/test/ |
D | ActsNotificationPublishTest.js | 23 let TAG = 'SUB_NOTIFICATION_ANS_Publish_TEST ===>' 24 console.info(TAG + 'SUB_NOTIFICATION_ANS_Publish_TEST START') 44 console.info(`${TAG} createPixelMap err: ${err}`) 47 console.info(`${TAG} createPixelMap err: ${err}`) 83 console.info(`${TAG} getWantAgent AsyncCallback err: ${err.code}`) 85 console.info(`${TAG} getWantAgent AsyncCallback success: ${JSON.stringify(data)}`) 91 console.info(`${TAG} afterEach START`) 94 console.info(`${TAG} cancelAll notification err: ${err.code}`) 98 console.info(`${TAG} cancelAll notification success`) 103 console.info(`${TAG} afterEach END`) [all …]
|
D | ActsNotificationManagerPublishTest.js | 26 let TAG = 'SUB_NOTIFICATION_ANS_MANAGER_Publish_TEST ===>' 27 console.info(TAG + 'SUB_NOTIFICATION_ANS_MANAGER_Publish_TEST START') 50 console.info(`${TAG} Sub_Notification_Ans_Publish_Cancel_3200 START`) 56 console.info(`${TAG} cancel AsyncCallback err: ${err.code}, errMes: ${err.message}`) 60 console.info(`${TAG} cancel AsyncCallback success`) 66 console.info(`${TAG} cancel AsyncCallback errCode: ${err.code}, errMes: ${err.message}`) 70 console.info(`${TAG} Sub_Notification_Ans_Publish_Cancel_3200 END`) 79 console.info(`${TAG} Sub_Notification_Ans_Publish_Cancel_3200 START`) 83 console.info(`${TAG} cancel Promise success`) 87 console.info(`${TAG} cancel Promise err: ${err.code}, errMes: ${err.message}`) [all …]
|
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/src/main/js/test/ |
D | RdbStoreDistributedJsunit.test.js | 28 const TAG = "[RDB_JSKITS_TEST_Distributed]" constant 42 console.info(TAG + "create table employee success") 44 console.info(TAG + "create table employee failed") 58 console.info(TAG + "create table product success") 60 console.info(TAG + "create table product failed") 65 console.info(TAG + devices + " dataChange"); 72 console.info(TAG + 'beforeAll') 74 console.info(TAG + "create rdb store success") 80 console.info(TAG + 'beforeEach') 84 console.info(TAG + 'afterEach') [all …]
|
D | RdbstoreRdbstoreJsunit.test.js | 23 const TAG = "[RDB_JSKITS_TEST]" constant 35 console.info(TAG + 'beforeAll') 39 console.info(TAG + 'beforeEach') 43 console.info(TAG + 'afterAll') 49 console.info(TAG + 'afterAll') 52 console.info(TAG + "*************Unit Test Begin*************"); 60 console.info(TAG + "************* testRdbStore0001 start *************"); 63 console.info(TAG + "getRdbStore done: " + store); 71 console.info(TAG + "************* testRdbStore0001 end *************"); 80 console.info(TAG + "************* testRdbStore0002 start *************"); [all …]
|
D | RdbstorePredicatesJsunit.test.js | 18 const TAG = "[RDB_JSKITS _TEST]" constant 36 console.info(TAG + 'beforeAll') 46 console.info(TAG + 'beforeEach') 50 console.info(TAG + 'afterEach') 54 console.info(TAG + 'afterAll') 71 console.info(TAG + "buildAllDataType1 start"); 91 console.info(TAG + "buildAllDataType2 start"); 111 console.info(TAG + "buildAllDataType3 start"); 130 console.info(TAG + "*************Unit Test Begin*************"); 138 console.info(TAG + "************* testEqualTo0001 start *************"); [all …]
|
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodEngine/ |
D | KeyboardController.ts | 25 const TAG = "keyboardController"; constant 50 console.info(TAG + '====>inputMethodEngine destroy err:' + JSON.stringify(err)); 53 … console.info(TAG + '====>inputMethodEngine destroy catch err:' + JSON.stringify(err)); 60 console.info(TAG + '====>inputMethodEngine inputStart into'); 64 console.info(TAG + '====>receive event err: ' + JSON.stringify(err)); 65 console.info(TAG + '====>receive event data ' + JSON.stringify(data)); 68 … console.info(TAG + '====>inputMethodEngine_test_getInputMethodEngine_001 event:' + data.event); 72 … console.info(TAG + '====>inputMethodEngine_test_getKeyboardDelegate_001 event:' + data.event); 76 console.info(TAG + '====>inputMethodEngine_test_028 event:' + data.event); 80 console.info(TAG + '====>inputMethodEngine_test_029 event:' + data.event); [all …]
|
/test/xts/acts/distributeddatamgr/preferencesjstest/hap/src/main/js/test/ |
D | PreferencesFlushJsunit.test.js | 30 const TAG = '[TEST_PREFERENCES_FLUSH]' constant 61 console.log(TAG + "start_test_0100"); 65 console.log(TAG + "put succeed"); 67 console.log(TAG + "put failed error message = " + err + "error code = " + err.code); 72 console.log(TAG + "res1 = " + res1 + "get res1 succeed"); 74 … console.log(TAG + "get res1 failed error message = " + err + "error code = " + err.code); 78 console.log(TAG + "flush succeed"); 80 … console.log(TAG + "flush failed error message = " + err + "error code = " + err.code); 84 console.log(TAG + "remove succeed"); 86 … console.log(TAG + "remove failed error message = " + err + "error code = " + err.code); [all …]
|
/test/xts/acts/notification/ans_standard/actsNotificationWantAgentTest/src/main/js/test/ |
D | ActsNotificationWantAgentTest.js | 20 let TAG = 'SUB_NOTIFICATION_ANS_WANT_AGENT_TEST ===>' 21 console.info(TAG + 'SUB_NOTIFICATION_ANS_WANT_AGENT_TEST START') 58 console.info(`${TAG} beforeEach START`) 60 console.info(`${TAG} beforeEachEach END`) 70 console.info(`${TAG} SUB_NOTIFICATION_ANS_GET_WANT_AGENT_TEST_0100 START`) 75 console.info(`${TAG} getWantAgent AsyncCallback err: ${err.code}`) 80 console.info(`${TAG} getWantAgent AsyncCallback success: ${JSON.stringify(data)}`) 85 console.info(`${TAG} SUB_NOTIFICATION_ANS_GET_WANT_AGENT_TEST_0100 END`) 94 console.info(`${TAG} SUB_NOTIFICATION_ANS_GET_WANT_AGENT_TEST_0200 START`) 99 console.info(`${TAG} getWantAgent AsyncCallback err: ${err.code}`) [all …]
|
D | ActsNotificationWantAgentNewTest.js | 20 let TAG = 'SUB_NOTIFICATION_ANS_WANT_AGENT_NEW_TEST ===>' 21 console.info(TAG + 'SUB_NOTIFICATION_ANS_WANT_AGENT_NEW_TEST START') 58 console.info(`${TAG} beforeEach START`) 60 console.info(`${TAG} beforeEachEach END`) 70 console.info(`${TAG} Sub_Notification_Ans_WantAgent_Create_3600 START`) 75 … console.info(`${TAG} getWantAgent AsyncCallback err: ${err.code} ,message: ${err.message}`) 80 console.info(`${TAG} getWantAgent AsyncCallback success: ${JSON.stringify(data)}`) 85 console.info(`${TAG} Sub_Notification_Ans_WantAgent_Create_3600 END`) 94 console.info(`${TAG} Sub_Notification_Ans_WantAgent_Create_3650 START`) 99 console.info(`${TAG} getWantAgent AsyncCallback err: ${err.code}`) [all …]
|
/test/xts/acts/multimedia/avsession/avsession_js_standard/avsessionManager/src/main/js/test/ |
D | AVSessionControllerJSTest.js | 23 const TAG = "[AVSessionControllerJSTest]"; constant 104 console.info(TAG + "Create session and controller finished, beforeAll called"); 110 console.info(TAG + 'afterAll called'); 114 console.info(TAG + 'beforeEach called'); 118 console.info(TAG + 'afterEach called'); 125 console.error(TAG + "Create AVSession error " + JSON.stringify(err)); 135 console.error(TAG + "Get controller error " + JSON.stringify(err)); 145 console.log(TAG + "Callback1 received event: " + JSON.stringify(sessionEvent)); 146 console.log(TAG + "Callback1 received args: " + JSON.stringify(args)); 148 console.error(TAG + "Callback1 lyrics event unmatch"); [all …]
|
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/InputMethodEngineKey/ |
D | KeyboardController.ts | 24 const TAG = "keyboardController"; constant 39 console.info(TAG + '====>inputMethodEngine destorey err:' + JSON.stringify(err)); 40 console.info(TAG + '====>inputMethodEngine destorey data:' + JSON.stringify(data)); 45 console.info(TAG + '====>receive event err: ' + JSON.stringify(err)); 46 console.info(TAG + '====>receive event data ' + JSON.stringify(data)); 49 … console.info(TAG + '====>SUB_Misc_InputMethod_Manage_Physical_Buttons_0010 event:' + data.event); 53 … console.info(TAG + '====>SUB_Misc_InputMethod_Manage_Physical_Buttons_0020 event:' + data.event); 57 … console.info(TAG + '====>SUB_Misc_InputMethod_Manage_Physical_Buttons_0030 event:' + data.event); 61 … console.info(TAG + '====>SUB_Misc_InputMethod_Manage_Physical_Buttons_0040 event:' + data.event); 65 … console.info(TAG + '====>SUB_Misc_InputMethod_Manage_Physical_Buttons_0050 event:' + data.event); [all …]
|
/test/xts/acts/distributeddatamgr/dataObjecttest/dataObjectjstest/hap/src/main/js/test/ |
D | ObjectStoreJsunit.test.js | 22 const TAG = "OBJECTSTORE_TEST"; constant 28 console.info(TAG + "data changed !" + element); 32 console.info(TAG + "changeCallback end" + sessionId + " " + changeData); 39 console.info(TAG + "data changed !" + element); 42 console.info(TAG + "changeCallback2 end" + sessionId + " " + changeData); 46 console.info(TAG + "statusCallback1" + sessionId); 51 console.info(TAG + "statusCallback2" + sessionId); 56 console.info(TAG + "statusCallback3" + sessionId); 60 console.info(TAG + "statusCallback4" + " " + sessionId); 91 console.info(TAG + 'beforeEach'); [all …]
|
/test/xts/acts/inputmethod/InputMethodWindManage/entry/src/main/ets/InputMethodWindManage/ |
D | KeyboardController.ts | 22 const TAG = 'keyboardController'; constant 57 console.info(TAG + '====>inputMethodEngine destorey err:' + JSON.stringify(err)); 58 console.info(TAG + '====>inputMethodEngine destorey data:' + JSON.stringify(data)); 72 console.debug(TAG + '====>receive event err: ' + JSON.stringify(err)); 73 console.debug(TAG + '====>receive event data ' + JSON.stringify(data)); 76 …console.debug(TAG + '====>Sub_Misc_inputMethod_Panel_createPanelCallback_0010 event:' + data.event… 80 …console.debug(TAG + '====>Sub_Misc_inputMethod_Panel_createPanelPromise_0020 event:' + data.event); 84 …console.debug(TAG + '====>Sub_Misc_inputMethod_Panel_destroyPanelCallback_0030 event:' + data.even… 88 …console.debug(TAG + '====>Sub_Misc_inputMethod_Panel_destroyPanelPromise_0040 event:' + data.event… 92 …console.debug(TAG + '====>Sub_Misc_inputMethod_Panel_setUiContentCallback_0050 event:' + data.even… [all …]
|