Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_timer.c170 … (curTime - pack->packRttDetectTime) > (FILLP_LLONG)(sock->resConf.common.fcStasticsInterval)) { in FillpPackTimerCb()
172 pack->packRttDetectTime = curTime; in FillpPackTimerCb()
H A Dfillp_pcb.c390 pcb->pack.packRttDetectTime = fpcb->pcbInst->curTime; in InitSimpleStatics()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h1101 FILLP_LLONG packRttDetectTime; /* Indicates the packet rtt detect time. */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1184 FILLP_SHOWDATABUTT("packRttDetectTime: %lld", pcb->pack.packRttDetectTime); in FtFillpStatPackStat()