Searched refs:oneway_interface (Results 1 - 1 of 1) sorted by relevance

/system/tools/aidl/
H A Daidl_unittest.cpp123 string oneway_interface = local
127 EXPECT_EQ(nullptr, Parse("a/IFoo.aidl", oneway_interface, &cpp_types_));
128 EXPECT_EQ(nullptr, Parse("a/IFoo.aidl", oneway_interface, &java_types_));
175 string oneway_interface = local
179 EXPECT_NE(nullptr, Parse("a/IBar.aidl", oneway_interface, &cpp_types_));
180 EXPECT_NE(nullptr, Parse("a/IBar.aidl", oneway_interface, &java_types_));

Completed in 23 milliseconds