Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c75 #define EVENT_COUNT_RATE_INTERVAL 2000 /* 2 SECONDS */ macro
230 if ((uint64_t)eventCount * EVENT_COUNT_RATE_INTERVAL < in IsBusyInterval()
251 if (measureElapse <= EVENT_COUNT_RATE_INTERVAL) { in CalculateEventProcessRate()