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.c166 void ReviewSuccessMsg(const DFileTrans *dFileTrans, DFileTransMsgType *msgType, in ReviewSuccessMsg()
204 static void NotifyTransProgress(DFileTrans *dFileTrans, uint64_t bytesTransferred) in NotifyTransProgress()
220 static void NotifyTransMsg(DFileTrans *dFileTrans, DFileTransMsgType msgType) in NotifyTransMsg()
276 static void DFileTransNotifyEndMsg(DFileTrans *dFileTrans) in DFileTransNotifyEndMsg()
293 static uint8_t DFileTransStateFinished(DFileTrans *dFileTrans) in DFileTransStateFinished()
305 int32_t SendFrame(DFileTrans *dFileTrans, uint8_t *frame, size_t frameLength, DFileSendState *nextS… in SendFrame()
337 static void SendFileHeader(DFileTrans *dFileTrans, DFileSendState *nextState) in SendFileHeader()
368 DFileTrans *dFileTrans) in FileManagerSenderMsgHandler()
400 DFileTrans *dFileTrans = NULL; in FileManagerTransMsgHandler() local
424 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.c221 static void UpdateMsgProcessInfo(const DFileSession *session, struct DFileTrans *dFileTrans, in UpdateMsgProcessInfo()
312 static void CheckTransDone(DFileSession *session, struct DFileTrans *dFileTrans, DFileTransMsgType … in CheckTransDone()
336 static void DTransMsgReceiver(struct DFileTrans *dFileTrans, DFileTransMsgType msgType, in DTransMsgReceiver()