Home
last modified time | relevance | path

Searched refs:STATE_SEND_FILE_DONE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c71 [STATE_SEND_FILE_DONE] = "send file done", in GetSendStateMessage()
282 } else if (dFileTrans->sendState == STATE_SEND_FILE_DONE) { in DFileTransNotifyEndMsg()
297 …dFileTrans->sendState == STATE_SEND_FILE_FAIL || dFileTrans->sendState == STATE_SEND_FILE_DONE)) || in DFileTransStateFinished()
598 *nextState = STATE_SEND_FILE_DONE; in SendFileTransferDoneAckFrame()
628 nextState = STATE_SEND_FILE_DONE; in SetSendState()
636 if ((nextState == STATE_SEND_FILE_DONE || nextState == STATE_SEND_FILE_FAIL) && in SetSendState()
681 …e (dFileTrans->sendState != STATE_SEND_FILE_FAIL && dFileTrans->sendState != STATE_SEND_FILE_DONE); in SenderFsm()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h74 STATE_SEND_FILE_DONE, enumerator