Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/
H A Ddistributed_stream_test_agent.cpp75 static char sendBytes[BYTES_SIZE]; member in OHOS::DistributeStreamTestAgent
82 char DistributeStreamTestAgent::sendBytes[BYTES_SIZE]; member in OHOS::DistributeStreamTestAgent
113 SetNumebrInStreamData(sendBytes, i); in OnStreamReceived()
114 int ret = SendBytes(contrlSessionId_, sendBytes, BYTES_SIZE); in OnStreamReceived()
H A Ddistributed_stream_test.cpp95 static char sendBytes[BYTES_SIZE]; member in OHOS::DistributeStreamTest
104 char DistributeStreamTest::sendBytes[BYTES_SIZE]; member in OHOS::DistributeStreamTest
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c101 static void SpungeDoSendUpdate(struct SpungePcb *pcb, FILLP_UINT32 sendBytes, FILLP_UINT32 bytesExp… in SpungeDoSendUpdate() argument
103 if ((sendBytes > 0) && (bytesExpected >= (FILLP_UINT32)sendBytes)) { in SpungeDoSendUpdate()
104 pcb->fpcb.statistics.traffic.packSendBytes += sendBytes; in SpungeDoSendUpdate()
105 pcb->fpcb.send.flowControl.remainBytes = (bytesExpected - (FILLP_UINT32)sendBytes); in SpungeDoSendUpdate()
114 FILLP_UINT32 sendBytes = 0; in SpungeDoSendCycle() local
146 sendBytes = FillpSendOne(&pcb->fpcb, tmpBytes, sendPktNum); in SpungeDoSendCycle()
147 SpungeDoSendUpdate(pcb, sendBytes, bytesExpected); in SpungeDoSendCycle()
153 sock->index, sendBytes, tmpBytes, pcb->fpcb.send.flowControl.remainBytes); in SpungeDoSendCycle()