Searched refs:mMaxPullDelayNs (Results 1 – 4 of 4) sorted by relevance
173 const int64_t mMaxPullDelayNs; variable
109 mMaxPullDelayNs(metric.max_pull_delay_sec() > 0 ? metric.max_pull_delay_sec() * NS_PER_SEC in ValueMetricProducer()530 if (pullDelayNs > mMaxPullDelayNs) { in accumulateEvents()532 (long long)mMaxPullDelayNs); in accumulateEvents()
236 const int64_t mMaxPullDelayNs; variable
86 mMaxPullDelayNs(metric.max_pull_delay_sec() > 0 ? metric.max_pull_delay_sec() * NS_PER_SEC in GaugeMetricProducer()345 if (pullDelayNs > mMaxPullDelayNs) { in pullAndMatchEventsLocked()