Home
last modified time | relevance | path

Searched defs:dFileTrans (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
Dnstackx_dfile_transfer.c165 void ReviewSuccessMsg(const DFileTrans *dFileTrans, DFileTransMsgType *msgType, in ReviewSuccessMsg()
203 static void NotifyTransProgress(DFileTrans *dFileTrans, uint64_t bytesTransferred) in NotifyTransProgress()
219 static void NotifyTransMsg(DFileTrans *dFileTrans, DFileTransMsgType msgType) in NotifyTransMsg()
275 static void DFileTransNotifyEndMsg(DFileTrans *dFileTrans) in DFileTransNotifyEndMsg()
292 static uint8_t DFileTransStateFinished(DFileTrans *dFileTrans) in DFileTransStateFinished()
304 int32_t SendFrame(DFileTrans *dFileTrans, uint8_t *frame, size_t frameLength, DFileSendState *nextS… in SendFrame()
336 static void SendFileHeader(DFileTrans *dFileTrans, DFileSendState *nextState) in SendFileHeader()
367 DFileTrans *dFileTrans) in FileManagerSenderMsgHandler()
399 DFileTrans *dFileTrans = NULL; in FileManagerTransMsgHandler() local
423 static int32_t StartFileManagerSenderTask(DFileTrans *dFileTrans) in StartFileManagerSenderTask()
[all …]
Dnstackx_dfile_retransmission.c24 static void SendBackPressureFrame(DFileTrans *dFileTrans) in SendBackPressureFrame()
76 void SendFileDataAck(DFileTrans *dFileTrans, DFileReceiveState *nextState) in SendFileDataAck()
Dnstackx_dfile_session.c219 static void UpdateMsgProcessInfo(const DFileSession *session, struct DFileTrans *dFileTrans, in UpdateMsgProcessInfo()
308 static void CheckTransDone(DFileSession *session, struct DFileTrans *dFileTrans, DFileTransMsgType … in CheckTransDone()
332 static void DTransMsgReceiver(struct DFileTrans *dFileTrans, DFileTransMsgType msgType, in DTransMsgReceiver()