Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/guardrail/
DStatsdStats_test.cpp73 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/
DStatsdStats.h322 int matchersCount, int alertCount,
DStatsdStats.cpp247 const ConfigKey& key, int metricsCount, int conditionsCount, int matchersCount, in noteConfigReceived() argument
262 configStats->matcher_count = matchersCount; in noteConfigReceived()