Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/shell/
DShellSubscriberClient.cpp183 const LogEvent& eventRef = transformedEvent == nullptr ? event : *transformedEvent; in writeEventToProtoIfMatched() local
188 eventRef.ToProto(mProtoOut); in writeEventToProtoIfMatched()
191 const int64_t timestampNs = truncateTimestampIfNecessary(eventRef); in writeEventToProtoIfMatched()
197 mCacheSize += getSize(eventRef.getValues()) + sizeof(timestampNs); in writeEventToProtoIfMatched()
/packages/modules/StatsD/statsd/src/metrics/
DNumericValueMetricProducer.cpp282 const LogEvent& eventRef = transformedEvent == nullptr ? *data : *transformedEvent; in accumulateEvents() local
283 if (!filterValues(mDimensionsInWhat, mDedupedFieldMatchers, eventRef.getValues(), in accumulateEvents()
293 std::forward_as_tuple(eventRef, valueIndices)); in accumulateEvents()
295 combineValueFields(it->second, eventRef, valueIndices); in accumulateEvents()
/packages/modules/StatsD/statsd/src/matchers/
Dmatcher_util.cpp146 const LogEvent& eventRef = transformedEvent == nullptr ? event : *transformedEvent; in getTransformedEvent() local
147 const FieldValue& fieldValue = eventRef.getValues()[i]; in getTransformedEvent()
322 const LogEvent& eventRef = in matchesSimple() local
325 uidMap, subMatcher, eventRef, rangeStart, rangeEnd, depth); in matchesSimple()