Home
last modified time | relevance | path

Searched refs:makeAttributionLogEvent (Results 1 – 5 of 5) sorted by relevance

/packages/modules/StatsD/statsd/tests/external/
Dpuller_util_test.cpp264 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/
DLogEntryMatcher_test.cpp86 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 …]
Dstatsd_test_util.h433 std::shared_ptr<LogEvent> makeAttributionLogEvent(int atomId, int64_t eventTimeNs,
DStatsLogProcessor_test.cpp1977 shared_ptr<LogEvent> logEvent = makeAttributionLogEvent(atomId, eventTimeNs, {hostUid, 200}, in TEST()
2005 shared_ptr<LogEvent> logEvent = makeAttributionLogEvent(atomId, eventTimeNs, {isolatedUid, 200}, in TEST()
Dstatsd_test_util.cpp914 shared_ptr<LogEvent> makeAttributionLogEvent(int atomId, int64_t eventTimeNs, in makeAttributionLogEvent() function