Searched refs:makeAttributionLogEvent (Results 1 – 5 of 5) sorted by relevance
/packages/modules/StatsD/statsd/tests/external/ |
D | puller_util_test.cpp | 264 makeAttributionLogEvent(attributionAtomTagId, timestamp, {isolatedUid1, 400}, in TEST() 268 makeAttributionLogEvent(attributionAtomTagId, timestamp, {hostUid, 400}, in TEST() 289 makeAttributionLogEvent(attributionAtomTagId, timestamp, {200, isolatedUid1}, in TEST() 294 makeAttributionLogEvent(attributionAtomTagId, timestamp, {200, hostUid}, in TEST() 298 makeAttributionLogEvent(attributionAtomTagId, timestamp, {200, hostUid}, in TEST() 329 makeAttributionLogEvent(attributionAtomTagId, timestamp, {hostUid, 400}, in TEST() 334 makeAttributionLogEvent(attributionAtomTagId, timestamp, {hostUid, 400}, in TEST() 365 makeAttributionLogEvent(attributionAtomTagId, timestamp, {isolatedUid1, 400}, in TEST() 370 makeAttributionLogEvent(attributionAtomTagId, timestamp, {isolatedUid1, 400}, in TEST() 403 makeAttributionLogEvent(attributionAtomTagId, timestamp, {isolatedUid1, 400}, in TEST() [all …]
|
/packages/modules/StatsD/statsd/tests/ |
D | LogEntryMatcher_test.cpp | 86 void makeAttributionLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeAttributionLogEvent() function 169 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value"); in TEST() 531 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value"); in TEST() 593 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value"); in TEST() 1377 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value"); in TEST() 1419 makeAttributionLogEvent(&event2, TAG_ID, 0, attributionUids, attributionTags2, "some value"); in TEST() 1462 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value"); in TEST() 1512 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value123"); in TEST() 1545 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value123"); in TEST() 1582 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value123"); in TEST() [all …]
|
D | statsd_test_util.h | 433 std::shared_ptr<LogEvent> makeAttributionLogEvent(int atomId, int64_t eventTimeNs,
|
D | StatsLogProcessor_test.cpp | 1977 shared_ptr<LogEvent> logEvent = makeAttributionLogEvent(atomId, eventTimeNs, {hostUid, 200}, in TEST() 2005 shared_ptr<LogEvent> logEvent = makeAttributionLogEvent(atomId, eventTimeNs, {isolatedUid, 200}, in TEST()
|
D | statsd_test_util.cpp | 914 shared_ptr<LogEvent> makeAttributionLogEvent(int atomId, int64_t eventTimeNs, in makeAttributionLogEvent() function
|