Searched defs:pullAtomId (Results  1 – 3 of 3) sorted by relevance
| /packages/modules/StatsD/statsd/src/guardrail/ | 
| D | StatsdStats.cpp | 475 void StatsdStats::updateMinPullIntervalSec(int pullAtomId, long intervalSec) {  in updateMinPullIntervalSec()481 void StatsdStats::notePull(int pullAtomId) {  in notePull()
 486 void StatsdStats::notePullFromCache(int pullAtomId) {  in notePullFromCache()
 491 void StatsdStats::notePullTime(int pullAtomId, int64_t pullTimeNs) {  in notePullTime()
 500 void StatsdStats::notePullDelay(int pullAtomId, int64_t pullDelayNs) {  in notePullDelay()
 510 void StatsdStats::notePullDataError(int pullAtomId) {  in notePullDataError()
 515 void StatsdStats::notePullTimeout(int pullAtomId,  in notePullTimeout()
 529 void StatsdStats::notePullExceedMaxDelay(int pullAtomId) {  in notePullExceedMaxDelay()
 
 | 
| /packages/modules/StatsD/statsd/src/metrics/ | 
| D | ValueMetricProducer.h | 71         const int pullAtomId;  member
 | 
| /packages/modules/StatsD/statsd/tests/metrics/ | 
| D | NumericValueMetricProducer_test.cpp | 110             const int pullAtomId = tagId) {  in createValueProducerNoConditions()116             ConditionState conditionAfterFirstBucketPrepared, const int pullAtomId = tagId) {  in createValueProducerWithCondition()
 125             const int pullAtomId = tagId) {  in createValueProducerWithState()
 135             ConditionState conditionAfterFirstBucketPrepared, const int pullAtomId = tagId) {  in createValueProducerWithConditionAndState()
 143             const int pullAtomId = tagId) {  in createValueProducerWithSampling()
 159             const int64_t timeBaseNs, const int64_t startTimeNs, const int pullAtomId = tagId) {  in createValueProducerWithBucketParams()
 167             const sp<EventMatcherWizard>& eventMatcherWizard, const int pullAtomId = tagId) {  in createValueProducerWithEventMatcherWizard()
 175             sp<MockStatsPullerManager>& pullerManager, ValueMetric& metric, const int pullAtomId,  in createValueProducer()
 
 |