Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_output.c383 item->lastSendTimestamp = item->firstSendTimestamp; in FillpSendItem()
385 item->lastSendTimestamp = fpcb->pcbInst->curTime; in FillpSendItem()
H A Dfillp_common.c89 FILLP_LLONG gap = pcb->pcbInst->curTime - item->lastSendTimestamp; in FillpMoveOneNode()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h104 FILLP_LLONG lastSendTimestamp; member