Home
last modified time | relevance | path

Searched refs:writeDimensionToProto (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/
H A Dstats_log_util.h35 void writeDimensionToProto(const HashableDimensionKey& dimension, std::set<string> *str_set,
H A Dstats_log_util.cpp274 void writeDimensionToProto(const HashableDimensionKey& dimension, std::set<string> *str_set, in writeDimensionToProto() function
/aosp12/packages/modules/StatsD/statsd/src/subscriber/
H A DIncidentdReporter.cpp80 writeDimensionToProto(dimensionKey.getDimensionKeyInWhat(), nullptr, &headerProto); in getProtoData()
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DCountMetricProducer.cpp250 writeDimensionToProto(dimensionKey.getDimensionKeyInWhat(), str_set, protoOutput); in onDumpReportLocked()
H A DGaugeMetricProducer.cpp304 writeDimensionToProto(dimensionKey.getDimensionKeyInWhat(), str_set, protoOutput); in onDumpReportLocked()
H A DDurationMetricProducer.cpp534 writeDimensionToProto(dimensionKey.getDimensionKeyInWhat(), str_set, protoOutput); in onDumpReportLocked()
H A DValueMetricProducer.cpp367 writeDimensionToProto(dimensionKey.getDimensionKeyInWhat(), str_set, protoOutput); in onDumpReportLocked()
/aosp12/packages/modules/StatsD/statsd/tests/
H A DFieldValue_test.cpp387 writeDimensionToProto(dim, nullptr /* include strings */, &protoOut); in TEST()