Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/utils/
DDbUtils_test.cpp238 int64_t eventWallClockNs = 50000000000; in TEST_F() local
243 logEvent1.setLogdWallClockTimestampNs(eventWallClockNs); in TEST_F()
248 logEvent2.setLogdWallClockTimestampNs(eventWallClockNs + eventElapsedTimeNs); in TEST_F()
256 EXPECT_TRUE(flushTtl(db, metricId, eventWallClockNs)); in TEST_F()