Home
last modified time | relevance | path

Searched refs:makeAttributionLogEvent (Results 1 – 6 of 6) 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
170 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value"); in TEST()
532 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value"); in TEST()
594 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value"); in TEST()
1378 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value"); in TEST()
1420 makeAttributionLogEvent(&event2, TAG_ID, 0, attributionUids, attributionTags2, "some value"); in TEST()
1463 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value"); in TEST()
1513 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value123"); in TEST()
1546 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value123"); in TEST()
1583 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value123"); in TEST()
[all …]
DUidMap_test.cpp970 events.push_back(makeAttributionLogEvent(ATOM_2, startTimeNs + 12, {UID_3}, {""}, 0, 0)); in TEST()
977 makeAttributionLogEvent(ATOM_2, startTimeNs + bucketSizeNs + 10, {UID_4}, {""}, 0, 0)); in TEST()
Dstatsd_test_util.h456 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.cpp971 shared_ptr<LogEvent> makeAttributionLogEvent(int atomId, int64_t eventTimeNs, in makeAttributionLogEvent() function