Lines Matching refs:cpp
26 "src/anomaly/AlarmMonitor.cpp",
27 "src/anomaly/AlarmTracker.cpp",
28 "src/anomaly/AnomalyTracker.cpp",
29 "src/anomaly/DurationAnomalyTracker.cpp",
30 "src/anomaly/subscriber_util.cpp",
31 "src/condition/CombinationConditionTracker.cpp",
32 "src/condition/condition_util.cpp",
33 "src/condition/ConditionWizard.cpp",
34 "src/condition/SimpleConditionTracker.cpp",
35 "src/config/ConfigKey.cpp",
36 "src/config/ConfigListener.cpp",
37 "src/config/ConfigManager.cpp",
39 "src/external/Perfetto.cpp",
40 "src/external/PullResultReceiver.cpp",
41 "src/external/puller_util.cpp",
42 "src/external/StatsCallbackPuller.cpp",
43 "src/external/StatsPuller.cpp",
44 "src/external/StatsPullerManager.cpp",
45 "src/external/TrainInfoPuller.cpp",
46 "src/FieldValue.cpp",
47 "src/flags/FlagProvider.cpp",
48 "src/guardrail/StatsdStats.cpp",
49 "src/hash.cpp",
50 "src/HashableDimensionKey.cpp",
51 "src/logd/LogEvent.cpp",
52 "src/logd/LogEventQueue.cpp",
53 "src/matchers/CombinationAtomMatchingTracker.cpp",
54 "src/matchers/EventMatcherWizard.cpp",
55 "src/matchers/matcher_util.cpp",
56 "src/matchers/SimpleAtomMatchingTracker.cpp",
57 "src/metadata_util.cpp",
58 "src/metrics/CountMetricProducer.cpp",
59 "src/metrics/duration_helper/MaxDurationTracker.cpp",
60 "src/metrics/duration_helper/OringDurationTracker.cpp",
61 "src/metrics/DurationMetricProducer.cpp",
62 "src/metrics/EventMetricProducer.cpp",
63 "src/metrics/GaugeMetricProducer.cpp",
64 "src/metrics/KllMetricProducer.cpp",
65 "src/metrics/MetricProducer.cpp",
66 "src/metrics/MetricsManager.cpp",
67 "src/metrics/ValueMetricProducer.cpp",
68 "src/metrics/parsing_utils/config_update_utils.cpp",
69 "src/metrics/parsing_utils/metrics_manager_util.cpp",
70 "src/metrics/NumericValueMetricProducer.cpp",
71 "src/packages/UidMap.cpp",
73 "src/shell/ShellSubscriber.cpp",
74 "src/socket/StatsSocketListener.cpp",
75 "src/state/StateManager.cpp",
76 "src/state/StateTracker.cpp",
77 "src/stats_log_util.cpp",
78 "src/statscompanion_util.cpp",
81 "src/StatsLogProcessor.cpp",
82 "src/StatsService.cpp",
83 "src/storage/StorageManager.cpp",
84 "src/subscriber/IncidentdReporter.cpp",
85 "src/subscriber/SubscriberReporter.cpp",
87 "src/utils/MultiConditionTrigger.cpp",
126 name: "statslog_statsd.cpp",
128 …cmd: "$(location stats-log-api-gen) --cpp $(genDir)/statslog_statsd.cpp --module statsd --namespac…
130 "statslog_statsd.cpp",
144 name: "statslog_statsdtest.cpp",
146 …cmd: "$(location stats-log-api-gen) --cpp $(genDir)/statslog_statsdtest.cpp --module statsdtest --…
148 "statslog_statsdtest.cpp",
154 generated_sources: ["statslog_statsdtest.cpp"],
165 generated_sources: ["statslog_statsd.cpp"],
190 srcs: ["src/main.cpp"],
269 // not included in libprotobuf-cpp-lite, so compile it here.
275 "tests/AlarmMonitor_test.cpp",
276 "tests/anomaly/AlarmTracker_test.cpp",
277 "tests/anomaly/AnomalyTracker_test.cpp",
278 "tests/condition/CombinationConditionTracker_test.cpp",
279 "tests/condition/ConditionTimer_test.cpp",
280 "tests/condition/SimpleConditionTracker_test.cpp",
281 "tests/ConfigManager_test.cpp",
282 "tests/e2e/Alarm_e2e_test.cpp",
283 "tests/e2e/Anomaly_count_e2e_test.cpp",
284 "tests/e2e/Anomaly_duration_sum_e2e_test.cpp",
285 "tests/e2e/Attribution_e2e_test.cpp",
286 "tests/e2e/ConfigTtl_e2e_test.cpp",
287 "tests/e2e/ConfigUpdate_e2e_ab_test.cpp",
288 "tests/e2e/ConfigUpdate_e2e_test.cpp",
289 "tests/e2e/CountMetric_e2e_test.cpp",
290 "tests/e2e/DurationMetric_e2e_test.cpp",
291 "tests/e2e/EventMetric_e2e_test.cpp",
292 "tests/e2e/GaugeMetric_e2e_pull_test.cpp",
293 "tests/e2e/GaugeMetric_e2e_push_test.cpp",
294 "tests/e2e/KllMetric_e2e_test.cpp",
295 "tests/e2e/MetricActivation_e2e_test.cpp",
296 "tests/e2e/MetricConditionLink_e2e_test.cpp",
297 "tests/e2e/PartialBucket_e2e_test.cpp",
298 "tests/e2e/ValueMetric_pull_e2e_test.cpp",
299 "tests/e2e/WakelockDuration_e2e_test.cpp",
300 "tests/external/puller_util_test.cpp",
301 "tests/external/StatsCallbackPuller_test.cpp",
302 "tests/external/StatsPuller_test.cpp",
303 "tests/external/StatsPullerManager_test.cpp",
304 "tests/FieldValue_test.cpp",
305 "tests/flags/FlagProvider_test.cpp",
306 "tests/guardrail/StatsdStats_test.cpp",
307 "tests/HashableDimensionKey_test.cpp",
308 "tests/indexed_priority_queue_test.cpp",
309 "tests/log_event/LogEventQueue_test.cpp",
310 "tests/LogEntryMatcher_test.cpp",
311 "tests/LogEvent_test.cpp",
312 "tests/metadata_util_test.cpp",
313 "tests/metrics/CountMetricProducer_test.cpp",
314 "tests/metrics/DurationMetricProducer_test.cpp",
315 "tests/metrics/EventMetricProducer_test.cpp",
316 "tests/metrics/GaugeMetricProducer_test.cpp",
317 "tests/metrics/KllMetricProducer_test.cpp",
318 "tests/metrics/MaxDurationTracker_test.cpp",
319 "tests/metrics/metrics_test_helper.cpp",
320 "tests/metrics/OringDurationTracker_test.cpp",
321 "tests/metrics/NumericValueMetricProducer_test.cpp",
322 "tests/metrics/parsing_utils/config_update_utils_test.cpp",
323 "tests/metrics/parsing_utils/metrics_manager_util_test.cpp",
324 "tests/subscriber/SubscriberReporter_test.cpp",
325 "tests/MetricsManager_test.cpp",
326 "tests/shell/ShellSubscriber_test.cpp",
327 "tests/state/StateTracker_test.cpp",
328 "tests/statsd_test_util.cpp",
329 "tests/StatsLogProcessor_test.cpp",
330 "tests/StatsService_test.cpp",
331 "tests/storage/StorageManager_test.cpp",
332 "tests/UidMap_test.cpp",
333 "tests/utils/MultiConditionTrigger_test.cpp",
363 // not included in libprotobuf-cpp-lite, so compile it here.
367 "benchmark/duration_metric_benchmark.cpp",
368 "benchmark/filter_value_benchmark.cpp",
369 "benchmark/get_dimensions_for_condition_benchmark.cpp",
370 "benchmark/hello_world_benchmark.cpp",
371 "benchmark/log_event_benchmark.cpp",
372 "benchmark/main.cpp",
373 "benchmark/metric_util.cpp",
374 "benchmark/stats_write_benchmark.cpp",
403 "libprotobuf-cpp-lite",