Home
last modified time | relevance | path

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

/test/xts/acts/usb/usb_standard/src/main/js/test/
DCheckEmptyUtils.js60 var tmpUint8Array = new Uint8Array(arr); variable
61 return tmpUint8Array;
DUsbDevicePipeJsunit.test.js176 var tmpUint8Array = new Uint8Array(testParam.maxInSize);
177 usbManager.bulkTransfer(testParam.pip, testParam.inEndpoint, tmpUint8Array, 5000).then(data => {
178 … console.info('usb case readData tmpUint8Array buffer : ' + CheckEmptyUtils.ab2str(tmpUint8Array));
218 var tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
219 … usbManager.bulkTransfer(testParam.pip, testParam.outEndpoint, tmpUint8Array, 5000).then(data => {
260 var tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
261 …usbManager.bulkTransfer(testParam.pip, testParam.outEndpoint, tmpUint8Array, undefined).then(data …
302 var tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
303 … usbManager.bulkTransfer(testParam.pip, testParam.outEndpoint, tmpUint8Array, null).then(data => {
344 var tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
[all …]
DUsbDevicePipeJsunitEx.test.js170 var tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
173 …usbManager.bulkTransfer(TmpTestParam.pip, TmpTestParam.outEndpoint, tmpUint8Array, 5000).then(data…
207 var tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
210 …usbManager.bulkTransfer(TmpTestParam.pip, TmpTestParam.outEndpoint, tmpUint8Array, 5000).then(data…
244 var tmpUint8Array = CheckEmptyUtils.str2ab(testParam.sendData);
247 …usbManager.bulkTransfer(TmpTestParam.pip, TmpTestParam.outEndpoint, tmpUint8Array, 5000).then(data…
395 var tmpUint8Array = new Uint8Array(testParam.maxInSize);
397 …usbManager.bulkTransfer(tmpTestParam.pip, tmpTestParam.inEndpoint, tmpUint8Array, 5000).then(data …
438 var tmpUint8Array = new Uint8Array(testParam.maxInSize);
440 …usbManager.bulkTransfer(tmpTestParam.pip, tmpTestParam.inEndpoint, tmpUint8Array, 5000).then(data …
[all …]
/test/xts/acts/security/certificate_framework/js_api_test_oh40/src/main/js/test/utils/common/
DpublicDoString.js42 var tmpUint8Array = new Uint8Array(arr);
43 return tmpUint8Array;
/test/xts/acts/security/security_huks_reformed_test/utils/param/
DpublicFunc.js40 let tmpUint8Array = new Uint8Array(arr);
41 return tmpUint8Array;
/test/xts/acts/security/security_huks_basic/utils/param/
DpublicFunc.js41 var tmpUint8Array = new Uint8Array(arr);
42 return tmpUint8Array;
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/src/main/js/test/utils/common/
DpublicDoString.js42 var tmpUint8Array = new Uint8Array(arr);
43 return tmpUint8Array;
/test/xts/acts/security/cryptoFramework/js_api_test_one/src/main/js/test/utils/common/
DpublicDoString.js42 var tmpUint8Array = new Uint8Array(arr);
43 return tmpUint8Array;
/test/xts/acts/security/certificate_framework/js_api_test_one/src/main/js/test/utils/common/
DpublicDoString.js42 var tmpUint8Array = new Uint8Array(arr);
43 return tmpUint8Array;
/test/xts/acts/security/security_huks_reformed_test/huks_hmac_promise_BasicTest/src/main/js/test/HMAC/
DSecurityHuksFaceFingerNormalJsunit.test.js46 let tmpUint8Array = new Uint8Array(arr);
47 return tmpUint8Array;