Home
last modified time | relevance | path

Searched refs:STATE_SEND_FILE_TRANSFER_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.c92 [STATE_SEND_FILE_TRANSFER_DONE] = "send file transfer done", in GetReceiveStateMessage()
935 *nextState = STATE_SEND_FILE_TRANSFER_DONE; in ReceiveFileDataOngoing()
1014 *nextState = STATE_SEND_FILE_TRANSFER_DONE; in WaitForFileTransferDoneAck()
1050 case STATE_SEND_FILE_TRANSFER_DONE: in SetReceiveStateHandle()
1066 …if (dFileTrans->recvState > STATE_SEND_FILE_TRANSFER_DONE && nextState == STATE_RECEIVE_FILE_FAIL)… in SetReceiveState()
1121 case STATE_SEND_FILE_TRANSFER_DONE: in ReceiverFsm()
1465 dFileTrans->recvState != STATE_SEND_FILE_TRANSFER_DONE && in ReceiverGetTimeout()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h84 STATE_SEND_FILE_TRANSFER_DONE, enumerator