Lines Matching defs:HdcTransferBase
56 pub struct HdcTransferBase { struct
57 pub need_close_notify: bool,
58 pub io_index: u64,
59 pub last_error: u32,
60 pub is_io_finish: bool,
61 pub is_master: bool,
62 pub remote_path: String,
86 impl HdcTransferBase { argument
156 transfer: &mut HdcTransferBase, in check_local_path()
460 pub fn recv_and_write_file(tbase: &mut HdcTransferBase, _data: &[u8]) -> bool { in recv_and_write_file()
584 pub async fn transfer_begin(transfer: &HdcTransferBase, _command_data: HdcCommand) { in transfer_begin()
598 pub fn transfer_data(tbase: &mut HdcTransferBase, _payload: &[u8]) -> bool { in transfer_data()