/aosp12/packages/modules/StatsD/statsd/tests/metrics/ |
H A D | MaxDurationTracker_test.cpp | 70 tracker.noteStart(key1, true, bucketStartTimeNs, ConditionKey()); in TEST() 72 tracker.noteStart(key1, true, bucketStartTimeNs + 3, ConditionKey()); in TEST() 143 ConditionKey()); in TEST() 201 ConditionKey conditionKey1; in TEST() 243 ConditionKey conditionKey1; in TEST() 291 ConditionKey conditionKey1; in TEST() 294 ConditionKey conditionKey2; in TEST() 376 ConditionKey conditionKey1; in TEST() 379 ConditionKey conditionKey2; in TEST() 440 tracker.noteStart(key1, true, eventStartTimeNs, ConditionKey()); in TEST() [all …]
|
H A D | OringDurationTracker_test.cpp | 69 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST() 99 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST() 130 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST() 159 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST() 185 ConditionKey key1; in TEST() 222 ConditionKey key1; in TEST() 263 ConditionKey key1; in TEST() 329 tracker.noteStart(kEventKey1, true, event1StartTimeNs, ConditionKey()); in TEST() 348 tracker.noteStart(kEventKey1, true, event2StartTimeNs, ConditionKey()); in TEST() 484 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST() [all …]
|
H A D | EventMetricProducer_test.cpp | 146 ConditionKey key1; in TEST() 152 ConditionKey key2; in TEST()
|
H A D | metrics_test_helper.h | 30 ConditionState(const int conditionIndex, const ConditionKey& conditionParameters,
|
H A D | CountMetricProducer_test.cpp | 215 ConditionKey key1; in TEST() 219 ConditionKey key2; in TEST()
|
/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
H A D | OringDurationTracker.h | 39 const ConditionKey& conditionKey) override; 80 std::unordered_map<HashableDimensionKey, ConditionKey> mConditionKeyMap;
|
H A D | DurationTracker.h | 49 ConditionKey conditionKeys; 101 const ConditionKey& conditionKey) = 0;
|
H A D | MaxDurationTracker.h | 40 const ConditionKey& conditionKey) override;
|
H A D | MaxDurationTracker.cpp | 60 const int64_t eventTime, const ConditionKey& conditionKey) { in noteStart()
|
/aosp12/packages/modules/StatsD/statsd/src/ |
H A D | stats_util.h | 40 typedef std::map<int64_t, HashableDimensionKey> ConditionKey; typedef
|
/aosp12/packages/modules/StatsD/statsd/src/metrics/ |
H A D | DurationMetricProducer.h | 75 const ConditionKey& conditionKeys, bool condition, const LogEvent& event, 85 void handleStartEvent(const MetricDimensionKey& eventKey, const ConditionKey& conditionKeys,
|
H A D | EventMetricProducer.h | 55 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
H A D | CountMetricProducer.h | 67 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
H A D | DurationMetricProducer.cpp | 640 const ConditionKey& conditionKeys, bool condition, in handleStartEvent() 669 const ConditionKey& conditionKeys, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked() 761 ConditionKey conditionKey; in handleMatchedLogEventValuesLocked()
|
H A D | EventMetricProducer.cpp | 191 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked()
|
H A D | GaugeMetricProducer.h | 107 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
H A D | MetricProducer.cpp | 120 ConditionKey conditionKey; in onMatchedLogEventLocked()
|
/aosp12/packages/modules/StatsD/statsd/src/condition/ |
H A D | ConditionWizard.h | 42 virtual ConditionState query(const int conditionIndex, const ConditionKey& conditionParameters,
|
H A D | ConditionWizard.cpp | 24 ConditionState ConditionWizard::query(const int index, const ConditionKey& parameters, in query()
|
H A D | SimpleConditionTracker.cpp | 68 ConditionKey conditionKey; in init() 353 const ConditionKey& conditionParameters, const vector<sp<ConditionTracker>>& allConditions, in isConditionMet()
|
H A D | CombinationConditionTracker.h | 49 void isConditionMet(const ConditionKey& conditionParameters,
|
H A D | ConditionTracker.h | 107 const ConditionKey& conditionParameters,
|
H A D | SimpleConditionTracker.h | 54 void isConditionMet(const ConditionKey& conditionParameters,
|
H A D | CombinationConditionTracker.cpp | 170 const ConditionKey& conditionParameters, const vector<sp<ConditionTracker>>& allConditions, in isConditionMet()
|
/aosp12/packages/modules/StatsD/statsd/tests/condition/ |
H A D | SimpleConditionTracker_test.cpp | 131 ConditionKey queryKey; in TEST() 185 ConditionKey queryKey; in TEST() 549 ConditionKey queryKey; in TEST()
|