Home
last modified time | relevance | path

Searched refs:writeDimensionLeafNodesToProto (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/
H A Dstats_log_util.h38 void writeDimensionLeafNodesToProto(const HashableDimensionKey& dimension,
H A Dstats_log_util.cpp287 void writeDimensionLeafNodesToProto(const HashableDimensionKey& dimension, in writeDimensionLeafNodesToProto() function
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DCountMetricProducer.cpp253 writeDimensionLeafNodesToProto(dimensionKey.getDimensionKeyInWhat(), in onDumpReportLocked()
H A DGaugeMetricProducer.cpp307 writeDimensionLeafNodesToProto(dimensionKey.getDimensionKeyInWhat(), in onDumpReportLocked()
H A DDurationMetricProducer.cpp537 writeDimensionLeafNodesToProto(dimensionKey.getDimensionKeyInWhat(), in onDumpReportLocked()
H A DValueMetricProducer.cpp370 writeDimensionLeafNodesToProto(dimensionKey.getDimensionKeyInWhat(), in onDumpReportLocked()
/aosp12/packages/modules/StatsD/statsd/tests/
H A DFieldValue_test.cpp449 writeDimensionLeafNodesToProto(dim, 1, nullptr /* include strings */, &protoOut); in TEST()