Searched refs:hasAttributionChain (Results 1 – 5 of 5) sorted by relevance
54 const bool hasAttributionChain = data[0]->hasAttributionChain(&attrIndexRange); in mapAndMergeIsolatedUidsToHostUid() local57 if (!hasAttributionChain && !hasUidField) { in mapAndMergeIsolatedUidsToHostUid()68 if (hasAttributionChain) { in mapAndMergeIsolatedUidsToHostUid()
98 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()
169 bool hasAttributionChain(std::pair<int, int>* indexRange = nullptr) const;
584 bool LogEvent::hasAttributionChain(std::pair<int, int>* indexRange) const { in hasAttributionChain() function in android::os::statsd::LogEvent
142 if (std::pair<int, int> indexRange; event->hasAttributionChain(&indexRange)) { in mapIsolatedUidToHostUidIfNecessaryLocked()