Searched refs:mTrackerId (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
H A D | DurationTracker.h | 77 mTrackerId(id), in DurationTracker() 196 anomalyTracker->detectAndDeclareAnomaly(timestamp, currBucketNum, mTrackerId, in detectAndDeclareAnomaly() 240 const int64_t mTrackerId; variable
|
H A D | MaxDurationTracker.cpp | 48 StatsdStats::getInstance().noteMetricDimensionSize(mConfigKey, mTrackerId, newTupleCount); in hitGuardRail() 52 (long long)mTrackerId, newKey.toString().c_str()); in hitGuardRail()
|
H A D | OringDurationTracker.cpp | 48 StatsdStats::getInstance().noteMetricDimensionSize(mConfigKey, mTrackerId, newTupleCount); in hitGuardRail() 52 (long long)mTrackerId, newKey.toString().c_str()); in hitGuardRail()
|