Home
last modified time | relevance | path

Searched defs: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
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()
114 FILLP_UINT32 sendBytes = 0; in SpungeDoSendCycle() local