Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/tests/log_event/
H A DLogEventQueue_test.cpp55 int64_t oldestEventNs; in TEST() local
56 bool success = queue.push(makeLogEvent(timeBaseNs + i * 1000), &oldestEventNs); in TEST()
80 int64_t oldestEventNs; in TEST() local
82 bool success = queue.push(makeLogEvent(timeBaseNs + i * 1000), &oldestEventNs); in TEST()
92 EXPECT_TRUE(oldestEventNs <= (100 + 5 * 1000)); in TEST()