Searched refs:oneway_interface (Results 1 – 1 of 1) sorted by relevance
/system/tools/aidl/ |
D | aidl_unittest.cpp | 198 string oneway_interface = in TEST_F() local 202 EXPECT_EQ(nullptr, Parse("a/IFoo.aidl", oneway_interface, &cpp_types_)); in TEST_F() 203 EXPECT_EQ(nullptr, Parse("a/IFoo.aidl", oneway_interface, &java_types_)); in TEST_F() 260 string oneway_interface = in TEST_F() local 264 EXPECT_NE(nullptr, Parse("a/IBar.aidl", oneway_interface, &cpp_types_)); in TEST_F() 265 EXPECT_NE(nullptr, Parse("a/IBar.aidl", oneway_interface, &java_types_)); in TEST_F()
|