Searched refs:getWallClockSec (Results 1 – 8 of 8) sorted by relevance
/packages/modules/StatsD/statsd/tests/storage/ |
D | StorageManager_test.cpp | 217 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/ |
D | StatsdStats.cpp | 167 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/ |
D | stats_log_util.h | 75 int64_t getWallClockSec();
|
D | stats_log_util.cpp | 576 int64_t getWallClockSec() { in getWallClockSec() function
|
D | StatsLogProcessor.cpp | 799 string file_name = StorageManager::getDataHistoryFileName((long)getWallClockSec(), in onConfigMetricsReportLocked() 1158 StorageManager::getDataFileName((long)getWallClockSec(), key.GetUid(), key.GetId()); in WriteDataToDiskLocked()
|
D | StatsService.cpp | 1404 StatsdStats::getInstance().noteSystemServerRestart(getWallClockSec()); in statsCompanionServiceDiedImpl()
|
/packages/modules/StatsD/statsd/src/socket/ |
D | StatsSocketListener.cpp | 115 StatsdStats::getInstance().noteLogLost((int32_t)getWallClockSec(), dropped_count, in onDataAvailable()
|
/packages/modules/StatsD/statsd/src/storage/ |
D | StorageManager.cpp | 169 StringPrintf("%s/%ld_%s", TRAIN_INFO_DIR, (long) getWallClockSec(), in writeTrainInfo() 734 auto nowSec = getWallClockSec(); in trimToFit()
|