/packages/modules/StatsD/statsd/tests/metrics/ |
D | DurationMetricProducer_test.cpp | 48 const uint64_t protoHash = 0x1234567890; variable 87 wizard, protoHash, dimensions, 5, 600 * NS_PER_SEC + NS_PER_SEC / 2, provider); in TEST() 116 wizard, protoHash, dimensions, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST() 160 3 /* stop_all index */, false /*nesting*/, wizard, protoHash, dimensions, in TEST() 219 3 /* stop_all index */, false /*nesting*/, wizard, protoHash, dimensions, in TEST() 268 wizard, protoHash, dimensions, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST_P() 333 wizard, protoHash, dimensions, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST_P() 399 wizard, protoHash, dimensions, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST_P() 448 wizard, protoHash, dimensions, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST_P() 504 wizard, protoHash, dimensions, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST_P() [all …]
|
D | CountMetricProducer_test.cpp | 44 const uint64_t protoHash = 0x1234567890; variable 87 wizard, protoHash, 5, 600 * NS_PER_SEC + NS_PER_SEC / 2, in TEST() 108 wizard, protoHash, bucketStartTimeNs, bucketStartTimeNs, in TEST() 173 protoHash, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST() 245 {ConditionState::kUnknown}, wizard, protoHash, in TEST() 285 protoHash, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST_P() 354 protoHash, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST_P() 416 protoHash, bucketStartTimeNs, bucketStartTimeNs, provider); in TEST() 485 wizard, protoHash, bucketStartTimeNs, bucketStartTimeNs, in TEST() 550 protoHash, oneDayNs, fiveWeeksNs, provider); in TEST() [all …]
|
D | EventMetricProducer_test.cpp | 41 const uint64_t protoHash = 0x1234567890; variable 94 wizard, protoHash, bucketStartTimeNs, provider); in TEST_F() 127 {ConditionState::kUnknown}, wizard, protoHash, in TEST_F() 180 {ConditionState::kUnknown}, wizard, protoHash, in TEST_F() 214 wizard, protoHash, bucketStartTimeNs, provider); in TEST_F() 262 wizard, protoHash, bucketStartTimeNs, provider); in TEST_F() 307 wizard, protoHash, bucketStartTimeNs, provider); in TEST_F() 344 nullptr, protoHash, bucketStartTimeNs, provider); in TEST_F() 440 nullptr, protoHash, bucketStartTimeNs, provider); in TEST_F() 538 nullptr, protoHash, bucketStartTimeNs, provider); in TEST_F() [all …]
|
D | GaugeMetricProducer_test.cpp | 50 const uint64_t protoHash = 0x123456789; variable 115 wizard, protoHash, logEventMatcherIndex, eventMatcherWizard, in TEST() 155 wizard, protoHash, logEventMatcherIndex, eventMatcherWizard, in TEST() 244 wizard, protoHash, logEventMatcherIndex, eventMatcherWizard, in TEST_P() 341 wizard, protoHash, logEventMatcherIndex, eventMatcherWizard, in TEST_P() 412 wizard, protoHash, logEventMatcherIndex, eventMatcherWizard, in TEST() 469 protoHash, logEventMatcherIndex, eventMatcherWizard, tagId, -1, tagId, in TEST() 558 protoHash, logEventMatcherIndex, eventMatcherWizard, tagId, -1, tagId, in TEST() 604 wizard, protoHash, logEventMatcherIndex, eventMatcherWizard, in TEST() 705 wizard, protoHash, logEventMatcherIndex, eventMatcherWizard, in TEST() [all …]
|
D | KllMetricProducer_test.cpp | 53 const uint64_t protoHash = 0x1234567890; variable 151 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 | RestrictedEventMetricProducer.h | 18 const uint64_t protoHash, int64_t startTimeNs,
|
D | EventMetricProducer.cpp | 69 const uint64_t protoHash, const int64_t startTimeNs, in EventMetricProducer() argument 76 protoHash, eventActivationMap, eventDeactivationMap, slicedStateAtoms, in EventMetricProducer()
|
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 | 77 const uint64_t protoHash, const int64_t timeBaseNs, const int64_t startTimeNs, in CountMetricProducer() argument 84 protoHash, eventActivationMap, eventDeactivationMap, slicedStateAtoms, in CountMetricProducer()
|