Lines Matching refs:mMetricId
132 VLOG("metric %lld created. bucket size %lld start_time: %lld", (long long)mMetricId, in CountMetricProducer()
168 metric.what(), mMetricId, metricIndex, false, allAtomMatchingTrackers, in onConfigUpdatedLocked()
176 metric.condition(), mMetricId, metricIndex, conditionTrackerMap, metric.links(), in onConfigUpdatedLocked()
190 (long long)mMetricId, (long long)eventTimeNs, atomId, primaryKey.toString().c_str(), in onStateChanged()
200 dprintf(out, "CountMetric %lld dimension size %lu\n", (long long)mMetricId, in dumpStatesLocked()
213 VLOG("Metric %lld onSlicedConditionMayChange", (long long)mMetricId); in onSlicedConditionMayChangeLocked()
233 protoOutput->write(FIELD_TYPE_INT64 | FIELD_ID_ID, (long long)mMetricId); in onDumpReportLocked()
328 StatsdStats::getInstance().noteBucketDropped(mMetricId); in dropDataLocked()
335 VLOG("Metric %lld onConditionChanged", (long long)mMetricId); in onConditionChangedLocked()
353 StatsdStats::getInstance().noteMetricDimensionSize(mConfigKey, mMetricId, newTupleCount); in hitGuardRailLocked()
357 ALOGE("CountMetric %lld dropping data for dimension key %s", (long long)mMetricId, in hitGuardRailLocked()
362 StatsdStats::getInstance().noteHardDimensionLimitReached(mMetricId); in hitGuardRailLocked()
400 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, mMetricId, eventKey, in onMatchedLogEventInternalLocked()
404 VLOG("metric %lld %s->%lld", (long long)mMetricId, eventKey.toString().c_str(), in onMatchedLogEventInternalLocked()
422 VLOG("metric %lld: new bucket start time: %lld", (long long)mMetricId, in flushIfNeededLocked()
469 VLOG("metric %lld, dump key value: %s -> %lld", (long long)mMetricId, in flushCurrentBucketLocked()
501 StatsdStats::getInstance().noteBucketCount(mMetricId); in flushCurrentBucketLocked()