/packages/modules/StatsD/statsd/tests/metrics/ |
D | DurationMetricProducer_test.cpp | 48 const uint64_t protoHash = 0x1234567890; variable 79 wizard, protoHash, dimensions, 5, 600 * NS_PER_SEC + NS_PER_SEC / 2, provider); in TEST() 108 wizard, protoHash, dimensions, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST() 152 3 /* stop_all index */, false /*nesting*/, wizard, protoHash, dimensions, in TEST() 211 3 /* stop_all index */, false /*nesting*/, wizard, protoHash, dimensions, in TEST() 260 wizard, protoHash, dimensions, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST_P() 325 wizard, protoHash, dimensions, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST_P() 391 wizard, protoHash, dimensions, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST_P() 440 wizard, protoHash, dimensions, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST_P() 496 wizard, protoHash, dimensions, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST_P() [all …]
|
D | CountMetricProducer_test.cpp | 44 const uint64_t protoHash = 0x1234567890; variable 80 wizard, protoHash, 5, 600 * NS_PER_SEC + NS_PER_SEC / 2, in TEST() 101 wizard, protoHash, bucketStartTimeNs, bucketStartTimeNs, in TEST() 166 protoHash, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST() 238 {ConditionState::kUnknown}, wizard, protoHash, in TEST() 278 protoHash, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST_P() 347 protoHash, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST_P() 409 protoHash, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST() 478 wizard, protoHash, bucketStartTimeNs, bucketStartTimeNs, in TEST() 543 protoHash, oneDayNs, fiveWeeksNs, provider); in TEST()
|
D | EventMetricProducer_test.cpp | 41 const uint64_t protoHash = 0x1234567890; variable 86 wizard, protoHash, bucketStartTimeNs, provider); in TEST_F() 124 {ConditionState::kUnknown}, wizard, protoHash, in TEST_F() 182 {ConditionState::kUnknown}, wizard, protoHash, in TEST_F() 221 wizard, protoHash, bucketStartTimeNs, provider); in TEST_F() 274 wizard, protoHash, bucketStartTimeNs, provider); in TEST_F() 324 wizard, protoHash, bucketStartTimeNs, provider); in TEST_F() 365 nullptr, protoHash, bucketStartTimeNs, provider); in TEST_F() 472 nullptr, protoHash, bucketStartTimeNs, provider); in TEST_F() 570 nullptr, protoHash, bucketStartTimeNs, provider); in TEST_F() [all …]
|
D | GaugeMetricProducer_test.cpp | 50 const uint64_t protoHash = 0x123456789; variable 106 wizard, protoHash, logEventMatcherIndex, eventMatcherWizard, in TEST() 147 wizard, protoHash, logEventMatcherIndex, eventMatcherWizard, in TEST() 237 wizard, protoHash, logEventMatcherIndex, eventMatcherWizard, in TEST_P() 334 wizard, protoHash, logEventMatcherIndex, eventMatcherWizard, in TEST_P() 405 wizard, protoHash, logEventMatcherIndex, eventMatcherWizard, in TEST() 462 protoHash, logEventMatcherIndex, eventMatcherWizard, tagId, -1, tagId, in TEST() 552 protoHash, logEventMatcherIndex, eventMatcherWizard, tagId, -1, tagId, in TEST() 598 wizard, protoHash, logEventMatcherIndex, eventMatcherWizard, in TEST() 700 wizard, protoHash, logEventMatcherIndex, eventMatcherWizard, in TEST() [all …]
|
D | KllMetricProducer_test.cpp | 53 const uint64_t protoHash = 0x1234567890; variable 142 kConfigKey, metric, protoHash, {/*pullAtomId=*/-1, /*pullerManager=*/nullptr},
|
/packages/modules/StatsD/statsd/tests/condition/ |
D | SimpleConditionTracker_test.cpp | 45 const uint64_t protoHash = 0x123456789; variable 136 SimpleConditionTracker conditionTracker(kConfigKey, StringToId("SCREEN_IS_ON"), protoHash, in TEST() 190 SimpleConditionTracker conditionTracker(kConfigKey, StringToId("SCREEN_IS_ON"), protoHash, in TEST() 244 SimpleConditionTracker conditionTracker(kConfigKey, StringToId("SCREEN_IS_ON"), protoHash, in TEST() 331 SimpleConditionTracker conditionTracker(kConfigKey, StringToId("SCREEN_IS_ON"), protoHash, in TEST() 406 SimpleConditionTracker conditionTracker(kConfigKey, StringToId(conditionName), protoHash, in TEST_P() 506 SimpleConditionTracker conditionTracker(kConfigKey, StringToId(conditionName), protoHash, in TEST() 602 SimpleConditionTracker conditionTracker(kConfigKey, StringToId(conditionName), protoHash, in TEST_P() 704 SimpleConditionTracker conditionTracker(kConfigKey, StringToId(conditionName), protoHash, in TEST() 750 SimpleConditionTracker conditionTracker(kConfigKey, StringToId(conditionName), protoHash, in TEST()
|
/packages/modules/StatsD/statsd/src/matchers/ |
D | AtomMatchingTracker.h | 42 AtomMatchingTracker(const int64_t id, const uint64_t protoHash) in AtomMatchingTracker() argument 43 : mId(id), mInitialized(false), mProtoHash(protoHash){}; in AtomMatchingTracker()
|
D | SimpleAtomMatchingTracker.cpp | 30 SimpleAtomMatchingTracker::SimpleAtomMatchingTracker(const int64_t id, const uint64_t protoHash, in SimpleAtomMatchingTracker() argument 33 : AtomMatchingTracker(id, protoHash), mMatcher(matcher), mUidMap(uidMap) { in SimpleAtomMatchingTracker()
|
D | CombinationAtomMatchingTracker.cpp | 33 const uint64_t protoHash) in CombinationAtomMatchingTracker() argument 34 : AtomMatchingTracker(id, protoHash) { in CombinationAtomMatchingTracker()
|
D | CombinationAtomMatchingTracker.h | 32 CombinationAtomMatchingTracker(const int64_t id, const uint64_t protoHash);
|
D | SimpleAtomMatchingTracker.h | 33 SimpleAtomMatchingTracker(const int64_t id, const uint64_t protoHash,
|
/packages/modules/StatsD/statsd/src/condition/ |
D | ConditionTracker.h | 34 ConditionTracker(int64_t id, int index, const uint64_t protoHash) in ConditionTracker() argument 41 mProtoHash(protoHash){}; in ConditionTracker()
|
D | CombinationConditionTracker.cpp | 29 const uint64_t protoHash) in CombinationConditionTracker() argument 30 : ConditionTracker(id, index, protoHash) { in CombinationConditionTracker()
|
D | SimpleConditionTracker.cpp | 30 const ConfigKey& key, const int64_t id, const uint64_t protoHash, const int index, in SimpleConditionTracker() argument 33 : ConditionTracker(id, index, protoHash), in SimpleConditionTracker()
|
D | CombinationConditionTracker.h | 29 CombinationConditionTracker(int64_t id, int index, const uint64_t protoHash);
|
D | SimpleConditionTracker.h | 32 SimpleConditionTracker(const ConfigKey& key, int64_t id, const uint64_t protoHash,
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | RestrictedEventMetricProducer.cpp | 37 const uint64_t protoHash, const int64_t startTimeNs, in RestrictedEventMetricProducer() argument 43 : EventMetricProducer(key, metric, conditionIndex, initialConditionCache, wizard, protoHash, in RestrictedEventMetricProducer()
|
D | KllMetricProducer.cpp | 55 const uint64_t protoHash, const PullOptions& pullOptions, in KllMetricProducer() argument 63 : ValueMetricProducer(metric.id(), key, protoHash, pullOptions, bucketOptions, whatOptions, in KllMetricProducer()
|
D | EventMetricProducer.cpp | 65 const uint64_t protoHash, const int64_t startTimeNs, in EventMetricProducer() argument 72 protoHash, eventActivationMap, eventDeactivationMap, slicedStateAtoms, in EventMetricProducer()
|
D | RestrictedEventMetricProducer.h | 18 const uint64_t protoHash, int64_t startTimeNs,
|
D | KllMetricProducer.h | 47 KllMetricProducer(const ConfigKey& key, const KllMetric& kllMetric, const uint64_t protoHash,
|
D | EventMetricProducer.h | 40 const uint64_t protoHash, int64_t startTimeNs,
|
D | MetricProducer.cpp | 49 const uint64_t protoHash, in MetricProducer() argument 58 mProtoHash(protoHash), in MetricProducer()
|
D | CountMetricProducer.h | 49 const uint64_t protoHash, int64_t timeBaseNs, int64_t startTimeNs,
|
D | CountMetricProducer.cpp | 76 const uint64_t protoHash, const int64_t timeBaseNs, const int64_t startTimeNs, in CountMetricProducer() argument 83 protoHash, eventActivationMap, eventDeactivationMap, slicedStateAtoms, in CountMetricProducer()
|