Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/storage/
DStorageManager_test.cpp217 std::string fileName = base::StringPrintf("%s/%ld_%s", TRAIN_INFO_DIR, (long)getWallClockSec(), in TEST()
295 int64_t wallClockSec = getWallClockSec() + (StatsdStats::kMaxAgeSecond + 1); in TEST()
314 /*wallClockSec=*/getWallClockSec(), in TEST()
/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.cpp167 mStartTimeSec = getWallClockSec(); in StatsdStats()
188 int32_t nowTimeSec = getWallClockSec(); in noteConfigReceived()
218 int32_t nowTimeSec = getWallClockSec(); in noteConfigRemovedInternalLocked()
233 it->second->reset_time_sec = getWallClockSec(); in noteConfigResetInternalLocked()
252 noteBroadcastSent(key, getWallClockSec()); in noteBroadcastSent()
269 noteActiveStatusChanged(key, activated, getWallClockSec()); in noteActiveStatusChanged()
288 noteActivationBroadcastGuardrailHit(uid, getWallClockSec()); in noteActivationBroadcastGuardrailHit()
301 noteDataDropped(key, totalBytes, getWallClockSec()); in noteDataDropped()
348 noteMetricsReportSent(key, num_bytes, getWallClockSec()); in noteMetricsReportSent()
814 mStartTimeSec = getWallClockSec(); in resetInternalLocked()
[all …]
/packages/modules/StatsD/statsd/src/
Dstats_log_util.h75 int64_t getWallClockSec();
Dstats_log_util.cpp576 int64_t getWallClockSec() { in getWallClockSec() function
DStatsLogProcessor.cpp799 string file_name = StorageManager::getDataHistoryFileName((long)getWallClockSec(), in onConfigMetricsReportLocked()
1158 StorageManager::getDataFileName((long)getWallClockSec(), key.GetUid(), key.GetId()); in WriteDataToDiskLocked()
DStatsService.cpp1404 StatsdStats::getInstance().noteSystemServerRestart(getWallClockSec()); in statsCompanionServiceDiedImpl()
/packages/modules/StatsD/statsd/src/socket/
DStatsSocketListener.cpp115 StatsdStats::getInstance().noteLogLost((int32_t)getWallClockSec(), dropped_count, in onDataAvailable()
/packages/modules/StatsD/statsd/src/storage/
DStorageManager.cpp169 StringPrintf("%s/%ld_%s", TRAIN_INFO_DIR, (long) getWallClockSec(), in writeTrainInfo()
734 auto nowSec = getWallClockSec(); in trimToFit()