Home
last modified time | relevance | path

Searched refs:getMutableValues (Results 1 – 5 of 5) sorted by relevance

/packages/modules/StatsD/statsd/src/external/
Dpuller_util.cpp70 vector<FieldValue>* const fieldValues = event->getMutableValues(); in mapAndMergeIsolatedUidsToHostUid()
117 vector<FieldValue>* lhsValues = data[i]->getMutableValues(); in mapAndMergeIsolatedUidsToHostUid()
118 vector<FieldValue>* rhsValues = data[i + 1]->getMutableValues(); in mapAndMergeIsolatedUidsToHostUid()
/packages/modules/StatsD/statsd/src/logd/
DLogEvent.h196 std::vector<FieldValue>* getMutableValues() { in getMutableValues() function
/packages/modules/StatsD/statsd/src/metrics/
DNumericValueMetricProducer.cpp229 vector<FieldValue>* const aggregateFieldValues = eventValues.first.getMutableValues(); in combineValueFields()
/packages/modules/StatsD/statsd/src/
Dstats_log_util.cpp619 vector<FieldValue>* fieldValues = event.getMutableValues(); in mapIsolatedUidsToHostUidInLogEvent()
DStatsLogProcessor.cpp153 vector<FieldValue>* const fieldValues = event->getMutableValues(); in mapIsolatedUidToHostUidIfNecessaryLocked()