Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/e2e/
DRestrictedEventMetric_e2e_test.cpp45 const int64_t eightDaysAgo = getWallClockNs() - 8 * 24 * 3600 * NS_PER_SEC; variable
537 int64_t eightDaysAgo = currentWallTimeNs - 8 * 24 * 3600 * NS_PER_SEC; in TEST_F() local
540 event1->setLogdWallClockTimestampNs(eightDaysAgo); in TEST_F()
785 event1->setLogdWallClockTimestampNs(eightDaysAgo); in TEST_F()
823 event1->setLogdWallClockTimestampNs(eightDaysAgo); in TEST_F()
846 to_string(eightDaysAgo), _)); in TEST_F()
857 event1->setLogdWallClockTimestampNs(eightDaysAgo); in TEST_F()
1070 event1->setLogdWallClockTimestampNs(eightDaysAgo); in TEST_F()
1090 to_string(eightDaysAgo), _)); in TEST_F()
/packages/modules/StatsD/statsd/tests/metrics/
DRestrictedEventMetricProducer_test.cpp217 int64_t eightDaysAgo = currentTimeNs - 8 * 24 * 3600 * NS_PER_SEC; in TEST_F() local
219 event1->setLogdWallClockTimestampNs(eightDaysAgo); in TEST_F()