Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c363 if (queueNode == NULL && session->outboundQueueSize) { in SendOutboundFrame()
365 session->outboundQueueSize--; in SendOutboundFrame()
H A Dnstackx_dfile_session.c925 session->outboundQueueSize++; in DFileWriteHandle()
1472 !session->outboundQueueSize) { in WaitNewSendData()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h105 uint64_t outboundQueueSize; member