Home
last modified time | relevance | path

Searched refs:noteQueryRestrictedMetricFailed (Results 1 – 5 of 5) sorted by relevance

/packages/modules/StatsD/statsd/src/
DStatsLogProcessor.cpp933 StatsdStats::getInstance().noteQueryRestrictedMetricFailed( in querySql()
947 StatsdStats::getInstance().noteQueryRestrictedMetricFailed( in querySql()
967 StatsdStats::getInstance().noteQueryRestrictedMetricFailed( in querySql()
976 StatsdStats::getInstance().noteQueryRestrictedMetricFailed( in querySql()
990 StatsdStats::getInstance().noteQueryRestrictedMetricFailed( in querySql()
1001 StatsdStats::getInstance().noteQueryRestrictedMetricFailed( in querySql()
1008 StatsdStats::getInstance().noteQueryRestrictedMetricFailed( in querySql()
DStatsService.cpp1520 StatsdStats::getInstance().noteQueryRestrictedMetricFailed( in querySql()
/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.h658 void noteQueryRestrictedMetricFailed(const int64_t configId, const string& configPackage,
663 void noteQueryRestrictedMetricFailed(const int64_t configId, const string& configPackage,
DStatsdStats.cpp907 void StatsdStats::noteQueryRestrictedMetricFailed(const int64_t configId, in noteQueryRestrictedMetricFailed() function in android::os::statsd::StatsdStats
917 void StatsdStats::noteQueryRestrictedMetricFailed( in noteQueryRestrictedMetricFailed() function in android::os::statsd::StatsdStats
/packages/modules/StatsD/statsd/tests/guardrail/
DStatsdStats_test.cpp555 stats.noteQueryRestrictedMetricFailed(configIdWithError, configPackage, std::nullopt, in TEST()
557 stats.noteQueryRestrictedMetricFailed(configIdWithError, configPackage, std::nullopt, in TEST()