Searched refs:OH_Usb_SendPipeRequestWithAshmem (Results 1 – 10 of 10) sorted by relevance
65 | [OH_Usb_SendPipeRequestWithAshmem](#oh_usb_sendpiperequestwithashmem12) (const struct [UsbRequest…498 ### OH_Usb_SendPipeRequestWithAshmem()<sup>12+</sup>502 int32_t OH_Usb_SendPipeRequestWithAshmem(const struct UsbRequestPipe *pipe, DDK_Ashmem *ashmem);
36 | [OH_Usb_SendPipeRequestWithAshmem](_usb_ddk.md#oh_usb_sendpiperequestwithashmem) (const …
212 int32_t OH_Usb_SendPipeRequestWithAshmem(const struct UsbRequestPipe *pipe, DDK_Ashmem *ashmem);
891 * @tc.desc : OH_Usb_SendPipeRequestWithAshmem Interface testing917 * @tc.desc : OH_Usb_SendPipeRequestWithAshmem Interface testing943 * @tc.desc : OH_Usb_SendPipeRequestWithAshmem Interface testing969 * @tc.desc : OH_Usb_SendPipeRequestWithAshmem Interface testing
220 int32_t OH_Usb_SendPipeRequestWithAshmem(const UsbRequestPipe *pipe, DDK_Ashmem *ashmem) in OH_Usb_SendPipeRequestWithAshmem() function
134 int32_t returnValue = OH_Usb_SendPipeRequestWithAshmem(&pipe, ashmem); in UsbSendPipeRequestWithAshmem()
791 int32_t returnValue = OH_Usb_SendPipeRequestWithAshmem(&pipe, ashmem); in UsbSendPipeRequestWithAshmemOne()811 int32_t returnValue = OH_Usb_SendPipeRequestWithAshmem(nullptr, ashmem); in UsbSendPipeRequestWithAshmemTwo()842 int32_t returnValue = OH_Usb_SendPipeRequestWithAshmem(&pipe, nullptr); in UsbSendPipeRequestWithAshmemThree()880 int32_t returnValue = OH_Usb_SendPipeRequestWithAshmem(&pipe, ashmem); in UsbSendPipeRequestWithAshmemFour()
350 * @tc.desc : OH_Usb_SendPipeRequestWithAshmem Interface testing