Home
last modified time | relevance | path

Searched refs:OnBulkWriteCallback (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/usb/
H A Dinterface_i_usbd_bulk_callback_v10.md22 | [OnBulkWriteCallback](#onbulkwritecallback) ([in] int status, [in] int actLength) | 批量写数据的回调函数。 …
54 ### OnBulkWriteCallback()
57 IUsbdBulkCallback::OnBulkWriteCallback ([in] int status, [in] int actLength )
/ohos5.0/base/usb/usb_manager/test/common/include/
H A Dusb_callback_test.h23 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength);
/ohos5.0/base/usb/usb_manager/test/common/src/
H A Dusb_callback_test.cpp41 int32_t UsbCallbackTest::OnBulkWriteCallback(int32_t status, int32_t actLength) in OnBulkWriteCallback() function in UsbCallbackTest
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusbd_bulkcallback_impl.h28 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) override;
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusbd_bulk_callback.h33 virtual int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) = 0;
/ohos5.0/drivers/peripheral/usb/test/unittest/hal/include/
H A Dusbd_request_test.h41 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) override in OnBulkWriteCallback() function
H A Dusbd_transfer_test.h41 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) override in OnBulkWriteCallback() function
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusbd_bulk_callback.cpp39 OnBulkWriteCallback(status, actLength); in OnRemoteRequest()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusbd_bulkcallback_impl.cpp25 int32_t UsbdBulkCallbackImpl::OnBulkWriteCallback(int32_t status, int32_t actLength) in OnBulkWriteCallback() function in OHOS::USB::UsbdBulkCallbackImpl
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_v1_0/cpp_target/usb/v1_0/
H A Dusbd_bulk_callback_service.cpp.txt25 int32_t UsbdBulkCallbackService::OnBulkWriteCallback(int32_t status, int32_t actLength)
H A Dusbd_bulk_callback_service.h.txt30 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) override;
H A Dusbd_bulk_callback_proxy.h.txt38 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) override;
H A Diusbd_bulk_callback.h.txt63 virtual int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) = 0;
H A Dusbd_bulk_callback_proxy.cpp.txt32 int32_t OHOS::HDI::Usb::V1_0::UsbdBulkCallbackProxy::OnBulkWriteCallback(int32_t status, int32_t ac…
H A Dusbd_bulk_callback_stub.cpp.txt94 int32_t usbdBulkCallbackRet = impl->OnBulkWriteCallback(status, actLength);
/ohos5.0/drivers/interface/usb/v1_0/
H A DIUsbdBulkCallback.idl41 OnBulkWriteCallback([in] int status, [in] int actLength);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_v1_0/foo/usb/v1_0/
H A DIUsbdBulkCallback.idl41 OnBulkWriteCallback([in] int status, [in] int actLength);
/ohos5.0/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_request_test.cpp62 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) override in OnBulkWriteCallback() function in __anon1a5abab80110::UsbdBulkCallbackTest
H A Dusb_benchmark_transfer_test.cpp67 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) override in OnBulkWriteCallback() function in __anonc48865b40110::UsbdBulkCallbackTest
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_v1_0/dump_ast_target/
H A Ddump.txt227 [mini, lite, full, callback] OnBulkWriteCallback(
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp1188 int32_t ret = service->OnBulkWriteCallback(status, actLength); in UsbdBulkWriteRemoteCallback()
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dusbd_request_auto_test.cpp70 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) override in OnBulkWriteCallback() function in __anond4f2804f0110::UsbdBulkCallbackTest
H A Dusbd_transfer_auto_test.cpp65 int32_t OnBulkWriteCallback(int32_t status, int32_t actLength) override in OnBulkWriteCallback() function in __anon4e2364ab0110::UsbdBulkCallbackTest