Searched refs:getWallClockSec (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/cmds/statsd/src/guardrail/ |
D | StatsdStats.cpp | 123 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/ |
D | stats_log_util.h | 66 int64_t getWallClockSec();
|
D | StatsLogProcessor.cpp | 474 string file_name = StorageManager::getDataHistoryFileName((long)getWallClockSec(), in onConfigMetricsReportLocked() 597 StorageManager::getDataFileName((long)getWallClockSec(), key.GetUid(), key.GetId()); in WriteDataToDiskLocked()
|
D | stats_log_util.cpp | 536 int64_t getWallClockSec() { in getWallClockSec() function
|
D | StatsService.cpp | 1480 StatsdStats::getInstance().noteSystemServerRestart(getWallClockSec()); in binderDied()
|
/frameworks/base/cmds/statsd/src/socket/ |
D | StatsSocketListener.cpp | 117 StatsdStats::getInstance().noteLogLost((int32_t)getWallClockSec(), dropped_count, in onDataAvailable()
|
/frameworks/base/cmds/statsd/src/storage/ |
D | StorageManager.cpp | 586 auto nowSec = getWallClockSec(); in trimToFit()
|