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.cpp235 makeAttributionLogEvent(attributionAtomTagId, timestamp, {isolatedUid1, 400}, in TEST()
239 makeAttributionLogEvent(attributionAtomTagId, timestamp, {hostUid, 400}, in TEST()
260 makeAttributionLogEvent(attributionAtomTagId, timestamp, {200, isolatedUid1}, in TEST()
265 makeAttributionLogEvent(attributionAtomTagId, timestamp, {200, hostUid}, in TEST()
269 makeAttributionLogEvent(attributionAtomTagId, timestamp, {200, hostUid}, in TEST()
300 makeAttributionLogEvent(attributionAtomTagId, timestamp, {hostUid, 400}, in TEST()
305 makeAttributionLogEvent(attributionAtomTagId, timestamp, {hostUid, 400}, in TEST()
336 makeAttributionLogEvent(attributionAtomTagId, timestamp, {isolatedUid1, 400}, in TEST()
341 makeAttributionLogEvent(attributionAtomTagId, timestamp, {isolatedUid1, 400}, in TEST()
374 makeAttributionLogEvent(attributionAtomTagId, timestamp, {isolatedUid1, 400}, in TEST()
[all …]
/packages/modules/StatsD/statsd/tests/
DLogEntryMatcher_test.cpp85 void makeAttributionLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeAttributionLogEvent() function
138 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value"); in TEST()
410 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value"); in TEST()
471 makeAttributionLogEvent(&event, TAG_ID, 0, attributionUids, attributionTags, "some value"); in TEST()
Dstatsd_test_util.h281 std::shared_ptr<LogEvent> makeAttributionLogEvent(int atomId, int64_t eventTimeNs,
DStatsLogProcessor_test.cpp1790 shared_ptr<LogEvent> logEvent = makeAttributionLogEvent(atomId, eventTimeNs, {hostUid, 200}, in TEST()
1818 shared_ptr<LogEvent> logEvent = makeAttributionLogEvent(atomId, eventTimeNs, {isolatedUid, 200}, in TEST()
Dstatsd_test_util.cpp725 shared_ptr<LogEvent> makeAttributionLogEvent(int atomId, int64_t eventTimeNs, in makeAttributionLogEvent() function