Home
last modified time | relevance | path

Searched refs:protoHash (Results 1 – 25 of 40) sorted by relevance

12

/packages/modules/StatsD/statsd/tests/metrics/
DDurationMetricProducer_test.cpp48 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 …]
DCountMetricProducer_test.cpp44 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()
DEventMetricProducer_test.cpp41 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 …]
DGaugeMetricProducer_test.cpp50 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 …]
DKllMetricProducer_test.cpp53 const uint64_t protoHash = 0x1234567890; variable
142 kConfigKey, metric, protoHash, {/*pullAtomId=*/-1, /*pullerManager=*/nullptr},
/packages/modules/StatsD/statsd/tests/condition/
DSimpleConditionTracker_test.cpp45 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/
DAtomMatchingTracker.h42 AtomMatchingTracker(const int64_t id, const uint64_t protoHash) in AtomMatchingTracker() argument
43 : mId(id), mInitialized(false), mProtoHash(protoHash){}; in AtomMatchingTracker()
DSimpleAtomMatchingTracker.cpp30 SimpleAtomMatchingTracker::SimpleAtomMatchingTracker(const int64_t id, const uint64_t protoHash, in SimpleAtomMatchingTracker() argument
33 : AtomMatchingTracker(id, protoHash), mMatcher(matcher), mUidMap(uidMap) { in SimpleAtomMatchingTracker()
DCombinationAtomMatchingTracker.cpp33 const uint64_t protoHash) in CombinationAtomMatchingTracker() argument
34 : AtomMatchingTracker(id, protoHash) { in CombinationAtomMatchingTracker()
DCombinationAtomMatchingTracker.h32 CombinationAtomMatchingTracker(const int64_t id, const uint64_t protoHash);
DSimpleAtomMatchingTracker.h33 SimpleAtomMatchingTracker(const int64_t id, const uint64_t protoHash,
/packages/modules/StatsD/statsd/src/condition/
DConditionTracker.h34 ConditionTracker(int64_t id, int index, const uint64_t protoHash) in ConditionTracker() argument
41 mProtoHash(protoHash){}; in ConditionTracker()
DCombinationConditionTracker.cpp29 const uint64_t protoHash) in CombinationConditionTracker() argument
30 : ConditionTracker(id, index, protoHash) { in CombinationConditionTracker()
DSimpleConditionTracker.cpp30 const ConfigKey& key, const int64_t id, const uint64_t protoHash, const int index, in SimpleConditionTracker() argument
33 : ConditionTracker(id, index, protoHash), in SimpleConditionTracker()
DCombinationConditionTracker.h29 CombinationConditionTracker(int64_t id, int index, const uint64_t protoHash);
DSimpleConditionTracker.h32 SimpleConditionTracker(const ConfigKey& key, int64_t id, const uint64_t protoHash,
/packages/modules/StatsD/statsd/src/metrics/
DRestrictedEventMetricProducer.cpp37 const uint64_t protoHash, const int64_t startTimeNs, in RestrictedEventMetricProducer() argument
43 : EventMetricProducer(key, metric, conditionIndex, initialConditionCache, wizard, protoHash, in RestrictedEventMetricProducer()
DKllMetricProducer.cpp55 const uint64_t protoHash, const PullOptions& pullOptions, in KllMetricProducer() argument
63 : ValueMetricProducer(metric.id(), key, protoHash, pullOptions, bucketOptions, whatOptions, in KllMetricProducer()
DEventMetricProducer.cpp65 const uint64_t protoHash, const int64_t startTimeNs, in EventMetricProducer() argument
72 protoHash, eventActivationMap, eventDeactivationMap, slicedStateAtoms, in EventMetricProducer()
DRestrictedEventMetricProducer.h18 const uint64_t protoHash, int64_t startTimeNs,
DKllMetricProducer.h47 KllMetricProducer(const ConfigKey& key, const KllMetric& kllMetric, const uint64_t protoHash,
DEventMetricProducer.h40 const uint64_t protoHash, int64_t startTimeNs,
DMetricProducer.cpp49 const uint64_t protoHash, in MetricProducer() argument
58 mProtoHash(protoHash), in MetricProducer()
DCountMetricProducer.h49 const uint64_t protoHash, int64_t timeBaseNs, int64_t startTimeNs,
DCountMetricProducer.cpp76 const uint64_t protoHash, const int64_t timeBaseNs, const int64_t startTimeNs, in CountMetricProducer() argument
83 protoHash, eventActivationMap, eventDeactivationMap, slicedStateAtoms, in CountMetricProducer()

12