Searched refs:noteConfigReceived (Results 1 – 4 of 4) sorted by relevance
/packages/modules/StatsD/statsd/tests/guardrail/ |
D | StatsdStats_test.cpp | 75 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 95 stats.noteConfigReceived(key, /*metricsCount=*/0, /*conditionsCount=*/0, /*matchersCount=*/0, in TEST() 124 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 164 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 196 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 223 stats.noteConfigReceived(key, metricsCount, conditionsCount, matchersCount, alertsCount, {}, in TEST() 242 stats.noteConfigReceived(key, 2, 3, 4, 5, {std::make_pair(123, 456)}, nullopt); in TEST() 495 stats.noteConfigReceived(key, 2, 3, 4, 5, {}, nullopt); in TEST() 505 stats.noteConfigReceived(configKeyWithoutError, 2, 3, 4, 5, {}, nullopt); in TEST() 599 stats.noteConfigReceived(key, 2, 3, 4, 5, {}, nullopt); in TEST()
|
/packages/modules/StatsD/statsd/src/guardrail/ |
D | StatsdStats.h | 321 void noteConfigReceived(const ConfigKey& key, int metricsCount, int conditionsCount,
|
D | StatsdStats.cpp | 246 void StatsdStats::noteConfigReceived( in noteConfigReceived() function in android::os::statsd::StatsdStats
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | MetricsManager.cpp | 327 StatsdStats::getInstance().noteConfigReceived( in verifyGuardrailsAndUpdateStatsdStats()
|