Searched refs:mPullTagId (Results 1 – 2 of 2) sorted by relevance
/packages/modules/StatsD/statsd/src/metrics/ |
D | GaugeMetricProducer.cpp | 99 mPullTagId(pullTagId), in GaugeMetricProducer() 154 mPullerManager->RegisterReceiver(mPullTagId, mConfigKey, this, getCurrentBucketEndTimeNs(), in GaugeMetricProducer() 168 mPullerManager->UnRegisterReceiver(mPullTagId, mConfigKey, this); in ~GaugeMetricProducer() 448 if (!mPullerManager->Pull(mPullTagId, mConfigKey, timestampNs, &allData)) { in pullAndMatchEventsLocked() 449 ALOGE("Gauge Stats puller failed for tag: %d at %lld", mPullTagId, (long long)timestampNs); in pullAndMatchEventsLocked() 453 StatsdStats::getInstance().notePullDelay(mPullTagId, pullDelayNs); in pullAndMatchEventsLocked() 455 ALOGE("Pull finish too late for atom %d", mPullTagId); in pullAndMatchEventsLocked() 456 StatsdStats::getInstance().notePullExceedMaxDelay(mPullTagId); in pullAndMatchEventsLocked() 541 StatsdStats::getInstance().notePullDelay(mPullTagId, pullDelayNs); in onDataPulled() 543 ALOGE("Pull finish too late for atom %d", mPullTagId); in onDataPulled() [all …]
|
D | GaugeMetricProducer.h | 192 const int mPullTagId; variable
|