/frameworks/base/cmds/statsd/src/ |
D | HashableDimensionKey.h | 37 class HashableDimensionKey { 39 explicit HashableDimensionKey(const std::vector<FieldValue>& values) { in HashableDimensionKey() function 43 HashableDimensionKey() {}; in HashableDimensionKey() function 45 HashableDimensionKey(const HashableDimensionKey& that) : mValues(that.getValues()){}; in HashableDimensionKey() function 68 bool operator==(const HashableDimensionKey& that) const; 70 bool operator<(const HashableDimensionKey& that) const; 72 bool contains(const HashableDimensionKey& that) const; 80 explicit MetricDimensionKey(const HashableDimensionKey& dimensionKeyInWhat, in MetricDimensionKey() 81 const HashableDimensionKey& dimensionKeyInCondition) in MetricDimensionKey() 95 inline const HashableDimensionKey& getDimensionKeyInWhat() const { in getDimensionKeyInWhat() [all …]
|
D | HashableDimensionKey.cpp | 31 android::hash_t hashDimension(const HashableDimensionKey& value) { in hashDimension() 63 HashableDimensionKey* output) { in filterValues() 93 HashableDimensionKey* conditionDimension) { in getDimensionForCondition() 125 bool HashableDimensionKey::operator==(const HashableDimensionKey& that) const { in operator ==() 138 bool HashableDimensionKey::operator<(const HashableDimensionKey& that) const { in operator <() 142 bool HashableDimensionKey::contains(const HashableDimensionKey& that) const { in contains() 167 string HashableDimensionKey::toString() const { in toString()
|
D | stats_util.h | 27 const HashableDimensionKey DEFAULT_DIMENSION_KEY = HashableDimensionKey(); 30 typedef std::map<int64_t, HashableDimensionKey> ConditionKey;
|
D | stats_log_util.h | 32 void writeDimensionToProto(const HashableDimensionKey& dimension, std::set<string> *str_set, 35 void writeDimensionLeafNodesToProto(const HashableDimensionKey& dimension,
|
/frameworks/base/cmds/statsd/src/condition/ |
D | StateTracker.h | 62 std::unordered_set<HashableDimensionKey>& dimensionsKeySet) const override; 73 std::unordered_set<HashableDimensionKey>& dimensionsKeySet) const override; 75 virtual const std::set<HashableDimensionKey>* getChangedToTrueDimensions( in getChangedToTrueDimensions() 80 virtual const std::set<HashableDimensionKey>* getChangedToFalseDimensions( in getChangedToFalseDimensions() 97 std::set<HashableDimensionKey>* dimensions) const override { in getTrueSlicedDimensions() 109 std::set<HashableDimensionKey> mLastChangedToTrueDimensions; 110 std::set<HashableDimensionKey> mLastChangedToFalseDimensions; 121 bool hitGuardRail(const HashableDimensionKey& newKey); 124 std::unordered_map<HashableDimensionKey, HashableDimensionKey> mSlicedState;
|
D | SimpleConditionTracker.h | 55 std::unordered_set<HashableDimensionKey>& dimensionsKeySet) const override; 61 std::unordered_set<HashableDimensionKey>& dimensionsKeySet) const override; 63 virtual const std::set<HashableDimensionKey>* getChangedToTrueDimensions( in getChangedToTrueDimensions() 72 virtual const std::set<HashableDimensionKey>* getChangedToFalseDimensions( in getChangedToFalseDimensions() 83 std::set<HashableDimensionKey>* dimensions) const override { in getTrueSlicedDimensions() 121 std::set<HashableDimensionKey> mLastChangedToTrueDimensions; 122 std::set<HashableDimensionKey> mLastChangedToFalseDimensions; 126 std::map<HashableDimensionKey, int> mSlicedConditionState; 131 void handleConditionEvent(const HashableDimensionKey& outputKey, bool matchStart, 134 bool hitGuardRail(const HashableDimensionKey& newKey);
|
D | ConditionWizard.h | 46 std::unordered_set<HashableDimensionKey>* dimensionKeySet); 51 std::unordered_set<HashableDimensionKey>* dimensionsKeySet) const; 53 virtual const std::set<HashableDimensionKey>* getChangedToTrueDimensions(const int index) const; 54 virtual const std::set<HashableDimensionKey>* getChangedToFalseDimensions( 65 std::set<HashableDimensionKey>* trueDimensions) const { in getTrueSlicedDimensions()
|
D | CombinationConditionTracker.h | 50 std::unordered_set<HashableDimensionKey>& dimensionsKeySet) const override; 56 std::unordered_set<HashableDimensionKey>& dimensionsKeySet) const override; 59 const std::set<HashableDimensionKey>* getChangedToTrueDimensions( in getChangedToTrueDimensions() 71 const std::set<HashableDimensionKey>* getChangedToFalseDimensions( in getChangedToFalseDimensions() 94 std::set<HashableDimensionKey>* dimensions) const override { in getTrueSlicedDimensions()
|
D | ConditionTracker.h | 103 std::unordered_set<HashableDimensionKey>& dimensionsKeySet) const = 0; 109 std::unordered_set<HashableDimensionKey>& dimensionsKeySet) const = 0; 124 virtual const std::set<HashableDimensionKey>* getChangedToTrueDimensions( 126 virtual const std::set<HashableDimensionKey>* getChangedToFalseDimensions( 135 std::set<HashableDimensionKey>* dimensions) const = 0;
|
D | ConditionWizard.cpp | 31 std::unordered_set<HashableDimensionKey>* dimensionKeySet) { in query() 43 std::unordered_set<HashableDimensionKey>* dimensionsKeySet) const { in getMetConditionDimension() 49 const set<HashableDimensionKey>* ConditionWizard::getChangedToTrueDimensions( in getChangedToTrueDimensions() 54 const set<HashableDimensionKey>* ConditionWizard::getChangedToFalseDimensions( in getChangedToFalseDimensions()
|
D | SimpleConditionTracker.cpp | 153 bool SimpleConditionTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail() 172 void SimpleConditionTracker::handleConditionEvent(const HashableDimensionKey& outputKey, in handleConditionEvent() 325 HashableDimensionKey outputValue; in evaluateCondition() 351 std::unordered_set<HashableDimensionKey>& dimensionsKeySet) const { in isConditionMet() 382 const HashableDimensionKey& key = pair->second; in isConditionMet() 394 HashableDimensionKey dimensionKey; in isConditionMet() 412 HashableDimensionKey dimensionKey; in isConditionMet() 430 std::unordered_set<HashableDimensionKey>& dimensionsKeySet) const { in getMetConditionDimension() 450 HashableDimensionKey dimensionKey; in getMetConditionDimension()
|
D | StateTracker.cpp | 98 bool StateTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail() 142 HashableDimensionKey primaryKey; in evaluateCondition() 143 HashableDimensionKey state; in evaluateCondition() 185 std::unordered_set<HashableDimensionKey>& dimensionsKeySet) const { in isConditionMet() 219 std::unordered_set<HashableDimensionKey>& dimensionsKeySet) const { in getMetConditionDimension()
|
/frameworks/base/cmds/statsd/src/metrics/duration_helper/ |
D | OringDurationTracker.h | 42 void noteStart(const HashableDimensionKey& key, bool condition, const int64_t eventTime, 44 void noteStop(const HashableDimensionKey& key, const int64_t eventTime, 68 std::unordered_map<HashableDimensionKey, int> mStarted; 69 std::unordered_map<HashableDimensionKey, int> mPaused; 71 std::unordered_map<HashableDimensionKey, ConditionKey> mConditionKeyMap; 74 bool hitGuardRail(const HashableDimensionKey& newKey);
|
D | MaxDurationTracker.h | 43 void noteStart(const HashableDimensionKey& key, bool condition, const int64_t eventTime, 45 void noteStop(const HashableDimensionKey& key, const int64_t eventTime, 67 std::unordered_map<HashableDimensionKey, DurationInfo> mInfos; 69 void noteConditionChanged(const HashableDimensionKey& key, bool conditionMet, 73 bool hitGuardRail(const HashableDimensionKey& newKey);
|
D | MaxDurationTracker.cpp | 62 bool MaxDurationTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail() 82 void MaxDurationTracker::noteStart(const HashableDimensionKey& key, bool condition, in noteStart() 117 void MaxDurationTracker::noteStop(const HashableDimensionKey& key, const int64_t eventTime, in noteStop() 179 std::set<HashableDimensionKey> keys; in noteStopAll() 255 std::unordered_set<HashableDimensionKey> conditionDimensionKeySet; in onSlicedConditionMayChange() 277 void MaxDurationTracker::noteConditionChanged(const HashableDimensionKey& key, bool conditionMet, in noteConditionChanged()
|
D | OringDurationTracker.cpp | 52 bool OringDurationTracker::hitGuardRail(const HashableDimensionKey& newKey) { in hitGuardRail() 71 void OringDurationTracker::noteStart(const HashableDimensionKey& key, bool condition, in noteStart() 93 void OringDurationTracker::noteStop(const HashableDimensionKey& key, const int64_t timestamp, in noteStop() 219 vector<pair<HashableDimensionKey, int>> startedToPaused; in onSlicedConditionMayChange() 220 vector<pair<HashableDimensionKey, int>> pausedToStarted; in onSlicedConditionMayChange() 230 std::unordered_set<HashableDimensionKey> conditionDimensionKeySet; in onSlicedConditionMayChange() 265 std::unordered_set<HashableDimensionKey> conditionDimensionKeySet; in onSlicedConditionMayChange()
|
/frameworks/base/cmds/statsd/tests/metrics/ |
D | OringDurationTracker_test.cpp | 42 const HashableDimensionKey eventKey = getMockedDimensionKey(TagId, 0, "event"); 44 const HashableDimensionKey kConditionKey1 = getMockedDimensionKey(TagId, 1, "maps"); 45 const HashableDimensionKey kEventKey1 = getMockedDimensionKey(TagId, 2, "maps"); 46 const HashableDimensionKey kEventKey2 = getMockedDimensionKey(TagId, 3, "maps"); 52 const HashableDimensionKey kEventKey1 = getMockedDimensionKey(TagId, 2, "maps"); in TEST() 53 const HashableDimensionKey kEventKey2 = getMockedDimensionKey(TagId, 3, "maps"); in TEST() 85 const HashableDimensionKey kEventKey1 = getMockedDimensionKey(TagId, 2, "maps"); in TEST() 86 const HashableDimensionKey kEventKey2 = getMockedDimensionKey(TagId, 3, "maps"); in TEST() 116 const std::vector<HashableDimensionKey> kConditionKey1 = in TEST() 118 const HashableDimensionKey kEventKey1 = getMockedDimensionKey(TagId, 2, "maps"); in TEST() [all …]
|
D | MaxDurationTracker_test.cpp | 44 const HashableDimensionKey eventKey = getMockedDimensionKey(TagId, 0, "1"); 45 const HashableDimensionKey conditionKey = getMockedDimensionKey(TagId, 4, "1"); 46 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); 47 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); 52 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); in TEST() 53 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); in TEST() 88 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); in TEST() 89 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); in TEST() 125 const HashableDimensionKey key1 = getMockedDimensionKey(TagId, 1, "1"); in TEST() 126 const HashableDimensionKey key2 = getMockedDimensionKey(TagId, 1, "2"); in TEST() [all …]
|
D | metrics_test_helper.cpp | 21 HashableDimensionKey getMockedDimensionKey(int tagId, int key, string value) { in getMockedDimensionKey() 22 HashableDimensionKey dimension; in getMockedDimensionKey()
|
D | metrics_test_helper.h | 33 std::unordered_set<HashableDimensionKey>* dimensionKeySet)); 49 HashableDimensionKey getMockedDimensionKey(int tagId, int key, std::string value);
|
/frameworks/base/cmds/statsd/src/metrics/ |
D | DurationMetricProducer.cpp | 212 std::set<HashableDimensionKey> trueConditionDimensions; in onSlicedConditionMayChangeLocked_opt1() 215 HashableDimensionKey linkedConditionDimensionKey; in onSlicedConditionMayChangeLocked_opt1() 231 HashableDimensionKey linkedConditionDimensionKey; in onSlicedConditionMayChangeLocked_opt1() 278 const std::set<HashableDimensionKey>* trueDimensionsToProcess = nullptr; in onSlicedConditionMayChangeLocked_opt2() 279 const std::set<HashableDimensionKey>* falseDimensionsToProcess = nullptr; in onSlicedConditionMayChangeLocked_opt2() 281 std::set<HashableDimensionKey> currentTrueConditionDimensions; in onSlicedConditionMayChangeLocked_opt2() 307 HashableDimensionKey linkedConditionDimensionKey; in onSlicedConditionMayChangeLocked_opt2() 368 std::unordered_set<HashableDimensionKey> conditionDimensionsKeySet; in onSlicedConditionMayChangeInternalLocked() 401 std::unordered_set<HashableDimensionKey> conditionDimensionsKeys; in onSlicedConditionMayChangeInternalLocked() 721 HashableDimensionKey dimensionKey = DEFAULT_DIMENSION_KEY; in handleStartEvent() [all …]
|
D | DurationMetricProducer.h | 130 std::unordered_map<HashableDimensionKey, 131 std::unordered_map<HashableDimensionKey, std::unique_ptr<DurationTracker>>>
|
/frameworks/base/cmds/statsd/tests/ |
D | FieldValue_test.cpp | 111 HashableDimensionKey output; in TEST() 136 HashableDimensionKey dim; in TEST() 157 HashableDimensionKey subDim1; in TEST() 160 HashableDimensionKey subDim2; in TEST() 167 HashableDimensionKey subDim3; in TEST() 171 HashableDimensionKey subDim4; in TEST() 294 HashableDimensionKey dim; in TEST() 322 HashableDimensionKey dim; in TEST() 384 HashableDimensionKey dim; in TEST()
|
/frameworks/base/cmds/statsd/tests/e2e/ |
D | ConfigTtl_e2e_test.cpp | 79 HashableDimensionKey whatKey1({fieldValue1}); in TEST() 84 HashableDimensionKey whatKey2({fieldValue2}); in TEST()
|
D | Anomaly_count_e2e_test.cpp | 88 HashableDimensionKey whatKey1({fieldValue1}); in TEST() 93 HashableDimensionKey whatKey2({fieldValue2}); in TEST() 191 HashableDimensionKey whatKey1({fieldValue1}); in TEST() 196 HashableDimensionKey whatKey2({fieldValue2}); in TEST()
|