Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/guardrail/
DStatsdStats.cpp125 mStartTimeSec = getWallClockSec(); in StatsdStats()
146 int32_t nowTimeSec = getWallClockSec(); in noteConfigReceived()
175 int32_t nowTimeSec = getWallClockSec(); in noteConfigRemovedInternalLocked()
190 it->second->reset_time_sec = getWallClockSec(); in noteConfigResetInternalLocked()
209 noteBroadcastSent(key, getWallClockSec()); in noteBroadcastSent()
226 noteActiveStatusChanged(key, activated, getWallClockSec()); in noteActiveStatusChanged()
245 noteActivationBroadcastGuardrailHit(uid, getWallClockSec()); in noteActivationBroadcastGuardrailHit()
258 noteDataDropped(key, totalBytes, getWallClockSec()); in noteDataDropped()
293 noteMetricsReportSent(key, num_bytes, getWallClockSec()); in noteMetricsReportSent()
598 mStartTimeSec = getWallClockSec(); in resetInternalLocked()
[all …]
/frameworks/base/cmds/statsd/src/
Dstats_log_util.h74 int64_t getWallClockSec();
DStatsLogProcessor.cpp685 string file_name = StorageManager::getDataHistoryFileName((long)getWallClockSec(), in onConfigMetricsReportLocked()
810 StorageManager::getDataFileName((long)getWallClockSec(), key.GetUid(), key.GetId()); in WriteDataToDiskLocked()
Dstats_log_util.cpp566 int64_t getWallClockSec() { in getWallClockSec() function
DStatsService.cpp1311 StatsdStats::getInstance().noteSystemServerRestart(getWallClockSec()); in statsCompanionServiceDiedImpl()
/frameworks/base/cmds/statsd/src/socket/
DStatsSocketListener.cpp115 StatsdStats::getInstance().noteLogLost((int32_t)getWallClockSec(), dropped_count, in onDataAvailable()
/frameworks/base/cmds/statsd/src/storage/
DStorageManager.cpp158 StringPrintf("%s/%ld_%s", TRAIN_INFO_DIR, (long) getWallClockSec(), in writeTrainInfo()
687 auto nowSec = getWallClockSec(); in trimToFit()