Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/utils/
DDbUtils.h77 bool flushTtl(sqlite3* db, int64_t metricId, int64_t ttlWallClockNs);
DDbUtils.cpp364 bool flushTtl(sqlite3* db, const int64_t metricId, const int64_t ttlWallClockNs) { in flushTtl() function
/packages/modules/StatsD/statsd/src/metrics/
DRestrictedEventMetricProducer.cpp88 dbutils::flushTtl(db, mMetricId, ttlTime); in enforceRestrictedDataTtl()
/packages/modules/StatsD/statsd/tests/utils/
DDbUtils_test.cpp256 EXPECT_TRUE(flushTtl(db, metricId, eventWallClockNs)); in TEST_F()