Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c72 [STATE_SEND_FILE_FAIL] = "send file fail", in GetSendStateMessage()
280 if (dFileTrans->sendState == STATE_SEND_FILE_FAIL) { in DFileTransNotifyEndMsg()
297 …(dFileTrans->sendState == STATE_SEND_FILE_FAIL || dFileTrans->sendState == STATE_SEND_FILE_DONE)) … in DFileTransStateFinished()
315 *nextSend = STATE_SEND_FILE_FAIL; in SendFrame()
391 SetSendState(dFileTrans, STATE_SEND_FILE_FAIL); in FileManagerSenderMsgHandler()
486 *nextState = STATE_SEND_FILE_FAIL; in WaitForFileHeaderConfirm()
494 *nextState = STATE_SEND_FILE_FAIL; in WaitForFileHeaderConfirm()
525 *nextState = STATE_SEND_FILE_FAIL; in SendFileDataOngoing()
559 *nextState = STATE_SEND_FILE_FAIL; in WaitForFileTransferDoneFrame()
621 …(dFileTrans->sendState >= STATE_SEND_FILE_TRANSFER_DONE_ACK && nextState == STATE_SEND_FILE_FAIL) { in SetSendState()
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h75 STATE_SEND_FILE_FAIL, enumerator