Searched refs:hasAttributionChain (Results 1 – 5 of 5) sorted by relevance
55 const bool hasAttributionChain = data[0]->hasAttributionChain(&attrIndexRange); in mapAndMergeIsolatedUidsToHostUid() local58 if (!hasAttributionChain && numUidFields == 0) { in mapAndMergeIsolatedUidsToHostUid()69 if (hasAttributionChain) { in mapAndMergeIsolatedUidsToHostUid()
219 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()
212 bool hasAttributionChain(std::pair<size_t, size_t>* indexRange = nullptr) const;
775 bool LogEvent::hasAttributionChain(std::pair<size_t, size_t>* indexRange) const { in hasAttributionChain() function in android::os::statsd::LogEvent
155 if (std::pair<size_t, size_t> indexRange; event->hasAttributionChain(&indexRange)) { in mapIsolatedUidToHostUidIfNecessaryLocked()