Home
last modified time | relevance | path

Searched defs:ConfigKey (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/tests/metrics/
H A DValueMetricProducer_test.cpp283 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
420 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
625 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
840 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P()
1070 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
1187 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
1259 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
1671 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
1747 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
1856 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
[all …]
H A DGaugeMetricProducer_test.cpp136 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
305 vector<std::shared_ptr<LogEvent>>* data) { in TEST_P()
428 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
511 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
649 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST()
650 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
717 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST()
724 .WillOnce(Invoke([](int tagId, const ConfigKey&, const int64_t eventTimeNs, in TEST()
725 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
786 vector<std::shared_ptr<LogEvent>>* data) { in TEST()
/aosp12/packages/modules/StatsD/statsd/src/config/
H A DConfigKey.cpp23 ConfigKey::ConfigKey() { in ConfigKey() function in android::os::statsd::ConfigKey
26 ConfigKey::ConfigKey(const ConfigKey& that) : mId(that.mId), mUid(that.mUid) { in ConfigKey() function in android::os::statsd::ConfigKey
29 ConfigKey::ConfigKey(int uid, const int64_t& id) : mId(id), mUid(uid) { in ConfigKey() function in android::os::statsd::ConfigKey
/aosp12/packages/modules/StatsD/statsd/src/external/
H A DPerfetto.h23 class ConfigKey; variable
/aosp12/packages/modules/StatsD/statsd/src/
H A Dstatsd_metadata.proto21 message ConfigKey { message
H A Dstats_log.proto369 message ConfigKey { message
/aosp12/frameworks/base/tools/aapt2/
H A DResourceTable.cpp86 struct ConfigKey { struct
87 const ConfigDescription* config;
88 const StringPiece& product;
/aosp12/packages/modules/StatsD/service/java/com/android/server/stats/
H A DStatsManagerService.java75 private static class ConfigKey { class in StatsManagerService
79 ConfigKey(int uid, long configId) { in ConfigKey() method in StatsManagerService.ConfigKey
/aosp12/packages/modules/StatsD/statsd/benchmark/
H A Dmetric_util.cpp359 timeBaseSec * NS_PER_SEC, [](const ConfigKey&) { return true; }, in CreateStatsLogProcessor()
/aosp12/packages/modules/StatsD/statsd/src/storage/
H A DStorageManager.cpp570 void StorageManager::readConfigFromDisk(map<ConfigKey, StatsdConfig>& configsMap) { in readConfigFromDisk()
/aosp12/packages/modules/StatsD/statsd/tests/
H A Dstatsd_test_util.cpp1116 timeBaseNs, [](const ConfigKey&) { return true; }, in CreateStatsLogProcessor()