Home
last modified time | relevance | path

Searched refs:periodSendRate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control_alg0.c143 FILLP_UINT32 periodSendRate) in FillpAlg0CalMaxPackRcvInterval() argument
149 pcb->statistics.pack.periodSendRate = periodSendRate; in FillpAlg0CalMaxPackRcvInterval()
241 FILLP_UINT32 periodSendRate; /* Kbps */ in FillpAlg0AnalysePack() local
245 periodSendRate = 0; in FillpAlg0AnalysePack()
250 periodSendRate = (FILLP_UINT32)rate; in FillpAlg0AnalysePack()
253 FillpAlg0CalMaxPackRcvInterval(pcb, detaUs, pack->rate, periodSendRate); in FillpAlg0AnalysePack()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h1113 FILLP_UINT32 periodSendRate; /* Indicates the packet send rate. */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1181 FILLP_SHOWDATABUTT("periodSendRate: %u", pcb->pack.periodSendRate); in FtFillpStatPackStat()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c1134 if (pcb->fpcb.statistics.pack.periodSendRate > FILLP_DEFAULT_MIN_RATE) { in FillpCalculateFairness()