Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_output.c386 if (item->sendCount > stats->debugPcb.onePktMaxSendCount) { in FillpSendItem()
387 stats->debugPcb.onePktMaxSendCount = item->sendCount; in FillpSendItem()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h1180 FILLP_UINT8 onePktMaxSendCount; /* Indicates the maximum send count for one packet. */ member