Searched refs:DFileSendState (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_dfile_transfer.h | 76 } DFileSendState; typedef 108 DFileSendState sendState; 296 int32_t SendFrame(DFileTrans *dFileTrans, uint8_t *frame, size_t frameLength, DFileSendState *nextS…
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_transfer.c | 47 static void SetSendState(DFileTrans *dFileTrans, DFileSendState nextState); 62 static const char *GetSendStateMessage(DFileSendState state) in GetSendStateMessage() 306 int32_t SendFrame(DFileTrans *dFileTrans, uint8_t *frame, size_t frameLength, DFileSendState *nextS… in SendFrame() 338 static void SendFileHeader(DFileTrans *dFileTrans, DFileSendState *nextState) in SendFileHeader() 479 static void WaitForFileHeaderConfirm(DFileTrans *dFileTrans, DFileSendState *nextState) in WaitForFileHeaderConfirm() 511 static void SendFileDataOngoing(DFileTrans *dFileTrans, DFileSendState *nextState) in SendFileDataOngoing() 548 static void WaitForFileTransferDoneFrame(DFileTrans *dFileTrans, DFileSendState *nextState) in WaitForFileTransferDoneFrame() 570 static void SendFileTransferDoneAckFrame(DFileTrans *dFileTrans, DFileSendState *nextState) in SendFileTransferDoneAckFrame() 601 static void SetSendState(DFileTrans *dFileTrans, DFileSendState nextState) in SetSendState() 650 DFileSendState nextState = dFileTrans->sendState; in SenderFsm()
|