Searched refs:EXPECT_LINT (Results 1 – 1 of 1) sorted by relevance
/system/tools/hidl/lint/test/ |
D | main.cpp | 78 #define EXPECT_LINT(interface, errorMsg) \ macro 114 EXPECT_LINT("lint_test.oneway@1.0::IMixed", "IMixed has both oneway and non-oneway methods."); in TEST_F() 117 EXPECT_LINT("lint_test.oneway@1.0::IMixedMixedChild", in TEST_F() 121 EXPECT_LINT("lint_test.oneway@1.0::IOnewayOpposite", in TEST_F() 124 EXPECT_LINT("lint_test.oneway@1.0::INonOnewayOpposite", in TEST_F() 136 EXPECT_LINT("lint_test.safeunion@1.0::types", "union InTypes.*defined"); in TEST_F() 137 EXPECT_LINT("lint_test.safeunion@1.0::IDefined", "union SomeUnion.*defined"); in TEST_F() 140 EXPECT_LINT("lint_test.safeunion@1.0::IReference", "Reference to union type.*types.hal"); in TEST_F() 143 EXPECT_LINT("lint_test.safeunion@1.1::types", "Reference to union type.*1\\.0/types.hal"); in TEST_F() 146 EXPECT_LINT("lint_test.safeunion@1.0::IUnionInStruct", "union SomeUnionInStruct.*defined"); in TEST_F() [all …]
|