OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_report_metric
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/statsd/src/metrics/
metrics_manager_util.cpp
533
const auto
no_report_metric
= config.
no_report_metric
(i);
local
534
if (metricMap.find(
no_report_metric
) == metricMap.end()) {
535
ALOGW("
no_report_metric
%lld not exist",
no_report_metric
);
538
noReportMetricIds.insert(
no_report_metric
);
/frameworks/base/cmds/statsd/src/
statsd_config.proto
357
repeated int64
no_report_metric
= 13;
Completed in 681 milliseconds