Searched refs:flushTtl (Results 1 – 4 of 4) sorted by relevance
77 bool flushTtl(sqlite3* db, int64_t metricId, int64_t ttlWallClockNs);
364 bool flushTtl(sqlite3* db, const int64_t metricId, const int64_t ttlWallClockNs) { in flushTtl() function
88 dbutils::flushTtl(db, mMetricId, ttlTime); in enforceRestrictedDataTtl()
256 EXPECT_TRUE(flushTtl(db, metricId, eventWallClockNs)); in TEST_F()