Home
last modified time | relevance | path

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

12

/packages/modules/StatsD/statsd/tests/metrics/
DDurationMetricProducer_test.cpp48 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 …]
DCountMetricProducer_test.cpp44 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 …]
DEventMetricProducer_test.cpp41 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 …]
DGaugeMetricProducer_test.cpp50 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 …]
DKllMetricProducer_test.cpp53 const uint64_t protoHash = 0x1234567890; variable
151 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()
DRestrictedEventMetricProducer.h18 const uint64_t protoHash, int64_t startTimeNs,
DEventMetricProducer.cpp69 const uint64_t protoHash, const int64_t startTimeNs, in EventMetricProducer() argument
76 protoHash, eventActivationMap, eventDeactivationMap, slicedStateAtoms, in EventMetricProducer()
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.cpp77 const uint64_t protoHash, const int64_t timeBaseNs, const int64_t startTimeNs, in CountMetricProducer() argument
84 protoHash, eventActivationMap, eventDeactivationMap, slicedStateAtoms, in CountMetricProducer()

12