Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h45 DFILE_TRANS_MSG_END, enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c270 if (msgType != DFILE_TRANS_MSG_FILE_SENT && msgType != DFILE_TRANS_MSG_END) { in CalculateSessionTransferRate()
313 msgType == DFILE_TRANS_MSG_FILE_SEND_FAIL || msgType == DFILE_TRANS_MSG_END) { in CheckTransDone()
H A Dnstackx_dfile_transfer.c289 NotifyTransMsg(dFileTrans, DFILE_TRANS_MSG_END); in DFileTransNotifyEndMsg()