Searched refs:AStatsEvent_writeAttributionChain (Results 1 – 6 of 6) sorted by relevance
/packages/modules/StatsD/lib/libstatssocket/ |
D | libstatssocket.map.txt | 14 AStatsEvent_writeAttributionChain; # apex introduced=30
|
D | stats_event.c | 247 void AStatsEvent_writeAttributionChain(AStatsEvent* event, const uint32_t* uids, in AStatsEvent_writeAttributionChain() function
|
/packages/modules/StatsD/lib/libstatssocket/include/ |
D | stats_event.h | 144 void AStatsEvent_writeAttributionChain(AStatsEvent* event, const uint32_t* uids,
|
/packages/modules/StatsD/statsd/tests/ |
D | LogEvent_test.cpp | 430 AStatsEvent_writeAttributionChain(event, uids, tags, 2); in TEST_P() 484 AStatsEvent_writeAttributionChain(event, {}, {}, 0); in TEST_P() 511 AStatsEvent_writeAttributionChain(event, uids, cTags, numNodes); in TEST_P() 975 AStatsEvent_writeAttributionChain(statsEvent, uids, tags, 2); in TEST_P() 1109 AStatsEvent_writeAttributionChain(event, uids, tags, 0); in TEST_P()
|
D | statsd_test_util.cpp | 722 AStatsEvent_writeAttributionChain(statsEvent, in writeAttribution() 2312 AStatsEvent_writeAttributionChain(statsEvent, uids, tags, 2); in fillStatsEventWithSampleValue()
|
/packages/modules/StatsD/lib/libstatssocket/tests/ |
D | stats_event_test.cpp | 356 AStatsEvent_writeAttributionChain(event, uids, cTags, numNodes); in TEST() 691 AStatsEvent_writeAttributionChain(event, uids, cTags, numNodes); in TEST()
|