Home
last modified time | relevance | path

Searched refs:attrIndexRange (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/src/external/
Dpuller_util.cpp54 std::pair<size_t, size_t> attrIndexRange; in mapAndMergeIsolatedUidsToHostUid() local
55 const bool hasAttributionChain = data[0]->hasAttributionChain(&attrIndexRange); in mapAndMergeIsolatedUidsToHostUid()
71 for (size_t i = attrIndexRange.first; i <= attrIndexRange.second; i++) { in mapAndMergeIsolatedUidsToHostUid()
/packages/modules/StatsD/statsd/tests/
DLogEvent_test.cpp446 std::pair<size_t, size_t> attrIndexRange; in TEST_P() local
447 EXPECT_TRUE(logEvent.hasAttributionChain(&attrIndexRange)); in TEST_P()
448 EXPECT_EQ(0, attrIndexRange.first); in TEST_P()
449 EXPECT_EQ(3, attrIndexRange.second); in TEST_P()