Home
last modified time | relevance | path

Searched refs:appendConfigMetricsReport (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/statsd/src/storage/
DStorageManager.h74 static void appendConfigMetricsReport(const ConfigKey& key, ProtoOutputStream* proto);
DStorageManager.cpp191 void StorageManager::appendConfigMetricsReport(const ConfigKey& key, ProtoOutputStream* proto) { in appendConfigMetricsReport() function in android::os::statsd::StorageManager
/frameworks/base/cmds/statsd/src/
DStatsLogProcessor.cpp325 StorageManager::appendConfigMetricsReport(key, &proto); in onDumpReport()