Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_dfx.c44 FILLP_UINT32 lastReportCnt; member
327 if (node->dropCnt == node->lastReportCnt) { in FillpDfxSockLinkAndQosNotify()
355 if (node->dropCnt - node->lastReportCnt < FILLP_DFX_PKT_EVT_DROP_THRESHOLD) { in FillpDfxPktNotify()
365 node->lastReportCnt = node->dropCnt; in FillpDfxPktNotify()