Searched refs:alertsCount (Results 1 – 2 of 2) sorted by relevance
/packages/modules/StatsD/statsd/tests/guardrail/ |
D | StatsdStats_test.cpp | 36 const int alertsCount = 10; in TEST() local 37 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 52 EXPECT_EQ(alertsCount, configReport.alert_count()); in TEST() 63 const int alertsCount = 10; in TEST() local 64 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 84 const int alertsCount = 10; in TEST() local 85 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST()
|
/packages/modules/StatsD/statsd/src/guardrail/ |
D | StatsdStats.cpp | 143 int alertsCount, const std::list<std::pair<const int64_t, const int32_t>>& annotations, in noteConfigReceived() argument 158 configStats->alert_count = alertsCount; in noteConfigReceived()
|