Searched refs:conditionsCount (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/cmds/statsd/tests/guardrail/ |
D | StatsdStats_test.cpp | 34 const int conditionsCount = 20; in TEST() local 37 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 50 EXPECT_EQ(conditionsCount, configReport.condition_count()); in TEST() 61 const int conditionsCount = 20; in TEST() local 64 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 82 const int conditionsCount = 20; in TEST() local 85 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST()
|
/frameworks/base/cmds/statsd/src/guardrail/ |
D | StatsdStats.h | 190 void noteConfigReceived(const ConfigKey& key, int metricsCount, int conditionsCount,
|
D | StatsdStats.cpp | 140 const ConfigKey& key, int metricsCount, int conditionsCount, int matchersCount, in noteConfigReceived() argument 154 configStats->condition_count = conditionsCount; in noteConfigReceived()
|