Searched defs:wallClockNs (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/packages/modules/StatsD/statsd/src/ |
D | StatsLogProcessor.cpp | 557 void StatsLogProcessor::OnConfigUpdated(const int64_t timestampNs, const int64_t wallClockNs, in OnConfigUpdated() 673 const int64_t wallClockNs, in onDumpReport() 736 const int64_t wallClockNs, in onDumpReport() 766 const ConfigKey& key, const int64_t dumpTimeStampNs, const int64_t wallClockNs, in onConfigMetricsReportLocked() 920 void StatsLogProcessor::enforceDataTtlsIfNecessaryLocked(const int64_t wallClockNs, in enforceDataTtlsIfNecessaryLocked() 1073 void StatsLogProcessor::EnforceDataTtls(const int64_t wallClockNs, in EnforceDataTtls() 1082 void StatsLogProcessor::enforceDataTtlsLocked(const int64_t wallClockNs, in enforceDataTtlsLocked() 1090 void StatsLogProcessor::enforceDbGuardrailsIfNecessaryLocked(const int64_t wallClockNs, in enforceDbGuardrailsIfNecessaryLocked() 1191 const int64_t wallClockNs, in WriteDataToDiskLocked() 1415 const int64_t wallClockNs) { in WriteDataToDiskLocked() [all …]
|
D | StatsService.cpp | 1071 int64_t wallClockNs = getWallClockNs(); in informDeviceShutdown() local 1140 int64_t wallClockNs = getWallClockNs(); in Startup() local 1161 int64_t wallClockNs = getWallClockNs(); in Terminate() local 1457 int64_t wallClockNs = getWallClockNs(); in statsCompanionServiceDiedImpl() local
|
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/ |
D | MetricsManager.cpp | 487 void MetricsManager::onDumpReport(const int64_t dumpTimeStampNs, const int64_t wallClockNs, in onDumpReport() 914 void MetricsManager::enforceRestrictedDataTtls(const int64_t wallClockNs) { in enforceRestrictedDataTtls()
|
D | RestrictedEventMetricProducer.cpp | 84 const int64_t wallClockNs) { in enforceRestrictedDataTtl()
|
D | MetricProducer.h | 331 virtual void enforceRestrictedDataTtl(sqlite3* db, int64_t wallClockNs){}; in enforceRestrictedDataTtl()
|
/aosp_15_r20/packages/modules/StatsD/statsd/src/external/ |
D | StatsPullerManager.cpp | 224 int64_t wallClockNs = getWallClockNs(); in OnAlarmFired() local
|
/aosp_15_r20/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
|