Searched refs:matchersCount (Results 1 – 3 of 3) sorted by relevance
/packages/modules/StatsD/statsd/tests/guardrail/ |
D | StatsdStats_test.cpp | 73 const int matchersCount = 30; in TEST() local 75 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 85 EXPECT_EQ(matchersCount, configReport.matcher_count()); in TEST() 111 const int matchersCount = 30; in TEST() local 124 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 153 const int matchersCount = 30; in TEST() local 164 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 192 const int matchersCount = 30; in TEST() local 196 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 221 const int matchersCount = 30; in TEST() local [all …]
|
/packages/modules/StatsD/statsd/src/guardrail/ |
D | StatsdStats.h | 322 int matchersCount, int alertCount,
|
D | StatsdStats.cpp | 247 const ConfigKey& key, int metricsCount, int conditionsCount, int matchersCount, in noteConfigReceived() argument 262 configStats->matcher_count = matchersCount; in noteConfigReceived()
|