Home
last modified time | relevance | path

Searched refs:ReceiveFile (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/usb/
H A Dinterface_i_usbfn_mtp_interface.md26 | [ReceiveFile](#receivefile) ([in] struct [UsbFnMtpFileSlice](_usb_fn_mtp_file_slice.md) mfs) | 通过…
80 ### ReceiveFile()
83 IUsbfnMtpInterface::ReceiveFile ([in] struct UsbFnMtpFileSlice mfs)
/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbfn_mtp_test.cpp581 auto ret = g_usbfnMtpInterface->ReceiveFile(mfs);
605 auto ret = g_usbfnMtpInterface->ReceiveFile(mfs);
634 auto ret = g_usbfnMtpInterface->ReceiveFile(mfs);
663 auto ret = g_usbfnMtpInterface->ReceiveFile(mfs);
694 auto ret = g_usbfnMtpInterface->ReceiveFile(mfs);
724 auto ret = g_usbfnMtpInterface->ReceiveFile(mfs);
753 auto ret = g_usbfnMtpInterface->ReceiveFile(mfs);
782 auto ret = g_usbfnMtpInterface->ReceiveFile(mfs);
811 auto ret = g_usbfnMtpInterface->ReceiveFile(mfs);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_gadget_mtp_v1_0/dump_ast_target/
H A Ddump.txt17 [mini, lite, full] ReceiveFile(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_gadget_mtp_v1_0/cpp_target/usb/gadget/mtp/v1_0/
H A Dusbfn_mtp_interface_service.h.txt40 int32_t ReceiveFile(const OHOS::HDI::Usb::Gadget::Mtp::V1_0::UsbFnMtpFileSlice& mfs) override;
H A Dusbfn_mtp_interface_service.cpp.txt52 int32_t UsbfnMtpInterfaceService::ReceiveFile(const OHOS::HDI::Usb::Gadget::Mtp::V1_0::UsbFnMtpFile…
H A Diusbfn_mtp_interface.h.txt85 … virtual int32_t ReceiveFile(const OHOS::HDI::Usb::Gadget::Mtp::V1_0::UsbFnMtpFileSlice& mfs) = 0;
H A Dusbfn_mtp_interface_proxy.h.txt80 int32_t ReceiveFile(const OHOS::HDI::Usb::Gadget::Mtp::V1_0::UsbFnMtpFileSlice& mfs) override;
H A Dusbfn_mtp_interface_stub.cpp.txt315 int32_t usbfnMtpInterfaceRet = impl->ReceiveFile(mfs);
H A Dusbfn_mtp_interface_proxy.cpp.txt185 int32_t OHOS::HDI::Usb::Gadget::Mtp::V1_0::UsbfnMtpInterfaceProxy::ReceiveFile(const OHOS::HDI::Usb…
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_driver.cpp148 auto ret = usbfnMtpInterface->ReceiveFile(mfs); in ReceiveObj()
/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/include/
H A Dusbfn_mtp_impl.h176 int32_t ReceiveFile(const UsbFnMtpFileSlice &mfs) override;
/ohos5.0/drivers/interface/usb/gadget/mtp/v1_0/
H A DIUsbfnMtpInterface.idl107 ReceiveFile([in] struct UsbFnMtpFileSlice mfs);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_gadget_mtp_v1_0/foo/usb/gadget/mtp/v1_0/
H A DIUsbfnMtpInterface.idl107 ReceiveFile([in] struct UsbFnMtpFileSlice mfs);
/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp1356 int32_t UsbfnMtpImpl::ReceiveFile(const UsbFnMtpFileSlice &mfs) in ReceiveFile() function in OHOS::HDI::Usb::Gadget::Mtp::V1_0::UsbfnMtpImpl