Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h38 DFILE_TRANS_MSG_FILE_RECEIVED, /* Receiver receive all the file data */ enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c170 if (*msgType != DFILE_TRANS_MSG_FILE_SENT && *msgType != DFILE_TRANS_MSG_FILE_RECEIVED) { in ReviewSuccessMsg()
189 if (*msgType == DFILE_TRANS_MSG_FILE_RECEIVED) { in ReviewSuccessMsg()
239 case DFILE_TRANS_MSG_FILE_RECEIVED: in NotifyTransMsg()
707 NotifyTransMsg(dFileTrans, DFILE_TRANS_MSG_FILE_RECEIVED); in NotifyRecvSucMsg()
H A Dnstackx_dfile_session.c226 (msgType != DFILE_TRANS_MSG_FILE_RECEIVED && msgType != DFILE_TRANS_MSG_FILE_RECEIVE_FAIL && in UpdateMsgProcessInfo()
233 if (msgType == DFILE_TRANS_MSG_FILE_RECEIVED || msgType == DFILE_TRANS_MSG_FILE_SENT) { in UpdateMsgProcessInfo()
351 case DFILE_TRANS_MSG_FILE_RECEIVED: /* Receiver receive all the file data */ in DTransMsgReceiver()