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.c167 void ReviewSuccessMsg(const DFileTrans *dFileTrans, DFileTransMsgType *msgType, in ReviewSuccessMsg()
205 static void NotifyTransProgress(DFileTrans *dFileTrans, uint64_t bytesTransferred) in NotifyTransProgress()
221 static void NotifyTransMsg(DFileTrans *dFileTrans, DFileTransMsgType msgType) in NotifyTransMsg()
277 static void DFileTransNotifyEndMsg(DFileTrans *dFileTrans) in DFileTransNotifyEndMsg()
294 static uint8_t DFileTransStateFinished(DFileTrans *dFileTrans) in DFileTransStateFinished()
306 int32_t SendFrame(DFileTrans *dFileTrans, uint8_t *frame, size_t frameLength, DFileSendState *nextS… in SendFrame()
338 static void SendFileHeader(DFileTrans *dFileTrans, DFileSendState *nextState) in SendFileHeader()
369 DFileTrans *dFileTrans) in FileManagerSenderMsgHandler()
401 DFileTrans *dFileTrans = NULL; in FileManagerTransMsgHandler() local
425 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()
310 static void CheckTransDone(DFileSession *session, struct DFileTrans *dFileTrans, DFileTransMsgType … in CheckTransDone()
336 static void DTransMsgReceiver(struct DFileTrans *dFileTrans, DFileTransMsgType msgType, in DTransMsgReceiver()