Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/
DFieldValue.cpp124 bool isUid = isAttributionUidField(value) || isUidField(value); in getUidIfExists()
136 bool isUidField(const FieldValue& fieldValue) { in isUidField() function
137 return fieldValue.mAnnotations.isUidField(); in isUidField()
DFieldValue.h394 inline bool isUidField() const { return getValueFromBitmask(UID_POS); } in isUidField() function
452 bool isUidField(const FieldValue& fieldValue);
/packages/modules/StatsD/statsd/src/matchers/
Dmatcher_util.cpp86 if (isAttributionUidField(fieldValue) || isUidField(fieldValue)) { in tryMatchString()