Searched refs:createFieldWithBoolAnnotationLogEvent (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/packages/modules/StatsD/statsd/tests/ |
D | LogEvent_test.cpp | 50 bool createFieldWithBoolAnnotationLogEvent(LogEvent* logEvent, uint8_t typeId, uint8_t annotationId, in createFieldWithBoolAnnotationLogEvent() function 745 EXPECT_TRUE(createFieldWithBoolAnnotationLogEvent(&event, INT32_TYPE, in TEST_P() 877 EXPECT_FALSE(createFieldWithBoolAnnotationLogEvent( in TEST_P() 892 EXPECT_TRUE(createFieldWithBoolAnnotationLogEvent(&event, INT32_TYPE, in TEST_P() 906 EXPECT_FALSE(createFieldWithBoolAnnotationLogEvent( in TEST_P() 921 EXPECT_TRUE(createFieldWithBoolAnnotationLogEvent(&event, INT32_TYPE, in TEST_P() 935 EXPECT_FALSE(createFieldWithBoolAnnotationLogEvent( in TEST_P() 950 EXPECT_TRUE(createFieldWithBoolAnnotationLogEvent(&event, INT32_TYPE, in TEST_P() 964 EXPECT_FALSE(createFieldWithBoolAnnotationLogEvent( in TEST_P() 1015 EXPECT_FALSE(createFieldWithBoolAnnotationLogEvent( in TEST_P() [all …]
|