Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/e2e/
DRestrictedEventMetric_e2e_test.cpp312 int64_t currentWallTimeNs = getWallClockNs(); in TEST_F() local
535 int64_t currentWallTimeNs = getWallClockNs(); in TEST_F() local
537 int64_t eightDaysAgo = currentWallTimeNs - 8 * 24 * 3600 * NS_PER_SEC; in TEST_F()
546 processor->EnforceDataTtls(currentWallTimeNs, originalEventElapsedTime + 100); in TEST_F()
780 int64_t currentWallTimeNs = getWallClockNs(); in TEST_F() local
790 event3->setLogdWallClockTimestampNs(currentWallTimeNs); in TEST_F()
814 to_string(currentWallTimeNs), _)); in TEST_F()
818 int64_t currentWallTimeNs = getWallClockNs(); in TEST_F() local
825 event2->setLogdWallClockTimestampNs(currentWallTimeNs); in TEST_F()
848 to_string(currentWallTimeNs), _)); in TEST_F()
[all …]