Lines Matching refs:cpp
56 "src/FieldValue.cpp",
57 "src/hash.cpp",
58 "src/stats_log_util.cpp",
59 "src/anomaly/AlarmMonitor.cpp",
60 "src/anomaly/AlarmTracker.cpp",
61 "src/anomaly/AnomalyTracker.cpp",
62 "src/anomaly/DurationAnomalyTracker.cpp",
63 "src/anomaly/subscriber_util.cpp",
64 "src/condition/CombinationConditionTracker.cpp",
65 "src/condition/condition_util.cpp",
66 "src/condition/SimpleConditionTracker.cpp",
67 "src/condition/ConditionWizard.cpp",
68 "src/condition/StateTracker.cpp",
69 "src/config/ConfigKey.cpp",
70 "src/config/ConfigListener.cpp",
71 "src/config/ConfigManager.cpp",
72 "src/external/GpuStatsPuller.cpp",
73 "src/external/Perfetto.cpp",
74 "src/external/Perfprofd.cpp",
75 "src/external/StatsPuller.cpp",
76 "src/external/StatsCallbackPuller.cpp",
77 "src/external/StatsCompanionServicePuller.cpp",
78 "src/external/SubsystemSleepStatePuller.cpp",
79 "src/external/PowerStatsPuller.cpp",
80 "src/external/ResourceHealthManagerPuller.cpp",
81 "src/external/TrainInfoPuller.cpp",
82 "src/external/StatsPullerManager.cpp",
83 "src/external/puller_util.cpp",
84 "src/logd/LogEvent.cpp",
85 "src/logd/LogEventQueue.cpp",
86 "src/matchers/CombinationLogMatchingTracker.cpp",
87 "src/matchers/EventMatcherWizard.cpp",
88 "src/matchers/matcher_util.cpp",
89 "src/matchers/SimpleLogMatchingTracker.cpp",
90 "src/metrics/MetricProducer.cpp",
91 "src/metrics/EventMetricProducer.cpp",
92 "src/metrics/CountMetricProducer.cpp",
93 "src/metrics/DurationMetricProducer.cpp",
94 "src/metrics/duration_helper/OringDurationTracker.cpp",
95 "src/metrics/duration_helper/MaxDurationTracker.cpp",
96 "src/metrics/ValueMetricProducer.cpp",
97 "src/metrics/GaugeMetricProducer.cpp",
98 "src/metrics/MetricsManager.cpp",
99 "src/metrics/metrics_manager_util.cpp",
100 "src/packages/UidMap.cpp",
101 "src/storage/StorageManager.cpp",
102 "src/StatsLogProcessor.cpp",
103 "src/StatsService.cpp",
104 "src/statscompanion_util.cpp",
105 "src/subscriber/IncidentdReporter.cpp",
106 "src/subscriber/SubscriberReporter.cpp",
107 "src/HashableDimensionKey.cpp",
108 "src/guardrail/StatsdStats.cpp",
109 "src/socket/StatsSocketListener.cpp",
110 "src/shell/ShellSubscriber.cpp",
159 srcs: ["src/main.cpp"],
219 "tests/AlarmMonitor_test.cpp",
220 "tests/anomaly/AlarmTracker_test.cpp",
221 "tests/anomaly/AnomalyTracker_test.cpp",
222 "tests/ConfigManager_test.cpp",
223 "tests/external/puller_util_test.cpp",
224 "tests/external/GpuStatsPuller_test.cpp",
225 "tests/external/IncidentReportArgs_test.cpp",
226 "tests/external/StatsPuller_test.cpp",
227 "tests/indexed_priority_queue_test.cpp",
228 "tests/LogEntryMatcher_test.cpp",
229 "tests/LogEvent_test.cpp",
230 "tests/log_event/LogEventQueue_test.cpp",
231 "tests/MetricsManager_test.cpp",
232 "tests/StatsLogProcessor_test.cpp",
233 "tests/StatsService_test.cpp",
234 "tests/UidMap_test.cpp",
235 "tests/FieldValue_test.cpp",
236 "tests/condition/CombinationConditionTracker_test.cpp",
237 "tests/condition/SimpleConditionTracker_test.cpp",
238 "tests/condition/StateTracker_test.cpp",
239 "tests/condition/ConditionTimer_test.cpp",
240 "tests/metrics/OringDurationTracker_test.cpp",
241 "tests/metrics/MaxDurationTracker_test.cpp",
242 "tests/metrics/CountMetricProducer_test.cpp",
243 "tests/metrics/DurationMetricProducer_test.cpp",
244 "tests/metrics/EventMetricProducer_test.cpp",
245 "tests/metrics/ValueMetricProducer_test.cpp",
246 "tests/metrics/GaugeMetricProducer_test.cpp",
247 "tests/guardrail/StatsdStats_test.cpp",
248 "tests/metrics/metrics_test_helper.cpp",
249 "tests/statsd_test_util.cpp",
250 "tests/storage/StorageManager_test.cpp",
251 "tests/e2e/WakelockDuration_e2e_test.cpp",
252 "tests/e2e/MetricActivation_e2e_test.cpp",
253 "tests/e2e/MetricConditionLink_e2e_test.cpp",
254 "tests/e2e/Alarm_e2e_test.cpp",
255 "tests/e2e/Attribution_e2e_test.cpp",
256 "tests/e2e/GaugeMetric_e2e_push_test.cpp",
257 "tests/e2e/GaugeMetric_e2e_pull_test.cpp",
258 "tests/e2e/ValueMetric_pull_e2e_test.cpp",
259 "tests/e2e/DimensionInCondition_e2e_combination_AND_cond_test.cpp",
260 "tests/e2e/DimensionInCondition_e2e_combination_OR_cond_test.cpp",
261 "tests/e2e/DimensionInCondition_e2e_simple_cond_test.cpp",
262 "tests/e2e/Anomaly_count_e2e_test.cpp",
263 "tests/e2e/Anomaly_duration_sum_e2e_test.cpp",
264 "tests/e2e/ConfigTtl_e2e_test.cpp",
265 "tests/e2e/PartialBucket_e2e_test.cpp",
266 "tests/e2e/DurationMetric_e2e_test.cpp",
267 "tests/shell/ShellSubscriber_test.cpp",
280 shared_libs: ["libprotobuf-cpp-full"],
296 "benchmark/main.cpp",
297 "benchmark/hello_world_benchmark.cpp",
298 "benchmark/log_event_benchmark.cpp",
299 "benchmark/stats_write_benchmark.cpp",
300 "benchmark/filter_value_benchmark.cpp",
301 "benchmark/get_dimensions_for_condition_benchmark.cpp",
302 "benchmark/metric_util.cpp",
303 "benchmark/duration_metric_benchmark.cpp",
329 "libprotobuf-cpp-full",