Searched refs:getWallClockSec (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/cmds/statsd/src/guardrail/ |
D | StatsdStats.cpp | 125 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/ |
D | stats_log_util.h | 74 int64_t getWallClockSec();
|
D | StatsLogProcessor.cpp | 685 string file_name = StorageManager::getDataHistoryFileName((long)getWallClockSec(), in onConfigMetricsReportLocked() 810 StorageManager::getDataFileName((long)getWallClockSec(), key.GetUid(), key.GetId()); in WriteDataToDiskLocked()
|
D | stats_log_util.cpp | 566 int64_t getWallClockSec() { in getWallClockSec() function
|
D | StatsService.cpp | 1311 StatsdStats::getInstance().noteSystemServerRestart(getWallClockSec()); in statsCompanionServiceDiedImpl()
|
/frameworks/base/cmds/statsd/src/socket/ |
D | StatsSocketListener.cpp | 115 StatsdStats::getInstance().noteLogLost((int32_t)getWallClockSec(), dropped_count, in onDataAvailable()
|
/frameworks/base/cmds/statsd/src/storage/ |
D | StorageManager.cpp | 158 StringPrintf("%s/%ld_%s", TRAIN_INFO_DIR, (long) getWallClockSec(), in writeTrainInfo() 687 auto nowSec = getWallClockSec(); in trimToFit()
|