Searched refs:isEventCompatible (Results 1 – 4 of 4) sorted by relevance
/packages/modules/StatsD/statsd/src/utils/ |
D | DbUtils.h | 47 bool isEventCompatible(const ConfigKey& key, int64_t metricId, const LogEvent& event);
|
D | DbUtils.cpp | 156 bool isEventCompatible(const ConfigKey& key, const int64_t metricId, const LogEvent& event) { in isEventCompatible() function
|
/packages/modules/StatsD/statsd/tests/utils/ |
D | DbUtils_test.cpp | 354 EXPECT_TRUE(isEventCompatible(key, metricId, logEvent)); in TEST_F() 373 EXPECT_FALSE(isEventCompatible(key, metricId, logEvent2)); in TEST_F() 383 EXPECT_TRUE(isEventCompatible(key, metricId, logEvent)); in TEST_F()
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | RestrictedEventMetricProducer.cpp | 108 if (!dbutils::isEventCompatible(mConfigKey, mMetricId, mLogEvents[0])) { in flushRestrictedData()
|