Home
last modified time | relevance | path

Searched refs:compat_test (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_native_aidl_client.cpp1204 auto compat_test = getCompatTest(iface); in TEST_P() local
1206 EXPECT_OK(compat_test->NewMethodThatReturns10(&res)); in TEST_P()
1231 auto compat_test = getCompatTest(iface); in TEST_P() local
1233 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() local
1253 EXPECT_OK(compat_test->getInterfaceVersion(&res)); in TEST_P()
[all …]