Lines Matching refs:cpp
30 "src/anomaly/AlarmMonitor.cpp",
31 "src/anomaly/AlarmTracker.cpp",
32 "src/anomaly/AnomalyTracker.cpp",
33 "src/anomaly/DurationAnomalyTracker.cpp",
34 "src/anomaly/subscriber_util.cpp",
35 "src/condition/CombinationConditionTracker.cpp",
36 "src/condition/condition_util.cpp",
37 "src/condition/ConditionWizard.cpp",
38 "src/condition/SimpleConditionTracker.cpp",
39 "src/config/ConfigKey.cpp",
40 "src/config/ConfigListener.cpp",
41 "src/config/ConfigManager.cpp",
43 "src/external/Perfetto.cpp",
44 "src/external/PullResultReceiver.cpp",
45 "src/external/puller_util.cpp",
46 "src/external/StatsCallbackPuller.cpp",
47 "src/external/StatsPuller.cpp",
48 "src/external/StatsPullerManager.cpp",
49 "src/external/TrainInfoPuller.cpp",
50 "src/FieldValue.cpp",
51 "src/flags/FlagProvider.cpp",
52 "src/guardrail/StatsdStats.cpp",
53 "src/hash.cpp",
54 "src/HashableDimensionKey.cpp",
55 "src/logd/LogEvent.cpp",
56 "src/logd/LogEventQueue.cpp",
57 "src/matchers/CombinationAtomMatchingTracker.cpp",
58 "src/matchers/EventMatcherWizard.cpp",
59 "src/matchers/matcher_util.cpp",
60 "src/matchers/SimpleAtomMatchingTracker.cpp",
61 "src/metadata_util.cpp",
62 "src/metrics/CountMetricProducer.cpp",
63 "src/metrics/duration_helper/MaxDurationTracker.cpp",
64 "src/metrics/duration_helper/OringDurationTracker.cpp",
65 "src/metrics/DurationMetricProducer.cpp",
66 "src/metrics/EventMetricProducer.cpp",
67 "src/metrics/RestrictedEventMetricProducer.cpp",
68 "src/metrics/GaugeMetricProducer.cpp",
69 "src/metrics/KllMetricProducer.cpp",
70 "src/metrics/MetricProducer.cpp",
71 "src/metrics/MetricsManager.cpp",
72 "src/metrics/ValueMetricProducer.cpp",
73 "src/metrics/parsing_utils/config_update_utils.cpp",
74 "src/metrics/parsing_utils/metrics_manager_util.cpp",
75 "src/metrics/NumericValueMetricProducer.cpp",
76 "src/packages/UidMap.cpp",
78 "src/shell/ShellSubscriber.cpp",
79 "src/shell/ShellSubscriberClient.cpp",
80 "src/socket/StatsSocketListener.cpp",
81 "src/state/StateManager.cpp",
82 "src/state/StateTracker.cpp",
83 "src/stats_log_util.cpp",
85 "src/statscompanion_util.cpp",
89 "src/StatsLogProcessor.cpp",
90 "src/StatsService.cpp",
91 "src/storage/StorageManager.cpp",
92 "src/subscriber/IncidentdReporter.cpp",
93 "src/subscriber/SubscriberReporter.cpp",
95 "src/utils/MultiConditionTrigger.cpp",
96 "src/utils/DbUtils.cpp",
97 "src/utils/RestrictedPolicyManager.cpp",
98 "src/utils/ShardOffsetProvider.cpp",
138 name: "statslog_statsd.cpp",
140 …cmd: "$(location stats-log-api-gen) --cpp $(genDir)/statslog_statsd.cpp --module statsd --namespac…
142 "statslog_statsd.cpp",
156 name: "statslog_statsdtest.cpp",
158 …cmd: "$(location stats-log-api-gen) --cpp $(genDir)/statslog_statsdtest.cpp --module statsdtest --…
160 "statslog_statsdtest.cpp",
166 generated_sources: ["statslog_statsdtest.cpp"],
177 generated_sources: ["statslog_statsd.cpp"],
202 srcs: ["src/main.cpp"],
279 "tests/condition/SimpleConditionTracker_test.cpp",
280 "tests/ConfigManager_test.cpp",
281 "tests/e2e/Anomaly_count_e2e_test.cpp",
282 "tests/e2e/Anomaly_duration_sum_e2e_test.cpp",
283 "tests/e2e/ConfigUpdate_e2e_ab_test.cpp",
284 "tests/e2e/ConfigUpdate_e2e_test.cpp",
285 "tests/e2e/CountMetric_e2e_test.cpp",
286 "tests/e2e/DurationMetric_e2e_test.cpp",
287 "tests/e2e/GaugeMetric_e2e_pull_test.cpp",
288 "tests/e2e/MetricActivation_e2e_test.cpp",
289 "tests/e2e/PartialBucket_e2e_test.cpp",
290 "tests/e2e/ValueMetric_pull_e2e_test.cpp",
291 "tests/e2e/WakelockDuration_e2e_test.cpp",
292 "tests/external/puller_util_test.cpp",
293 "tests/external/StatsPuller_test.cpp",
294 "tests/FieldValue_test.cpp",
295 "tests/guardrail/StatsdStats_test.cpp",
296 "tests/LogEvent_test.cpp",
297 "tests/metrics/CountMetricProducer_test.cpp",
298 "tests/metrics/DurationMetricProducer_test.cpp",
299 "tests/metrics/EventMetricProducer_test.cpp",
300 "tests/metrics/GaugeMetricProducer_test.cpp",
301 "tests/metrics/KllMetricProducer_test.cpp",
302 "tests/metrics/MaxDurationTracker_test.cpp",
303 "tests/metrics/NumericValueMetricProducer_test.cpp",
304 "tests/metrics/OringDurationTracker_test.cpp",
305 "tests/metrics/RestrictedEventMetricProducer_test.cpp",
306 "tests/MetricsManager_test.cpp",
307 "tests/metrics/parsing_utils/config_update_utils_test.cpp",
308 "tests/metrics/parsing_utils/metrics_manager_util_test.cpp",
309 "tests/state/StateTracker_test.cpp",
310 "tests/statsd_test_util.cpp",
311 "tests/StatsLogProcessor_test.cpp",
312 "tests/UidMap_test.cpp",
317 // not included in libprotobuf-cpp-lite, so compile it here.
323 "tests/AlarmMonitor_test.cpp",
324 "tests/anomaly/AlarmTracker_test.cpp",
325 "tests/anomaly/AnomalyTracker_test.cpp",
326 "tests/condition/CombinationConditionTracker_test.cpp",
327 "tests/condition/ConditionTimer_test.cpp",
328 "tests/condition/SimpleConditionTracker_test.cpp",
329 "tests/ConfigManager_test.cpp",
330 "tests/e2e/Alarm_e2e_test.cpp",
331 "tests/e2e/Anomaly_count_e2e_test.cpp",
332 "tests/e2e/Anomaly_duration_sum_e2e_test.cpp",
333 "tests/e2e/Attribution_e2e_test.cpp",
334 "tests/e2e/ConfigTtl_e2e_test.cpp",
335 "tests/e2e/ConfigUpdate_e2e_ab_test.cpp",
336 "tests/e2e/ConfigUpdate_e2e_test.cpp",
337 "tests/e2e/CountMetric_e2e_test.cpp",
338 "tests/e2e/DurationMetric_e2e_test.cpp",
339 "tests/e2e/EventMetric_e2e_test.cpp",
340 "tests/e2e/GaugeMetric_e2e_pull_test.cpp",
341 "tests/e2e/GaugeMetric_e2e_push_test.cpp",
342 "tests/e2e/KllMetric_e2e_test.cpp",
343 "tests/e2e/MetricActivation_e2e_test.cpp",
344 "tests/e2e/MetricConditionLink_e2e_test.cpp",
345 "tests/e2e/PartialBucket_e2e_test.cpp",
346 "tests/e2e/RestrictedConfig_e2e_test.cpp",
347 "tests/e2e/ValueMetric_pull_e2e_test.cpp",
348 "tests/e2e/WakelockDuration_e2e_test.cpp",
349 "tests/e2e/RestrictedEventMetric_e2e_test.cpp",
350 "tests/external/puller_util_test.cpp",
351 "tests/external/StatsCallbackPuller_test.cpp",
352 "tests/external/StatsPuller_test.cpp",
353 "tests/external/StatsPullerManager_test.cpp",
354 "tests/FieldValue_test.cpp",
355 "tests/flags/FlagProvider_test.cpp",
356 "tests/guardrail/StatsdStats_test.cpp",
357 "tests/HashableDimensionKey_test.cpp",
358 "tests/indexed_priority_queue_test.cpp",
359 "tests/log_event/LogEventQueue_test.cpp",
360 "tests/LogEntryMatcher_test.cpp",
361 "tests/LogEvent_test.cpp",
362 "tests/metadata_util_test.cpp",
363 "tests/metrics/CountMetricProducer_test.cpp",
364 "tests/metrics/DurationMetricProducer_test.cpp",
365 "tests/metrics/EventMetricProducer_test.cpp",
366 "tests/metrics/GaugeMetricProducer_test.cpp",
367 "tests/metrics/KllMetricProducer_test.cpp",
368 "tests/metrics/MaxDurationTracker_test.cpp",
369 "tests/metrics/metrics_test_helper.cpp",
370 "tests/metrics/OringDurationTracker_test.cpp",
371 "tests/metrics/NumericValueMetricProducer_test.cpp",
372 "tests/metrics/RestrictedEventMetricProducer_test.cpp",
373 "tests/metrics/parsing_utils/config_update_utils_test.cpp",
374 "tests/metrics/parsing_utils/metrics_manager_util_test.cpp",
375 "tests/subscriber/SubscriberReporter_test.cpp",
376 "tests/LogEventFilter_test.cpp",
377 "tests/MetricsManager_test.cpp",
378 "tests/shell/ShellSubscriber_test.cpp",
379 "tests/state/StateTracker_test.cpp",
380 "tests/statsd_test_util.cpp",
381 "tests/statsd_test_util_test.cpp",
382 "tests/SocketListener_test.cpp",
383 "tests/StatsLogProcessor_test.cpp",
384 "tests/StatsService_test.cpp",
385 "tests/storage/StorageManager_test.cpp",
386 "tests/UidMap_test.cpp",
387 "tests/utils/MultiConditionTrigger_test.cpp",
388 "tests/utils/DbUtils_test.cpp",
420 // not included in libprotobuf-cpp-lite, so compile it here.
424 "benchmark/db_benchmark.cpp",
425 "benchmark/duration_metric_benchmark.cpp",
426 "benchmark/filter_value_benchmark.cpp",
427 "benchmark/get_dimensions_for_condition_benchmark.cpp",
428 "benchmark/hello_world_benchmark.cpp",
429 "benchmark/log_event_benchmark.cpp",
430 "benchmark/log_event_filter_benchmark.cpp",
431 "benchmark/main.cpp",
432 "benchmark/metric_util.cpp",
433 "benchmark/stats_write_benchmark.cpp",
462 "libprotobuf-cpp-lite",