Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tests/
DMetricsManager_test.cpp53 const long timeBaseSec = 1000; variable
405 timeBaseSec, timeBaseSec, allTagIds, allAtomMatchers, allConditionTrackers, in TEST()
452 periodicAlarmMonitor, timeBaseSec, timeBaseSec, allTagIds, in TEST()
489 periodicAlarmMonitor, timeBaseSec, timeBaseSec, allTagIds, in TEST()
520 periodicAlarmMonitor, timeBaseSec, timeBaseSec, allTagIds, in TEST()
550 periodicAlarmMonitor, timeBaseSec, timeBaseSec, allTagIds, in TEST()
580 periodicAlarmMonitor, timeBaseSec, timeBaseSec, allTagIds, in TEST()
610 periodicAlarmMonitor, timeBaseSec, timeBaseSec, allTagIds, in TEST()
641 periodicAlarmMonitor, timeBaseSec, timeBaseSec, allTagIds, in TEST()
701 MetricsManager metricsManager(kConfigKey, config, timeBaseSec, timeBaseSec, uidMap, in TEST()
[all …]
/frameworks/base/cmds/statsd/benchmark/
Dmetric_util.cpp351 sp<StatsLogProcessor> CreateStatsLogProcessor(const long timeBaseSec, const StatsdConfig& config, in CreateStatsLogProcessor() argument
359 timeBaseSec * NS_PER_SEC, [](const ConfigKey&) { return true; }, in CreateStatsLogProcessor()
361 processor->OnConfigUpdated(timeBaseSec * NS_PER_SEC, key, config); in CreateStatsLogProcessor()
Dmetric_util.h130 sp<StatsLogProcessor> CreateStatsLogProcessor(const long timeBaseSec, const StatsdConfig& config,