Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/StatsD/statsd/src/
DFieldValue.cpp150 bool isUidField(const FieldValue& fieldValue) { in isUidField() function
DFieldValue.h403 inline bool isUidField() const { return getValueFromBitmask(UID_POS); } in isUidField() function
Dstats_log_util.cpp107 bool isUidField(const FieldValue& fieldValue, const vector<Matcher>& uidFields) { in isUidField() function