Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c97 NSTACKX_ATOM_FETCH_INC(&peerInfo->intervalSendCount); in TcpSendFileDataFrame()
121 NSTACKX_ATOM_FETCH_INC(&peerInfo->intervalSendCount); in UdpSendFileDataSuccess()
239 … (peerInfo->intervalSendCount < (uint16_t)peerInfo->amendSendRate && !session->closeFlag); in DoSendDataFrame()
H A Dnstackx_dfile_session.c1404 if (curAmendSendRate > 0 && peerInfo->intervalSendCount >= (uint32_t)curAmendSendRate) { in UpdateInfoAfterSend()
1414 peerInfo->intervalSendCount = 0; in UpdateInfoAfterSend()
1457 …ILE_LOGI(TAG, "ret is %d and peerInfo->intervalSendCount is %u", ret, peerInfo->intervalSendCount); in DFileSessionSendFrame()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h241 uint32_t intervalSendCount; member