Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DGaugeMetricProducer.cpp85 mPullTagId(pullTagId),
137 mPullerManager->RegisterReceiver(mPullTagId, mConfigKey, this, getCurrentBucketEndTimeNs(),
152 mPullerManager->UnRegisterReceiver(mPullTagId, mConfigKey, this); in ~GaugeMetricProducer()
325 if (!mPullerManager->Pull(mPullTagId, mConfigKey, timestampNs, &allData)) { in pullAndMatchEventsLocked()
326 ALOGE("Gauge Stats puller failed for tag: %d at %lld", mPullTagId, (long long)timestampNs); in pullAndMatchEventsLocked()
330 StatsdStats::getInstance().notePullDelay(mPullTagId, pullDelayNs); in pullAndMatchEventsLocked()
332 ALOGE("Pull finish too late for atom %d", mPullTagId); in pullAndMatchEventsLocked()
333 StatsdStats::getInstance().notePullExceedMaxDelay(mPullTagId); in pullAndMatchEventsLocked()
419 StatsdStats::getInstance().notePullDelay(mPullTagId, pullDelayNs); in onDataPulled()
421 ALOGE("Pull finish too late for atom %d", mPullTagId); in onDataPulled()
[all …]
DValueMetricProducer.cpp95 mPullTagId(pullTagId), in ValueMetricProducer()
161 mPullerManager->RegisterReceiver(mPullTagId, mConfigKey, this, getCurrentBucketEndTimeNs(), in ValueMetricProducer()
182 mPullerManager->UnRegisterReceiver(mPullTagId, mConfigKey, this); in ~ValueMetricProducer()
530 if (!mPullerManager->Pull(mPullTagId, mConfigKey, timestampNs, &allData)) { in pullAndMatchEventsLocked()
531 ALOGE("Stats puller failed for tag: %d at %lld", mPullTagId, (long long)timestampNs); in pullAndMatchEventsLocked()
595 StatsdStats::getInstance().notePullDelay(mPullTagId, pullDelayNs); in accumulateEvents()
597 ALOGE("Pull finish too late for atom %d, longer than %lld", mPullTagId, in accumulateEvents()
599 StatsdStats::getInstance().notePullExceedMaxDelay(mPullTagId); in accumulateEvents()
859 StatsdStats::getInstance().notePullDataError(mPullTagId); in onMatchedLogEventInternalLocked()
873 StatsdStats::getInstance().notePullDataError(mPullTagId); in onMatchedLogEventInternalLocked()
DGaugeMetricProducer.h146 const int mPullTagId; variable
DValueMetricProducer.h171 const int mPullTagId; variable