Home
last modified time | relevance | path

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

/system/core/libstats/socket_lazy/
Dlibstatssocket_lazy.cpp107 BIND_SYMBOL(AStatsEvent_writeAttributionChain); in InitializeOnce()
182 void AStatsEvent_writeAttributionChain(AStatsEvent* event, const uint32_t* uids, in AStatsEvent_writeAttributionChain() function
184 INVOKE_METHOD(AStatsEvent_writeAttributionChain, event, uids, tags, numNodes); in AStatsEvent_writeAttributionChain()
/system/core/libstats/socket_lazy/tests/
Dlibstatssocket_lazy_test.cpp50 EXPECT_DEATH(AStatsEvent_writeAttributionChain(event, NULL, NULL, 0), kLoadFailed); in TEST_F()