Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h296 …2_t SendFrame(DFileTrans *dFileTrans, uint8_t *frame, size_t frameLength, DFileSendState *nextSend,
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c306 …2_t SendFrame(DFileTrans *dFileTrans, uint8_t *frame, size_t frameLength, DFileSendState *nextSend, in SendFrame() argument
314 if (dFileTrans->isSender && nextSend != NULL) { in SendFrame()
315 *nextSend = STATE_SEND_FILE_FAIL; in SendFrame()