Searched refs:compat_test (Results 1 – 1 of 1) sorted by relevance
1204 auto compat_test = getCompatTest(iface); in TEST_P() local1206 EXPECT_OK(compat_test->NewMethodThatReturns10(&res)); in TEST_P()1231 auto compat_test = getCompatTest(iface); in TEST_P() local1233 EXPECT_OK(compat_test->RepeatStringNullableLater(std::nullopt, &res)); in TEST_P()1236 ndk::ScopedAStatus status = compat_test->RepeatStringNullableLater(std::nullopt, &res); in TEST_P()1240 EXPECT_OK(compat_test->RepeatStringNullableLater("", &res)); in TEST_P()1243 EXPECT_OK(compat_test->RepeatStringNullableLater("a", &res)); in TEST_P()1246 EXPECT_OK(compat_test->RepeatStringNullableLater("say what?", &res)); in TEST_P()1252 auto compat_test = getCompatTest(iface); in TEST_P() local1253 EXPECT_OK(compat_test->getInterfaceVersion(&res)); in TEST_P()[all …]