Home
last modified time | relevance | path

Searched refs:periodTimePassed (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.c50 appFcStastics->periodTimePassed += packStastics->packTimePassed; in FillpCalFcAppStastics()
54 if (appFcStastics->periodTimePassed < (FILLP_LLONG)(sock->resConf.common.fcStasticsInterval)) { in FillpCalFcAppStastics()
76 (FILLP_ULLONG)appFcStastics->periodTimePassed); in FillpCalFcAppStastics()
89 (FILLP_ULLONG)appFcStastics->periodTimePassed); in FillpCalFcAppStastics()
91 appFcStastics->periodTimePassed = 0; in FillpCalFcAppStastics()
H A Dfillp_pcb.c432 pcb->appFcStastics.periodTimePassed = fpcb->pcbInst->curTime; in FillpInitStastics()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h1227 FILLP_LLONG periodTimePassed; member