Searched refs:RepeatNullableString (Results 1 – 10 of 10) sorted by relevance
377 TEST_P(NdkBinderTest_Aidl, RepeatNullableString) { in TEST_P() argument380 EXPECT_OK(iface->RepeatNullableString(std::nullopt, &res)); in TEST_P()383 EXPECT_OK(iface->RepeatNullableString("", &res)); in TEST_P()386 EXPECT_OK(iface->RepeatNullableString("a", &res)); in TEST_P()389 EXPECT_OK(iface->RepeatNullableString("say what?", &res)); in TEST_P()
199 ::ndk::ScopedAStatus RepeatNullableString( in RepeatNullableString() function
269 assertEquals(null, mInterface.RepeatNullableString(null)); in testRepeatNullableString()270 assertEquals("", mInterface.RepeatNullableString("")); in testRepeatNullableString()271 assertEquals("a", mInterface.RepeatNullableString("a")); in testRepeatNullableString()272 assertEquals("foo", mInterface.RepeatNullableString("foo")); in testRepeatNullableString()
190 public String RepeatNullableString(String in_value) { in RepeatNullableString() method in TestImpl
71 @nullable String RepeatNullableString(@nullable String value); in RepeatNullableString() method
28 @nullable String RepeatNullableString(@nullable String value); in RepeatNullableString() method
45 @nullable String RepeatNullableString(@nullable String value); in RepeatNullableString() method