Home
last modified time | relevance | path

Searched defs:hasAttributionChain (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/src/external/
Dpuller_util.cpp54 const bool hasAttributionChain = data[0]->hasAttributionChain(&attrIndexRange); in mapAndMergeIsolatedUidsToHostUid() local
/packages/modules/StatsD/statsd/src/logd/
DLogEvent.cpp584 bool LogEvent::hasAttributionChain(std::pair<int, int>* indexRange) const { in hasAttributionChain() function in android::os::statsd::LogEvent