Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_ddk.md65 | [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);
H A Dusb__ddk__api_8h.md36 | [OH_Usb_SendPipeRequestWithAshmem](_usb_ddk.md#oh_usb_sendpiperequestwithashmem)&nbsp;(const&nbsp…
/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_api.h212 int32_t OH_Usb_SendPipeRequestWithAshmem(const struct UsbRequestPipe *pipe, DDK_Ashmem *ashmem);
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_ddk.md65 | [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);
H A Dusb__ddk__api_8h.md36 | [OH_Usb_SendPipeRequestWithAshmem](_usb_ddk.md#oh_usb_sendpiperequestwithashmem)&nbsp;(const&nbsp…
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/ets/test/
H A DusbDdkNdkJsTest.ets891 * @tc.desc : OH_Usb_SendPipeRequestWithAshmem Interface testing
917 * @tc.desc : OH_Usb_SendPipeRequestWithAshmem Interface testing
943 * @tc.desc : OH_Usb_SendPipeRequestWithAshmem Interface testing
969 * @tc.desc : OH_Usb_SendPipeRequestWithAshmem Interface testing
/ohos5.0/drivers/external_device_manager/frameworks/ddk/usb/
H A Dusb_ddk_api.cpp220 int32_t OH_Usb_SendPipeRequestWithAshmem(const UsbRequestPipe *pipe, DDK_Ashmem *ashmem) in OH_Usb_SendPipeRequestWithAshmem() function
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_permission_js_test/entry/src/main/cpp/
H A Dddk_permission_test.cpp134 int32_t returnValue = OH_Usb_SendPipeRequestWithAshmem(&pipe, ashmem); in UsbSendPipeRequestWithAshmem()
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H A Dusb_ddk_ndk_test.cpp791 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()
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_permission_js_test/entry/src/main/ets/test/
H A DDdkPermissionJsTest.ets350 * @tc.desc : OH_Usb_SendPipeRequestWithAshmem Interface testing