Home
last modified time | relevance | path

Searched refs:timeBaseSec (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/tests/
DMetricsManager_test.cpp55 const long timeBaseSec = 1000; variable
142 MetricsManager metricsManager(kConfigKey, config, timeBaseSec, timeBaseSec, uidMap, in TEST()
210 MetricsManager metricsManager(kConfigKey, config, timeBaseSec, timeBaseSec, uidMap, in TEST()
230 metricsManager.updateConfig(newConfig, timeBaseSec, timeBaseSec, anomalyAlarmMonitor, in TEST()
299 MetricsManager metricsManager(kConfigKey, config, timeBaseSec, timeBaseSec, uidMap, in TEST()
335 MetricsManager metricsManager(kConfigKey, config, timeBaseSec, timeBaseSec, uidMap, in TEST()
352 MetricsManager metricsManager(kConfigKey, config, timeBaseSec, timeBaseSec, uidMap, in TEST_P()
374 MetricsManager metricsManager(kConfigKey, config, timeBaseSec, timeBaseSec, uidMap, in TEST_P()
378 metricsManager.updateConfig(config, timeBaseSec, timeBaseSec, anomalyAlarmMonitor, in TEST_P()
401 MetricsManager metricsManager(kConfigKey, config, timeBaseSec, timeBaseSec, uidMap, in TEST()
[all …]
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dmetrics_manager_util_test.cpp56 const long timeBaseSec = 1000; variable
87 timeBaseSec, timeBaseSec, configMetadataProvider, allTagIdsToMatchersMap, in initConfig()