Home
last modified time | relevance | path

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