/packages/modules/StatsD/statsd/tests/metrics/ |
D | OringDurationTracker_test.cpp | 69 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey(), in TEST() 72 tracker.noteStart(kEventKey1, true, eventStartTimeNs + 10, ConditionKey(), in TEST() 101 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey(), in TEST() 103 tracker.noteStart(kEventKey1, true, eventStartTimeNs + 10, ConditionKey(), in TEST() 134 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey(), in TEST() 136 tracker.noteStart(kEventKey2, true, eventStartTimeNs + 10, ConditionKey(), in TEST() 165 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey(), in TEST() 169 tracker.noteStart(kEventKey1, true, eventStartTimeNs + 2 * bucketSizeNs, ConditionKey(), in TEST() 193 ConditionKey key1; in TEST() 231 ConditionKey key1; in TEST() [all …]
|
D | MaxDurationTracker_test.cpp | 70 tracker.noteStart(key1, true, bucketStartTimeNs, ConditionKey(), in TEST() 73 tracker.noteStart(key1, true, bucketStartTimeNs + 3, ConditionKey(), in TEST() 79 tracker.noteStart(key2, true, bucketStartTimeNs + 20, ConditionKey(), in TEST() 107 tracker.noteStart(key1, true, bucketStartTimeNs + 1, ConditionKey(), in TEST() 111 tracker.noteStart(key2, true, bucketStartTimeNs + 20, ConditionKey(), in TEST() 144 tracker.noteStart(DEFAULT_DIMENSION_KEY, true, bucketStartTimeNs + 1, ConditionKey(), in TEST() 149 ConditionKey(), StatsdStats::kDimensionKeySizeHardLimitMin); in TEST() 184 tracker.noteStart(DEFAULT_DIMENSION_KEY, true, bucketStartTimeNs + 1, ConditionKey(), in TEST() 186 tracker.noteStart(DEFAULT_DIMENSION_KEY, true, bucketStartTimeNs + 10, ConditionKey(), in TEST() 209 ConditionKey conditionKey1; in TEST() [all …]
|
D | metrics_test_helper.h | 30 ConditionState(const int conditionIndex, const ConditionKey& conditionParameters,
|
D | CountMetricProducer_test.cpp | 229 ConditionKey key1; in TEST() 233 ConditionKey key2; in TEST()
|
/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
D | OringDurationTracker.h | 38 const ConditionKey& conditionKey, size_t dimensionHardLimit) override; 81 std::unordered_map<HashableDimensionKey, ConditionKey> mConditionKeyMap;
|
D | DurationTracker.h | 49 ConditionKey conditionKeys; 106 const ConditionKey& conditionKey, size_t dimensionHardLimit) = 0;
|
D | MaxDurationTracker.h | 40 const ConditionKey& conditionKey, size_t dimensionHardLimit) override;
|
D | MaxDurationTracker.cpp | 66 const int64_t eventTime, const ConditionKey& conditionKey, in noteStart()
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | DurationMetricProducer.h | 75 const ConditionKey& conditionKeys, bool condition, const LogEvent& event, 85 void handleStartEvent(const MetricDimensionKey& eventKey, const ConditionKey& conditionKeys,
|
D | RestrictedEventMetricProducer.h | 44 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
D | EventMetricProducer.h | 61 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
D | RestrictedEventMetricProducer.cpp | 51 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked()
|
D | CountMetricProducer.h | 70 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
D | DurationMetricProducer.cpp | 702 const ConditionKey& conditionKeys, bool condition, in handleStartEvent() 733 const ConditionKey& conditionKeys, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked() 844 ConditionKey conditionKey; in handleMatchedLogEventValuesLocked()
|
D | GaugeMetricProducer.h | 120 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
D | ValueMetricProducer.h | 148 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
/packages/modules/StatsD/statsd/src/ |
D | stats_util.h | 42 typedef std::map<int64_t, HashableDimensionKey> ConditionKey; typedef
|
/packages/modules/StatsD/statsd/src/condition/ |
D | ConditionWizard.h | 42 virtual ConditionState query(const int conditionIndex, const ConditionKey& conditionParameters,
|
D | ConditionWizard.cpp | 24 ConditionState ConditionWizard::query(const int index, const ConditionKey& parameters, in query()
|
D | SimpleConditionTracker.cpp | 66 ConditionKey conditionKey; in init() 354 const ConditionKey& conditionParameters, const vector<sp<ConditionTracker>>& allConditions, in isConditionMet()
|
D | CombinationConditionTracker.h | 51 void isConditionMet(const ConditionKey& conditionParameters,
|
D | ConditionTracker.h | 109 const ConditionKey& conditionParameters,
|
D | SimpleConditionTracker.h | 56 void isConditionMet(const ConditionKey& conditionParameters,
|
D | CombinationConditionTracker.cpp | 187 const ConditionKey& conditionParameters, const vector<sp<ConditionTracker>>& allConditions, in isConditionMet()
|
/packages/modules/StatsD/statsd/tests/condition/ |
D | SimpleConditionTracker_test.cpp | 140 ConditionKey queryKey; in TEST() 194 ConditionKey queryKey; in TEST() 536 ConditionKey queryKey; in TEST()
|