Searched refs:metricsCount (Results 1 – 3 of 3) sorted by relevance
/packages/modules/StatsD/statsd/tests/guardrail/ |
D | StatsdStats_test.cpp | 71 const int metricsCount = 10; in TEST() local 75 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 83 EXPECT_EQ(metricsCount, configReport.metric_count()); in TEST() 109 const int metricsCount = 10; in TEST() local 124 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 151 const int metricsCount = 10; in TEST() local 164 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 190 const int metricsCount = 10; in TEST() local 196 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 219 const int metricsCount = 10; in TEST() local [all …]
|
/packages/modules/StatsD/statsd/src/guardrail/ |
D | StatsdStats.h | 321 void noteConfigReceived(const ConfigKey& key, int metricsCount, int conditionsCount,
|
D | StatsdStats.cpp | 247 const ConfigKey& key, int metricsCount, int conditionsCount, int matchersCount, in noteConfigReceived() argument 260 configStats->metric_count = metricsCount; in noteConfigReceived()
|