Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_send.h26 int32_t SendOutboundFrame(DFileSession *session, QueueNode **preQueueNode);
/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() function
H A Dnstackx_dfile_session.c1434 ret = SendOutboundFrame(session, preQueueNode); in DFileSessionSendFrame()