Home
last modified time | relevance | path

Searched defs:wallClockNs (Results 1 – 7 of 7) sorted by relevance

/packages/modules/StatsD/statsd/src/
DStatsLogProcessor.cpp545 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 …]
DStatsService.cpp1069 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/
DRestrictedEventMetricProducer.cpp84 const int64_t wallClockNs) { in enforceRestrictedDataTtl()
DMetricsManager.cpp479 void MetricsManager::onDumpReport(const int64_t dumpTimeStampNs, const int64_t wallClockNs, in onDumpReport()
907 void MetricsManager::enforceRestrictedDataTtls(const int64_t wallClockNs) { in enforceRestrictedDataTtls()
DMetricProducer.h324 virtual void enforceRestrictedDataTtl(sqlite3* db, int64_t wallClockNs){}; in enforceRestrictedDataTtl()
/packages/modules/StatsD/statsd/src/external/
DStatsPullerManager.cpp224 int64_t wallClockNs = getWallClockNs(); in OnAlarmFired() local
/packages/modules/StatsD/statsd/tests/e2e/
DRestrictedEventMetric_e2e_test.cpp1073 int64_t wallClockNs = 1584991200 * NS_PER_SEC; // random time in TEST_F() local