Home
last modified time | relevance | path

Searched refs:ADB_DUMP (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/cmds/statsd/tests/e2e/
DWakelockDuration_e2e_test.cpp130 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs - 1, false, ADB_DUMP, in TEST()
167 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, ADB_DUMP, in TEST()
218 processor->onDumpReport(cfgKey, bucketStartTimeNs + 6 * bucketSizeNs + 1, false, ADB_DUMP, in TEST()
251 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs - 1, false, ADB_DUMP, in TEST()
280 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, ADB_DUMP, in TEST()
326 processor->onDumpReport(cfgKey, bucketStartTimeNs + 6 * bucketSizeNs + 1, false, ADB_DUMP, in TEST()
DValueMetric_pull_e2e_test.cpp121 processor->onDumpReport(cfgKey, configAddedTimeNs + 7 * bucketSizeNs + 10, false, ADB_DUMP, in TEST()
229 processor->onDumpReport(cfgKey, configAddedTimeNs + 9 * bucketSizeNs + 10, false, ADB_DUMP, in TEST()
DGaugeMetric_e2e_pull_test.cpp126 processor->onDumpReport(cfgKey, configAddedTimeNs + 7 * bucketSizeNs + 10, false, ADB_DUMP, in TEST()
249 processor->onDumpReport(cfgKey, configAddedTimeNs + 8 * bucketSizeNs + 10, false, ADB_DUMP, in TEST()
354 processor->onDumpReport(cfgKey, configAddedTimeNs + 7 * bucketSizeNs + 10, false, ADB_DUMP, in TEST()
DMetricConditionLink_e2e_test.cpp203 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs - 1, false, ADB_DUMP, in TEST()
322 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, ADB_DUMP, in TEST()
DAttribution_e2e_test.cpp147 processor->onDumpReport(cfgKey, bucketStartTimeNs + 4 * bucketSizeNs + 1, false, ADB_DUMP, in TEST()
293 processor->onDumpReport(cfgKey, bucketStartTimeNs + 4 * bucketSizeNs + 1, false, ADB_DUMP, in TEST()
DDimensionInCondition_e2e_combination_OR_cond_test.cpp133 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, ADB_DUMP, in TEST()
349 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, ADB_DUMP, in TEST()
533 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, ADB_DUMP, in TEST()
735 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, ADB_DUMP, in TEST()
DDimensionInCondition_e2e_simple_cond_test.cpp146 ADB_DUMP, &buffer); in TEST()
441 ADB_DUMP, &buffer); in TEST()
661 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, ADB_DUMP, in TEST()
DDimensionInCondition_e2e_combination_AND_cond_test.cpp187 ADB_DUMP, &buffer); in TEST()
523 ADB_DUMP, &buffer); in TEST()
773 ADB_DUMP, &buffer); in TEST()
DPartialBucket_e2e_test.cpp49 ADB_DUMP, &output); in GetReports()
DGaugeMetric_e2e_push_test.cpp152 processor->onDumpReport(cfgKey, bucketStartTimeNs + 3 * bucketSizeNs, false, ADB_DUMP, in TEST()
/frameworks/base/cmds/statsd/tests/
DStatsLogProcessor_test.cpp158 p.onDumpReport(key, 1, false, ADB_DUMP, &bytes); in TEST()
183 p.onDumpReport(key, 1, false, ADB_DUMP, &bytes); in TEST()
209 p.onDumpReport(key, 1, false, ADB_DUMP, &bytes); in TEST()
/frameworks/base/cmds/statsd/src/
DStatsLogProcessor.h41 ADB_DUMP = 5, enumerator
Dstats_log.proto265 ADB_DUMP = 5; enumerator
DStatsService.cpp605 false /* include_current_bucket*/, ADB_DUMP, &data); in cmd_dump_report()
671 mProcessor->WriteDataToDisk(ADB_DUMP); in cmd_write_data_to_disk()