/frameworks/base/cmds/statsd/tests/e2e/ |
WakelockDuration_e2e_test.cpp | 130 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs - 1, false, ADB_DUMP, 167 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, ADB_DUMP, 218 processor->onDumpReport(cfgKey, bucketStartTimeNs + 6 * bucketSizeNs + 1, false, ADB_DUMP, 251 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs - 1, false, ADB_DUMP, 263 // one. It was previsouly 1 because we had a fake onDumpReport which calls add_metric() by 280 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, ADB_DUMP, 326 processor->onDumpReport(cfgKey, bucketStartTimeNs + 6 * bucketSizeNs + 1, false, ADB_DUMP,
|
GaugeMetric_e2e_pull_test.cpp | 126 processor->onDumpReport(cfgKey, configAddedTimeNs + 7 * bucketSizeNs + 10, false, ADB_DUMP, 249 processor->onDumpReport(cfgKey, configAddedTimeNs + 8 * bucketSizeNs + 10, false, ADB_DUMP, 354 processor->onDumpReport(cfgKey, configAddedTimeNs + 7 * bucketSizeNs + 10, false, ADB_DUMP,
|
MetricConditionLink_e2e_test.cpp | 203 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs - 1, false, ADB_DUMP, 322 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, ADB_DUMP,
|
ValueMetric_pull_e2e_test.cpp | 121 processor->onDumpReport(cfgKey, configAddedTimeNs + 7 * bucketSizeNs + 10, false, ADB_DUMP, 229 processor->onDumpReport(cfgKey, configAddedTimeNs + 9 * bucketSizeNs + 10, false, ADB_DUMP,
|
Attribution_e2e_test.cpp | 147 processor->onDumpReport(cfgKey, bucketStartTimeNs + 4 * bucketSizeNs + 1, false, ADB_DUMP, 293 processor->onDumpReport(cfgKey, bucketStartTimeNs + 4 * bucketSizeNs + 1, false, ADB_DUMP,
|
DimensionInCondition_e2e_combination_OR_cond_test.cpp | 133 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, ADB_DUMP, 349 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, ADB_DUMP, 533 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, ADB_DUMP, [all...] |
PartialBucket_e2e_test.cpp | 48 processor->onDumpReport(configKey, timestamp, include_current /* include_current_bucket*/,
|
DimensionInCondition_e2e_simple_cond_test.cpp | 145 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, 440 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, [all...] |
DimensionInCondition_e2e_combination_AND_cond_test.cpp | 186 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, 522 processor->onDumpReport(cfgKey, bucketStartTimeNs + 2 * bucketSizeNs + 1, false, [all...] |
GaugeMetric_e2e_push_test.cpp | 152 processor->onDumpReport(cfgKey, bucketStartTimeNs + 3 * bucketSizeNs, false, ADB_DUMP,
|
/frameworks/base/cmds/statsd/src/metrics/ |
MetricsManager.cpp | 196 void MetricsManager::onDumpReport(const int64_t dumpTimeStampNs, 207 producer->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, str_set, 210 producer->onDumpReport(dumpTimeStampNs, include_current_partial_bucket, nullptr,
|
MetricsManager.h | 106 virtual void onDumpReport(const int64_t dumpTimeNs,
|
MetricProducer.h | 116 void onDumpReport(const int64_t dumpTimeNs,
|
/frameworks/base/cmds/statsd/tests/ |
StatsLogProcessor_test.cpp | 123 // Expect to call the onDumpReport and skip the broadcast. 158 p.onDumpReport(key, 1, false, ADB_DUMP, &bytes); 183 p.onDumpReport(key, 1, false, ADB_DUMP, &bytes); 209 p.onDumpReport(key, 1, false, ADB_DUMP, &bytes);
|
/frameworks/base/cmds/statsd/src/ |
StatsLogProcessor.h | 65 void onDumpReport(const ConfigKey& key, const int64_t dumpTimeNs,
|
StatsLogProcessor.cpp | 306 * onDumpReport dumps serialized ConfigMetricsReportList into outData. 308 void StatsLogProcessor::onDumpReport(const ConfigKey& key, const int64_t dumpTimeStampNs, 381 it->second->onDumpReport(dumpTimeStampNs, include_current_partial_bucket,
|
StatsService.cpp | 604 mProcessor->onDumpReport(ConfigKey(uid, StrToInt64(name)), getElapsedRealtimeNs(), [all...] |