Searched refs:alertsCount (Results 1 – 2 of 2) sorted by relevance
/packages/modules/StatsD/statsd/tests/guardrail/ |
D | StatsdStats_test.cpp | 74 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/ |
D | StatsdStats.cpp | 248 int alertsCount, const std::list<std::pair<const int64_t, const int32_t>>& annotations, in noteConfigReceived() argument 263 configStats->alert_count = alertsCount; in noteConfigReceived()
|