Searched defs:wallClockNs (Results  1 – 7 of 7) sorted by relevance
| /packages/modules/StatsD/statsd/src/ | 
| D | StatsLogProcessor.cpp | 537 void StatsLogProcessor::OnConfigUpdated(const int64_t timestampNs, const int64_t wallClockNs,  in OnConfigUpdated() 657                                      const int64_t wallClockNs,  in onDumpReport() 708                                      const int64_t wallClockNs,  in onDumpReport() 740         const ConfigKey& key, const int64_t dumpTimeStampNs, const int64_t wallClockNs,  in onConfigMetricsReportLocked() 874 void StatsLogProcessor::enforceDataTtlsIfNecessaryLocked(const int64_t wallClockNs,  in enforceDataTtlsIfNecessaryLocked() 1027 void StatsLogProcessor::EnforceDataTtls(const int64_t wallClockNs,  in EnforceDataTtls() 1036 void StatsLogProcessor::enforceDataTtlsLocked(const int64_t wallClockNs,  in enforceDataTtlsLocked() 1044 void StatsLogProcessor::enforceDbGuardrailsIfNecessaryLocked(const int64_t wallClockNs,  in enforceDbGuardrailsIfNecessaryLocked() 1142                                               const int64_t wallClockNs,  in WriteDataToDiskLocked() 1366                                               const int64_t wallClockNs) {  in WriteDataToDiskLocked() [all …] 
 | 
| D | StatsService.cpp | 1103     int64_t wallClockNs = getWallClockNs();  in informDeviceShutdown()  local 1163     int64_t wallClockNs = getWallClockNs();  in Startup()  local 1174         int64_t wallClockNs = getWallClockNs();  in Terminate()  local 1408         int64_t wallClockNs = getWallClockNs();  in statsCompanionServiceDiedImpl()  local
  | 
| /packages/modules/StatsD/statsd/src/metrics/ | 
| D | RestrictedEventMetricProducer.cpp | 83                                                              const int64_t wallClockNs) {  in enforceRestrictedDataTtl()
  | 
| D | MetricsManager.cpp | 441 void MetricsManager::onDumpReport(const int64_t dumpTimeStampNs, const int64_t wallClockNs,  in onDumpReport() 835 void MetricsManager::enforceRestrictedDataTtls(const int64_t wallClockNs) {  in enforceRestrictedDataTtls()
  | 
| D | MetricProducer.h | 340     virtual void enforceRestrictedDataTtl(sqlite3* db, const int64_t wallClockNs){};  in enforceRestrictedDataTtl()
  | 
| /packages/modules/StatsD/statsd/src/external/ | 
| D | StatsPullerManager.cpp | 221     int64_t wallClockNs = getWallClockNs();  in OnAlarmFired()  local
  | 
| /packages/modules/StatsD/statsd/tests/e2e/ | 
| D | RestrictedEventMetric_e2e_test.cpp | 1077     int64_t wallClockNs = 1584991200 * NS_PER_SEC;  // random time  in TEST_F()  local
  |