Searched refs:ttlWallClockNs (Results 1 – 2 of 2) 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() argument367 COLUMN_NAME_EVENT_WALL_CLOCK_NS.c_str(), (long long)ttlWallClockNs); in flushTtl()