Home
last modified time | relevance | path

Searched refs:tmpUint8Array (Results 1 – 15 of 15) sorted by relevance

/test/xts/acts/usb/usb_standard/entry/src/ohosTest/js/test/
DUsbApiTransferCompatJsunitTest.test.js200 let tmpUint8Array = new Uint8Array(512);
208 data: tmpUint8Array
250 let tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
252 …await usbManager.bulkTransfer(testParam.pip, testParam.outEndpoint, tmpUint8Array, 5000).then(data…
285 let tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
287 …await usbManager.bulkTransfer(testParam.pip, testParam.outEndpoint, tmpUint8Array, 5000).then(data…
320 let tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
322 …await usbManager.bulkTransfer(testParam.pip, testParam.outEndpoint, tmpUint8Array, 5000).then(data…
355 let tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
357 …await usbManager.bulkTransfer(testParam.pip, testParam.outEndpoint, tmpUint8Array, 5000).then(data…
[all …]
DCheckEmptyUtils.js60 var tmpUint8Array = new Uint8Array(arr); variable
61 return tmpUint8Array;
DUsbDevicePipeJsunitEx.test.js219 var tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
223 …await usbManager.bulkTransfer(TmpTestParam.pip, TmpTestParam.outEndpoint, tmpUint8Array, 5000).the…
225 …sole.info(TAG, 'usb case testBulkTransfer006 send data: ' + CheckEmptyUtils.ab2str(tmpUint8Array));
259 var tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
263 …await usbManager.bulkTransfer(TmpTestParam.pip, TmpTestParam.outEndpoint, tmpUint8Array, 5000).the…
265 …sole.info(TAG, 'usb case testBulkTransfer007 send data: ' + CheckEmptyUtils.ab2str(tmpUint8Array));
299 var tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
303 …await usbManager.bulkTransfer(TmpTestParam.pip, TmpTestParam.outEndpoint, tmpUint8Array, 5000).the…
305 …sole.info(TAG, 'usb case testBulkTransfer008 send data: ' + CheckEmptyUtils.ab2str(tmpUint8Array));
439 var tmpUint8Array = new Uint8Array(testParam.maxInSize);
[all …]
DUsbDevicePipeJsunit.test.js215 var tmpUint8Array = new Uint8Array(testParam.maxInSize);
217 …let data = await usbManager.bulkTransfer(testParam.pip, testParam.inEndpoint, tmpUint8Array, 5000);
218 …ole.info(TAG, 'usb case readData tmpUint8Array buffer : ' + CheckEmptyUtils.ab2str(tmpUint8Array));
262 var tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
264 …let data = await usbManager.bulkTransfer(testParam.pip, testParam.outEndpoint, tmpUint8Array, 5000…
309 var tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
311 …let data = await usbManager.bulkTransfer(testParam.pip, testParam.outEndpoint, tmpUint8Array, unde…
355 var tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
356 …await usbManager.bulkTransfer(testParam.pip, testParam.outEndpoint, tmpUint8Array, null).then(data…
401 var tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
[all …]
DUsbApiParamErrJsunit.test.js123 let tmpUint8Array = new Uint8Array(512);
131 data: tmpUint8Array
/test/xts/acts/security/certificate_framework/js_api_test_oh40/entry/src/ohosTest/js/test/utils/common/
DpublicDoString.js42 var tmpUint8Array = new Uint8Array(arr);
43 return tmpUint8Array;
/test/xts/acts/security/huks/security_huks_basic/utils/param/
DpublicFunc.js41 var tmpUint8Array = new Uint8Array(arr);
42 return tmpUint8Array;
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/
DpublicFunc.js40 let tmpUint8Array = new Uint8Array(arr);
41 return tmpUint8Array;
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/entry/src/ohosTest/js/test/utils/common/
DpublicDoString.js42 var tmpUint8Array = new Uint8Array(arr);
43 return tmpUint8Array;
/test/xts/acts/security/certificate_framework/js_api_test_one/entry/src/ohosTest/js/test/utils/common/
DpublicDoString.js42 var tmpUint8Array = new Uint8Array(arr);
43 return tmpUint8Array;
/test/xts/acts/security/cryptoFramework/js_api_test_one/entry/src/ohosTest/js/test/utils/common/
DpublicDoString.js42 var tmpUint8Array = new Uint8Array(arr);
43 return tmpUint8Array;
/test/xts/acts/security/cryptoFramework/js_api_test_oh41/src/main/ets/test/utils/common/
DpublicDoString.ets43 var tmpUint8Array = new Uint8Array(arr);
44 return tmpUint8Array;
/test/xts/acts/security/certificate_framework/js_api_test_oh41/entry/src/ohosTest/ets/test/utils/common/
DcommonFunction.ets44 let tmpUint8Array = new Uint8Array(arr);
45 return tmpUint8Array;
/test/xts/acts/security/certificate_framework/js_api_test_oh50/src/main/ets/test/utils/common/
DcommonFunction.ets44 let tmpUint8Array = new Uint8Array(arr);
45 return tmpUint8Array;
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_promise_BasicTest/entry/src/ohosTest/js/test/HMAC/
DSecurityHuksFaceFingerNormalJsunit.test.js46 let tmpUint8Array = new Uint8Array(arr);
47 return tmpUint8Array;