Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/guardrail/
DStatsdStats.cpp123 mStartTimeSec = getWallClockSec(); in StatsdStats()
144 int32_t nowTimeSec = getWallClockSec(); in noteConfigReceived()
173 int32_t nowTimeSec = getWallClockSec(); in noteConfigRemovedInternalLocked()
188 it->second->reset_time_sec = getWallClockSec(); in noteConfigResetInternalLocked()
207 noteBroadcastSent(key, getWallClockSec()); in noteBroadcastSent()
224 noteActiveStatusChanged(key, activated, getWallClockSec()); in noteActiveStatusChanged()
243 noteActivationBroadcastGuardrailHit(uid, getWallClockSec()); in noteActivationBroadcastGuardrailHit()
256 noteDataDropped(key, totalBytes, getWallClockSec()); in noteDataDropped()
291 noteMetricsReportSent(key, num_bytes, getWallClockSec()); in noteMetricsReportSent()
568 mStartTimeSec = getWallClockSec(); in resetInternalLocked()
[all …]
/frameworks/base/cmds/statsd/src/
Dstats_log_util.h66 int64_t getWallClockSec();
DStatsLogProcessor.cpp474 string file_name = StorageManager::getDataHistoryFileName((long)getWallClockSec(), in onConfigMetricsReportLocked()
597 StorageManager::getDataFileName((long)getWallClockSec(), key.GetUid(), key.GetId()); in WriteDataToDiskLocked()
Dstats_log_util.cpp536 int64_t getWallClockSec() { in getWallClockSec() function
DStatsService.cpp1480 StatsdStats::getInstance().noteSystemServerRestart(getWallClockSec()); in binderDied()
/frameworks/base/cmds/statsd/src/socket/
DStatsSocketListener.cpp117 StatsdStats::getInstance().noteLogLost((int32_t)getWallClockSec(), dropped_count, in onDataAvailable()
/frameworks/base/cmds/statsd/src/storage/
DStorageManager.cpp586 auto nowSec = getWallClockSec(); in trimToFit()