Home
last modified time | relevance | path

Searched refs:hasAttributionChain (Results 1 – 5 of 5) sorted by relevance

/packages/modules/StatsD/statsd/src/external/
Dpuller_util.cpp54 const bool hasAttributionChain = data[0]->hasAttributionChain(&attrIndexRange); in mapAndMergeIsolatedUidsToHostUid() local
57 if (!hasAttributionChain && !hasUidField) { in mapAndMergeIsolatedUidsToHostUid()
68 if (hasAttributionChain) { in mapAndMergeIsolatedUidsToHostUid()
/packages/modules/StatsD/statsd/tests/
DLogEvent_test.cpp98 EXPECT_FALSE(logEvent.hasAttributionChain()); in TEST()
147 EXPECT_FALSE(logEvent.hasAttributionChain()); in TEST()
184 EXPECT_FALSE(logEvent.hasAttributionChain()); in TEST()
255 EXPECT_TRUE(logEvent.hasAttributionChain(&attrIndexRange)); in TEST()
449 EXPECT_FALSE(logEvent.hasAttributionChain()); in TEST()
/packages/modules/StatsD/statsd/src/logd/
DLogEvent.h169 bool hasAttributionChain(std::pair<int, int>* indexRange = nullptr) const;
DLogEvent.cpp584 bool LogEvent::hasAttributionChain(std::pair<int, int>* indexRange) const { in hasAttributionChain() function in android::os::statsd::LogEvent
/packages/modules/StatsD/statsd/src/
DStatsLogProcessor.cpp142 if (std::pair<int, int> indexRange; event->hasAttributionChain(&indexRange)) { in mapIsolatedUidToHostUidIfNecessaryLocked()