Home
last modified time | relevance | path

Searched defs:fieldValue (Results 1 – 8 of 8) sorted by relevance

/packages/modules/StatsD/statsd/src/
Dmetadata_util.cpp56 for (const FieldValue& fieldValue : metricKey.getDimensionKeyInWhat().getValues()) { in writeMetricDimensionKeyToMetadataDimensionKey() local
64 for (const FieldValue& fieldValue : metricKey.getStateValuesKey().getValues()) { in writeMetricDimensionKeyToMetadataDimensionKey() local
101 FieldValue fieldValue(field, value); in writeFieldValuesFromMetadata() local
DFieldValue.cpp136 bool isUidField(const FieldValue& fieldValue) { in isUidField()
DHashableDimensionKey.cpp116 for (const auto& fieldValue : value.getValues()) { in hashDimension() local
DStatsLogProcessor.cpp145 FieldValue& fieldValue = fieldValues->at(i); in mapIsolatedUidToHostUidIfNecessaryLocked() local
/packages/modules/StatsD/statsd/src/external/
Dpuller_util.cpp71 FieldValue& fieldValue = fieldValues->at(i); in mapAndMergeIsolatedUidsToHostUid() local
/packages/modules/StatsD/statsd/src/matchers/
Dmatcher_util.cpp84 bool tryMatchString(const sp<UidMap>& uidMap, const FieldValue& fieldValue, in tryMatchString()
/packages/modules/StatsD/statsd/src/metrics/
DMetricProducer.cpp335 FieldValue fieldValue; in getUnknownStateKey() local
/packages/modules/StatsD/lib/libstatssocket/tests/
Dstats_event_test.cpp365 float fieldValue = -3.5; in TEST() local