Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/StatsD/statsd/src/storage/
DStorageManager.cpp824 void StorageManager::enforceDbGuardrails(const char* path, const int64_t currWallClockSec, in enforceDbGuardrails() argument
836 int64_t deleteThresholdSec = currWallClockSec - StatsdStats::kMaxAgeSecond; in enforceDbGuardrails()
849 StatsdStats::getInstance().noteRestrictedConfigDbSize(key, currWallClockSec, in enforceDbGuardrails()