Searched refs:mMaxPullDelayNs (Results 1 – 4 of 4) sorted by relevance
173 const int64_t mMaxPullDelayNs; variable
104 mMaxPullDelayNs(metric.max_pull_delay_sec() > 0 ? metric.max_pull_delay_sec() * NS_PER_SEC in ValueMetricProducer()525 if (pullDelayNs > mMaxPullDelayNs) { in accumulateEvents()527 (long long)mMaxPullDelayNs); in accumulateEvents()
84 mMaxPullDelayNs(metric.max_pull_delay_sec() > 0 ? metric.max_pull_delay_sec() * NS_PER_SEC in GaugeMetricProducer()343 if (pullDelayNs > mMaxPullDelayNs) { in pullAndMatchEventsLocked()
234 const int64_t mMaxPullDelayNs; variable