Home
last modified time | relevance | path

Searched defs:LogEvent_FieldRestrictionTest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/StatsD/statsd/tests/
DLogEvent_test.cpp1184 class LogEvent_FieldRestrictionTest : public testing::TestWithParam<std::tuple<int, bool>> { class
1235 TEST_P(LogEvent_FieldRestrictionTest, TestFieldRestrictionAnnotation) { in TEST_P() argument
1249 TEST_P(LogEvent_FieldRestrictionTest, TestInvalidAnnotationIntType) { in TEST_P() argument
1259 TEST_P(LogEvent_FieldRestrictionTest, TestInvalidAnnotationAtomLevel) { in TEST_P() argument
1269 TEST_P(LogEvent_FieldRestrictionTest, TestRestrictionCategoryAnnotationBelowUDevice) { in TEST_P() argument
/aosp_15_r20/packages/modules/StatsD/statsd/src/flags/
DFlagProvider.h117 friend class LogEvent_FieldRestrictionTest; variable