Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_timer.c121 packStastics->periodRecvRate = (packStastics->lastPackRecvRate + recvRate) >> 1; in FillpCalRecvRate()
122 packStastics->lastPackRecvRate = recvRate; in FillpCalRecvRate()
H A Dfillp_pcb.c394 pcb->pack.lastPackRecvRate = 0; in InitSimpleStatics()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h1104 FILLP_UINT32 lastPackRecvRate; /* Indicates the packet receive rate. */ member