Searched refs:intfId (Results 1 - 8 of 8) sorted by relevance
/test/xts/hats/hdf/usb/requestTest_additional/common/ |
H A D | usbd_request_test_additional.cpp | 288 pipe.intfId = 1; in HWTEST_F() 315 pipe.intfId = 255; in HWTEST_F() 398 pipe.intfId = 1; in HWTEST_F() 428 pipe.intfId = 255; in HWTEST_F() 458 pipe.intfId = 255; in HWTEST_F()
|
/drivers/peripheral/usb/hdi_service/src/ |
H A D | usb_impl.cpp | 1481 int32_t ret = UsbdFindRequestSyncAndCreat(port, pipe.intfId, pipe.endpointId, &requestSync);
in BulkTransferRead() 1525 int32_t ret = UsbdFindRequestSyncAndCreatwithLength(port, pipe.intfId, pipe.endpointId, length, &requestSync);
in BulkTransferReadwithLength() 1563 int32_t ret = UsbdFindRequestSyncAndCreat(port, pipe.intfId, pipe.endpointId, &requestSync);
in BulkTransferWrite() 1710 int32_t ret = UsbdFindRequestSyncAndCreat(port, pipe.intfId, pipe.endpointId, &requestSync);
in InterruptTransferRead() 1741 int32_t ret = UsbdFindRequestSyncAndCreat(port, pipe.intfId, pipe.endpointId, &requestSync);
in InterruptTransferWrite() 1766 int32_t ret = UsbdFindRequestSyncAndCreat(port, pipe.intfId, pipe.endpointId, &requestSync);
in IsoTransferRead() 1799 int32_t ret = UsbdFindRequestSyncAndCreat(port, pipe.intfId, pipe.endpointId, &requestSync);
in IsoTransferWrite() 1823 UsbdRequestASync *reqAsync = UsbdFindRequestASync(port, pipe.intfId, pipe.endpointId);
in RequestQueue() 2103 UsbdBulkASyncList *list = UsbdBulkASyncListInit(port, pipe.intfId, pipe.endpointId);
in RegBulkCallback() 2125 UsbdBulkASyncList *list = UsbdBulkASyncListFind(port, pipe.intfId, pip in UnRegBulkCallback() [all...] |
/drivers/peripheral/usb/test/unittest/hal/src/ |
H A D | usbd_request_test.cpp | 1520 * @tc.desc: Positive test: intfId && endpointId error in pipe but not used 1537 pipe.intfId = INTERFACEID_INVALID; in HWTEST_F() 1600 pipe.intfId = 224; in HWTEST_F() 1605 pipe.intfId = INTERFACEID_OK; in HWTEST_F() 1632 pipe.intfId = INTERFACEID_INVALID; in HWTEST_F() 1637 pipe.intfId = INTERFACEID_OK; in HWTEST_F() 1665 pipe.intfId = INTERFACEID_INVALID; in HWTEST_F() 1670 pipe.intfId = INTERFACEID_OK; in HWTEST_F() 1949 pipe.intfId = POINTID_INVALID; in HWTEST_F() 1964 * @tc.desc: Negative test: parameters exception, intfId erro [all...] |
H A D | usbd_transfer_test.cpp | 1428 * @tc.desc: Negative test: parameters exception, intfId error 1440 pipe.intfId = PIPE_INTERFACEID_INVALID; in HWTEST_F() 1542 * @tc.desc: Negative test: parameters exception, intfId error 1554 pipe.intfId = PIPE_INTERFACEID_INVALID; in HWTEST_F() 1656 * @tc.desc: Negative test: parameters exception, intfId error 1668 pipe.intfId = PIPE_INTERFACEID_INVALID; in HWTEST_F() 1839 * @tc.desc: Negative test: parameters exception, intfId error 1851 pipe.intfId = PIPE_INTERFACEID_INVALID; in HWTEST_F() 1958 * @tc.desc: Negative test: parameters exception, intfId error 1970 pipe.intfId in HWTEST_F() [all...] |
/drivers/peripheral/usb/test/unittest/mock/src/ |
H A D | usbd_request_auto_test.cpp | 1529 * @tc.desc: Positive test: intfId && endpointId error in pipe but not used 1544 pipe.intfId = INTERFACEID_INVALID; in HWTEST_F() 1600 pipe.intfId = INVALID_NUM; in HWTEST_F() 1604 pipe.intfId = INTERFACEID_OK; in HWTEST_F() 1629 pipe.intfId = INTERFACEID_INVALID; in HWTEST_F() 1633 pipe.intfId = INTERFACEID_OK; in HWTEST_F() 1659 pipe.intfId = INTERFACEID_INVALID; in HWTEST_F() 1663 pipe.intfId = INTERFACEID_OK; in HWTEST_F() 1878 pipe.intfId = POINTID_INVALID; in HWTEST_F() 1891 * @tc.desc: Negative test: parameters exception, intfId erro [all...] |
H A D | usbd_transfer_auto_test.cpp | 656 * @tc.desc: Negative test: parameters exception, intfId error 769 * @tc.desc: Negative test: parameters exception, intfId error 781 pipe.intfId = PIPE_INTERFACEID_INVALID; in HWTEST_F() 882 * @tc.desc: Negative test: parameters exception, intfId error 993 * @tc.desc: Negative test: parameters exception, intfId error 1005 pipe.intfId = PIPE_INTERFACEID_INVALID; in HWTEST_F() 1178 * @tc.desc: Negative test: parameters exception, intfId error 1362 * @tc.desc: Negative test: parameters exception, intfId error 1546 * @tc.desc: Negative test: parameters exception, intfId error 1667 * @tc.desc: Negative test: parameters exception, intfId erro [all...] |
/test/xts/hats/hdf/usb/requestTest/common/ |
H A D | usbd_request_test.cpp | 1578 * @tc.desc: Positive test: intfId && endpointId error in pipe but not used 1597 pipe.intfId = INTERFACEID_INVALID; in HWTEST_F() 1666 pipe.intfId = 224; in HWTEST_F() 1672 pipe.intfId = INTERFACEID_OK; in HWTEST_F() 1701 pipe.intfId = INTERFACEID_INVALID; in HWTEST_F() 1707 pipe.intfId = INTERFACEID_OK; in HWTEST_F() 1737 pipe.intfId = INTERFACEID_INVALID; in HWTEST_F() 1743 pipe.intfId = INTERFACEID_OK; in HWTEST_F() 2009 pipe.intfId = POINTID_INVALID; in HWTEST_F() 2028 * @tc.desc: Negative test: parameters exception, intfId erro [all...] |
/test/xts/hats/hdf/usb/transferTest/common/ |
H A D | usbd_transfer_test.cpp | 1070 * @tc.desc: Negative test: parameters exception, intfId error 1083 pipe.intfId = PIPE_INTERFACEID_INVALID; in HWTEST_F() 1201 * @tc.desc : Negative test: parameters exception, intfId error 1216 pipe.intfId = PIPE_INTERFACEID_INVALID; in HWTEST_F() 1327 * @tc.desc: Negative test: parameters exception, intfId error 1340 pipe.intfId = PIPE_INTERFACEID_INVALID; in HWTEST_F() 1523 * @tc.desc: Negative test: parameters exception, intfId error 1536 pipe.intfId = PIPE_INTERFACEID_INVALID; in HWTEST_F() 1647 * @tc.desc: Negative test: parameters exception, intfId error 1660 pipe.intfId in HWTEST_F() [all...] |
Completed in 25 milliseconds