Searched defs:wallClockNs (Results 1 – 7 of 7) sorted by relevance
/packages/modules/StatsD/statsd/src/ |
D | StatsLogProcessor.cpp | 545 void StatsLogProcessor::OnConfigUpdated(const int64_t timestampNs, const int64_t wallClockNs, in OnConfigUpdated() 661 const int64_t wallClockNs, in onDumpReport() 724 const int64_t wallClockNs, in onDumpReport() 754 const ConfigKey& key, const int64_t dumpTimeStampNs, const int64_t wallClockNs, in onConfigMetricsReportLocked() 902 void StatsLogProcessor::enforceDataTtlsIfNecessaryLocked(const int64_t wallClockNs, in enforceDataTtlsIfNecessaryLocked() 1055 void StatsLogProcessor::EnforceDataTtls(const int64_t wallClockNs, in EnforceDataTtls() 1064 void StatsLogProcessor::enforceDataTtlsLocked(const int64_t wallClockNs, in enforceDataTtlsLocked() 1072 void StatsLogProcessor::enforceDbGuardrailsIfNecessaryLocked(const int64_t wallClockNs, in enforceDbGuardrailsIfNecessaryLocked() 1173 const int64_t wallClockNs, in WriteDataToDiskLocked() 1397 const int64_t wallClockNs) { in WriteDataToDiskLocked() [all …]
|
D | StatsService.cpp | 1069 int64_t wallClockNs = getWallClockNs(); in informDeviceShutdown() local 1138 int64_t wallClockNs = getWallClockNs(); in Startup() local 1159 int64_t wallClockNs = getWallClockNs(); in Terminate() local 1455 int64_t wallClockNs = getWallClockNs(); in statsCompanionServiceDiedImpl() local
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | RestrictedEventMetricProducer.cpp | 84 const int64_t wallClockNs) { in enforceRestrictedDataTtl()
|
D | MetricsManager.cpp | 479 void MetricsManager::onDumpReport(const int64_t dumpTimeStampNs, const int64_t wallClockNs, in onDumpReport() 907 void MetricsManager::enforceRestrictedDataTtls(const int64_t wallClockNs) { in enforceRestrictedDataTtls()
|
D | MetricProducer.h | 324 virtual void enforceRestrictedDataTtl(sqlite3* db, int64_t wallClockNs){}; in enforceRestrictedDataTtl()
|
/packages/modules/StatsD/statsd/src/external/ |
D | StatsPullerManager.cpp | 224 int64_t wallClockNs = getWallClockNs(); in OnAlarmFired() local
|
/packages/modules/StatsD/statsd/tests/e2e/ |
D | RestrictedEventMetric_e2e_test.cpp | 1073 int64_t wallClockNs = 1584991200 * NS_PER_SEC; // random time in TEST_F() local
|