Home
last modified time | relevance | path

Searched refs:increasedValue (Results 1 – 1 of 1) sorted by relevance

/packages/modules/StatsD/statsd/tests/metrics/
DNumericValueMetricProducer_test.cpp6596 int increasedValue = 5; in TEST() local
6600 .WillRepeatedly(Invoke([&increasedValue](int tagId, const ConfigKey&, in TEST()
6604 data->push_back(CreateRepeatedValueLogEvent(tagId, eventTimeNs, increasedValue)); in TEST()
6605 increasedValue += 5; in TEST()
6652 int increasedValue = 5; in TEST() local
6656 .WillRepeatedly(Invoke([&increasedValue](int tagId, const ConfigKey&, in TEST()
6660 data->push_back(CreateRepeatedValueLogEvent(tagId, eventTimeNs, increasedValue)); in TEST()
6661 increasedValue += 5; in TEST()
6711 int increasedValue = 5; in TEST() local
6715 .WillRepeatedly(Invoke([&increasedValue](int tagId, const ConfigKey&, in TEST()
[all …]