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.cpp35 const int matchersCount = 30; in TEST() local
37 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST()
51 EXPECT_EQ(matchersCount, configReport.matcher_count()); in TEST()
62 const int matchersCount = 30; in TEST() local
64 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST()
83 const int matchersCount = 30; in TEST() local
85 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST()
/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.h201 int matchersCount, int alertCount,
DStatsdStats.cpp142 const ConfigKey& key, int metricsCount, int conditionsCount, int matchersCount, in noteConfigReceived() argument
157 configStats->matcher_count = matchersCount; in noteConfigReceived()