Home
last modified time | relevance | path

Searched refs:packIntervalSendBytes (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.c247 double rate = (double)pcb->statistics.debugPcb.packIntervalSendBytes * FILLP_FC_IN_BIT; in FillpAlg0AnalysePack()
256 pcb->statistics.debugPcb.packIntervalSendBytes = FILLP_NULL; in FillpAlg0AnalysePack()
H A Dfillp_output.c281 stats->debugPcb.packIntervalSendBytes += bufLen; in UpdateStatisticsWhenSendOne()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h1178 FILLP_UINT32 packIntervalSendBytes; /* Indicates the send bytes of the packet interval. */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1258 FILLP_SHOWDATABUTT("packIntervalSendBytes: %u ", pcb->debugPcb.packIntervalSendBytes); in FtFillpStatDebugStat()