Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/
H A DHashableDimensionKey.h175 bool filterPrimaryKey(const std::vector<FieldValue>& values, HashableDimensionKey* output);
H A DHashableDimensionKey.cpp174 bool filterPrimaryKey(const std::vector<FieldValue>& values, HashableDimensionKey* output) { in filterPrimaryKey() function
/aosp12/packages/modules/StatsD/statsd/src/state/
H A DStateTracker.cpp36 filterPrimaryKey(event.getValues(), &primaryKey); in onLogEvent()