Home
last modified time | relevance | path

Searched refs:totalSendBlocks (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c98 NSTACKX_ATOM_FETCH_INC(&session->totalSendBlocks); in TcpSendFileDataFrame()
122 NSTACKX_ATOM_FETCH_INC(&session->totalSendBlocks); in UdpSendFileDataSuccess()
390 NSTACKX_ATOM_FETCH_INC(&session->totalSendBlocks); in SendOutboundFrame()
H A Dnstackx_dfile_dfx.c101 NSTACKX_ATOM_FETCH(&(session->totalSendBlocks))); in HidumpInfoClient()
H A Dnstackx_dfile_session.c1088 NSTACKX_ATOM_FETCH(&(session->totalSendBlocks)), peerInfo->eAgainCount, in DFileSendCalculateRate()
1493 DFILE_LOGI(TAG, "DFileSendCalculateRate: total send block num %llu.", session->totalSendBlocks); in DFileSenderClose()
H A Dnstackx_dfile_transfer.c1343 trans->session->totalSendBlocks, trans->session->totalRecvBlocks); in HandleFileDataFrame()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h126 atomic_t totalSendBlocks; member