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.cpp55 const bool hasAttributionChain = data[0]->hasAttributionChain(&attrIndexRange); in mapAndMergeIsolatedUidsToHostUid() local
58 if (!hasAttributionChain && numUidFields == 0) { in mapAndMergeIsolatedUidsToHostUid()
69 if (hasAttributionChain) { in mapAndMergeIsolatedUidsToHostUid()
/packages/modules/StatsD/statsd/tests/
DLogEvent_test.cpp219 EXPECT_FALSE(logEvent.hasAttributionChain()); in TEST_P()
299 EXPECT_FALSE(logEvent.hasAttributionChain()); in TEST()
320 EXPECT_FALSE(logEvent.hasAttributionChain()); in TEST_P()
357 EXPECT_FALSE(logEvent.hasAttributionChain()); in TEST_P()
447 EXPECT_TRUE(logEvent.hasAttributionChain(&attrIndexRange)); in TEST_P()
553 EXPECT_FALSE(logEvent.hasAttributionChain()); in TEST_P()
/packages/modules/StatsD/statsd/src/logd/
DLogEvent.h212 bool hasAttributionChain(std::pair<size_t, size_t>* indexRange = nullptr) const;
DLogEvent.cpp775 bool LogEvent::hasAttributionChain(std::pair<size_t, size_t>* indexRange) const { in hasAttributionChain() function in android::os::statsd::LogEvent
/packages/modules/StatsD/statsd/src/
DStatsLogProcessor.cpp155 if (std::pair<size_t, size_t> indexRange; event->hasAttributionChain(&indexRange)) { in mapIsolatedUidToHostUidIfNecessaryLocked()