Searched refs:detectAndDeclareAnomaly (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/cmds/statsd/src/metrics/duration_helper/ |
D | OringDurationTracker.cpp | 105 detectAndDeclareAnomaly(timestamp, mCurrentBucketNum, mDuration + mDurationFullBucket); in noteStop() 129 detectAndDeclareAnomaly(timestamp, mCurrentBucketNum, mDuration + mDurationFullBucket); in noteStopAll() 253 detectAndDeclareAnomaly(timestamp, mCurrentBucketNum, mDuration + mDurationFullBucket); in onSlicedConditionMayChange() 319 detectAndDeclareAnomaly(timestamp, mCurrentBucketNum, mDuration + mDurationFullBucket); in onConditionChanged()
|
D | DurationTracker.h | 155 void detectAndDeclareAnomaly(const int64_t& timestamp, const int64_t& currBucketNum, in detectAndDeclareAnomaly() function 159 anomalyTracker->detectAndDeclareAnomaly(timestamp, currBucketNum, mEventKey, in detectAndDeclareAnomaly()
|
/frameworks/base/cmds/statsd/src/anomaly/ |
D | AnomalyTracker.h | 76 void detectAndDeclareAnomaly(const int64_t& timestampNs, const int64_t& currBucketNum,
|
D | AnomalyTracker.cpp | 238 void AnomalyTracker::detectAndDeclareAnomaly(const int64_t& timestampNs, in detectAndDeclareAnomaly() function in android::os::statsd::AnomalyTracker
|
/frameworks/base/cmds/statsd/src/metrics/ |
D | CountMetricProducer.cpp | 294 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, eventKey, in onMatchedLogEventInternalLocked()
|
D | ValueMetricProducer.cpp | 430 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, eventKey, wholeBucketVal); in onMatchedLogEventInternalLocked()
|
D | GaugeMetricProducer.cpp | 454 tracker->detectAndDeclareAnomaly(eventTimeNs, mCurrentBucketNum, eventKey, in onMatchedLogEventInternalLocked()
|
/frameworks/base/cmds/statsd/tests/anomaly/ |
D | AnomalyTracker_test.cpp | 93 tracker.detectAndDeclareAnomaly(eventTimestamp, bucketNum, kv.first, kv.second); in detectAndDeclareAnomalies()
|