Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/guardrail/
DStatsdStats_test.cpp74 const int alertsCount = 10; in TEST() local
75 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST()
86 EXPECT_EQ(alertsCount, configReport.alert_count()); in TEST()
112 const int alertsCount = 10; in TEST() local
124 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST()
154 const int alertsCount = 10; in TEST() local
164 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST()
193 const int alertsCount = 10; in TEST() local
196 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST()
222 const int alertsCount = 10; in TEST() local
[all …]
/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.cpp248 int alertsCount, const std::list<std::pair<const int64_t, const int32_t>>& annotations, in noteConfigReceived() argument
263 configStats->alert_count = alertsCount; in noteConfigReceived()