Searched refs:getControlTransferParam (Results 1 – 2 of 2) sorted by relevance
| /test/xts/acts/usb/usb_standard/entry/src/ohosTest/js/test/ |
| D | UsbApiParamErrJsunit.test.js | 67 requestparam = getControlTransferParam(0x80, 0x06, (0x01 << 8 | 0), 0, 18); 122 function getControlTransferParam(iReqType, iReq, iValue, iIndex, iLength) { function 7753 let tmpRequestparam = getControlTransferParam(PARAM_NULL, 0x06, (0x01 << 8 | 0), 0, 18); 7782 … let tmpRequestparam = getControlTransferParam(PARAM_UNDEFINED, 0x06, (0x01 << 8 | 0), 0, 18); 7811 … let tmpRequestparam = getControlTransferParam(PARAM_NULLSTRING, 0x06, (0x01 << 8 | 0), 0, 18); 7840 let tmpRequestparam = getControlTransferParam(0x80, PARAM_NULL, (0x01 << 8 | 0), 0, 18); 7869 … let tmpRequestparam = getControlTransferParam(0x80, PARAM_UNDEFINED, (0x01 << 8 | 0), 0, 18); 7898 … let tmpRequestparam = getControlTransferParam(0x80, PARAM_NULLSTRING, (0x01 << 8 | 0), 0, 18); 7927 let tmpRequestparam = getControlTransferParam(0x80, 0x60, PARAM_NULL, 0, 18); 7956 let tmpRequestparam = getControlTransferParam(0x80, 0x60, PARAM_UNDEFINED, 0, 18); [all …]
|
| D | UsbApiTransferCompatJsunitTest.test.js | 199 function getControlTransferParam(iReqType, iReq, iValue, iIndex, iLength) { function 1024 let requestparam = getControlTransferParam(0x80, 0x60, (0x01 << 8 | 0), 0, 18);
|