Home
last modified time | relevance | path

Searched refs:preQueueNode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c352 int32_t SendOutboundFrame(DFileSession *session, QueueNode **preQueueNode) in SendOutboundFrame() argument
354 QueueNode *queueNode = *preQueueNode; in SendOutboundFrame()
394 *preQueueNode = queueNode; in SendOutboundFrame()
396 *preQueueNode = NULL; in SendOutboundFrame()
H A Dnstackx_dfile_session.c1419 static int32_t DFileSessionSendFrame(DFileSession *session, QueueNode **preQueueNode, List *unsent, in DFileSessionSendFrame() argument
1434 ret = SendOutboundFrame(session, preQueueNode); in DFileSessionSendFrame()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_send.h26 int32_t SendOutboundFrame(DFileSession *session, QueueNode **preQueueNode);