Home
last modified time | relevance | path

Searched refs:DFILE_TRANS_MSG_FILE_SENT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h41 DFILE_TRANS_MSG_FILE_SENT, /* Sender send TRANSFER DONE ACK frame and come to end */ enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c227 msgType != DFILE_TRANS_MSG_FILE_SEND_FAIL && msgType != DFILE_TRANS_MSG_FILE_SENT)) { in UpdateMsgProcessInfo()
233 if (msgType == DFILE_TRANS_MSG_FILE_RECEIVED || msgType == DFILE_TRANS_MSG_FILE_SENT) { in UpdateMsgProcessInfo()
249 if (msgType == DFILE_TRANS_MSG_FILE_SENT) { in UpdateMsgProcessInfo()
270 if (msgType != DFILE_TRANS_MSG_FILE_SENT && msgType != DFILE_TRANS_MSG_END) { in CalculateSessionTransferRate()
312 if (msgType == DFILE_TRANS_MSG_FILE_RECEIVE_FAIL || msgType == DFILE_TRANS_MSG_FILE_SENT || in CheckTransDone()
358 case DFILE_TRANS_MSG_FILE_SENT: /* Sender send TRANSFER DONE ACK frame and come to end */ in DTransMsgReceiver()
H A Dnstackx_dfile_transfer.c170 if (*msgType != DFILE_TRANS_MSG_FILE_SENT && *msgType != DFILE_TRANS_MSG_FILE_RECEIVED) { in ReviewSuccessMsg()
173 if (*msgType == DFILE_TRANS_MSG_FILE_SENT) { in ReviewSuccessMsg()
246 case DFILE_TRANS_MSG_FILE_SENT: in NotifyTransMsg()
283 NotifyTransMsg(dFileTrans, DFILE_TRANS_MSG_FILE_SENT); in DFileTransNotifyEndMsg()