Home
last modified time | relevance | path

Searched refs:RepeatNullableString (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/
H A DJavaClientTest.java294 assertEquals(null, mInterface.RepeatNullableString(null)); in testRepeatNullableString()
295 assertEquals("", mInterface.RepeatNullableString("")); in testRepeatNullableString()
296 assertEquals("a", mInterface.RepeatNullableString("a")); in testRepeatNullableString()
297 assertEquals("foo", mInterface.RepeatNullableString("foo")); in testRepeatNullableString()
H A DTestImpl.java191 public String RepeatNullableString(String in_value) { in RepeatNullableString() method in TestImpl
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Dtest_native_aidl_client.cpp481 TEST_P(NdkBinderTest_Aidl, RepeatNullableString) { in TEST_P() argument
484 EXPECT_OK(iface->RepeatNullableString(std::nullopt, &res)); in TEST_P()
487 EXPECT_OK(iface->RepeatNullableString("", &res)); in TEST_P()
490 EXPECT_OK(iface->RepeatNullableString("a", &res)); in TEST_P()
493 EXPECT_OK(iface->RepeatNullableString("say what?", &res)); in TEST_P()
H A Ditest_impl.h207 ::ndk::ScopedAStatus RepeatNullableString( in RepeatNullableString() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h165 …::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std::optiona… in RepeatNullableString() function
166 return _impl->RepeatNullableString(in_input, _aidl_return); in RepeatNullableString()
DBpTestService.h66 …::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std::optiona…
DITestService.h684 …virtual ::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std:…
760 …::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std::optiona…
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h165 …::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std::optiona… in RepeatNullableString() function
166 return _impl->RepeatNullableString(in_input, _aidl_return); in RepeatNullableString()
DBpTestService.h66 …::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std::optiona…
DITestService.h684 …virtual ::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std:…
760 …::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std::optiona…
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
H A DITest.aidl77 @nullable String RepeatNullableString(@nullable String value); in RepeatNullableString() method
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl178 @nullable String RepeatNullableString(in @nullable String input); in RepeatNullableString() method
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp82 DoTest(&ITestService::RepeatNullableString, std::optional<String16>("Blooob")); in TEST_F()
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h245 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>& input, … in RepeatNullableString() function
246 return _aidl_delegate->RepeatNullableString(input, _aidl_return); in RepeatNullableString()
DBpTestService.h65 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>& input, …
DITestService.h592 …virtual ::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>&…
754 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>& /*input… in RepeatNullableString() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h245 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>& input, … in RepeatNullableString() function
246 return _aidl_delegate->RepeatNullableString(input, _aidl_return); in RepeatNullableString()
DBpTestService.h65 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>& input, …
DITestService.h592 …virtual ::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>&…
754 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>& /*input… in RepeatNullableString() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs68 …fn r#RepeatNullableString<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 str>) -> binder::Result<Opt…
152 …fn r#RepeatNullableString<'a, >(&'a self, _arg_input: Option<&'a str>) -> binder::BoxFuture<'a, bi…
228 …async fn r#RepeatNullableString<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 str>) -> binder::Resu…
404 …fn r#RepeatNullableString<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 str>) -> binder::Result<Opt… in new_async_binder()
405 self._rt.block_on(self._inner.r#RepeatNullableString(_arg_input)) in new_async_binder()
630 …fn r#RepeatNullableString<'a, >(&'a self, _arg_input: Option<&'a str>) -> binder::BoxFuture<'a, bi… in try_into_local_async()
631 Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableString(_arg_input)) in try_into_local_async()
852 …fn r#RepeatNullableString<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 str>) -> binder::Result<Opt…
983 …pub const r#RepeatNullableString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRS…
1894 return _aidl_default_impl.r#RepeatNullableString(_arg_input); in read_response_RepeatNullableString()
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs68 …fn r#RepeatNullableString<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 str>) -> binder::Result<Opt…
152 …fn r#RepeatNullableString<'a, >(&'a self, _arg_input: Option<&'a str>) -> binder::BoxFuture<'a, bi…
228 …async fn r#RepeatNullableString<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 str>) -> binder::Resu…
404 …fn r#RepeatNullableString<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 str>) -> binder::Result<Opt… in new_async_binder()
405 self._rt.block_on(self._inner.r#RepeatNullableString(_arg_input)) in new_async_binder()
630 …fn r#RepeatNullableString<'a, >(&'a self, _arg_input: Option<&'a str>) -> binder::BoxFuture<'a, bi… in try_into_local_async()
631 Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableString(_arg_input)) in try_into_local_async()
852 …fn r#RepeatNullableString<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 str>) -> binder::Result<Opt…
983 …pub const r#RepeatNullableString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRS…
1894 return _aidl_default_impl.r#RepeatNullableString(_arg_input); in read_response_RepeatNullableString()
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java206 …@Override public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.R… in RepeatNullableString() method in ITestService.Default
523 …@Override public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.R… in RepeatNullableString() method in ITestService.Delegator
525 return mImpl.RepeatNullableString(input); in RepeatNullableString()
1536 java.lang.String _result = this.RepeatNullableString(_arg0); in onTransact()
2938 …@Override public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.R… in RepeatNullableString() method in ITestService.Stub.Proxy
2950 return getDefaultImpl().RepeatNullableString(input); in RepeatNullableString()
3908 …public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.RemoteExcep… in RepeatNullableString() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java206 …@Override public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.R… in RepeatNullableString() method in ITestService.Default
523 …@Override public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.R… in RepeatNullableString() method in ITestService.Delegator
525 return mImpl.RepeatNullableString(input); in RepeatNullableString()
1536 java.lang.String _result = this.RepeatNullableString(_arg0); in onTransact()
2938 …@Override public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.R… in RepeatNullableString() method in ITestService.Stub.Proxy
2950 return getDefaultImpl().RepeatNullableString(input); in RepeatNullableString()
3908 …public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.RemoteExcep… in RepeatNullableString() method
/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_service.rs329 fn RepeatNullableString(&self, input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableString() method
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java451 public String RepeatNullableString(String input) throws RemoteException { in RepeatNullableString() method in TestServiceServer

12