/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
H A D | JavaClientTest.java | 294 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 D | TestImpl.java | 191 public String RepeatNullableString(String in_value) { in RepeatNullableString() method in TestImpl
|
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
H A D | test_native_aidl_client.cpp | 481 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 D | itest_impl.h | 207 ::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/ |
D | BnTestService.h | 165 …::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()
|
D | BpTestService.h | 66 …::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std::optiona…
|
D | ITestService.h | 684 …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/ |
D | BnTestService.h | 165 …::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()
|
D | BpTestService.h | 66 …::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std::optiona…
|
D | ITestService.h | 684 …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 D | ITest.aidl | 77 @nullable String RepeatNullableString(@nullable String value); in RepeatNullableString() method
|
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 178 @nullable String RepeatNullableString(in @nullable String input); in RepeatNullableString() method
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_client_nullables.cpp | 82 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/ |
D | BnTestService.h | 245 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>& input, … in RepeatNullableString() function 246 return _aidl_delegate->RepeatNullableString(input, _aidl_return); in RepeatNullableString()
|
D | BpTestService.h | 65 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>& input, …
|
D | ITestService.h | 592 …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/ |
D | BnTestService.h | 245 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>& input, … in RepeatNullableString() function 246 return _aidl_delegate->RepeatNullableString(input, _aidl_return); in RepeatNullableString()
|
D | BpTestService.h | 65 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>& input, …
|
D | ITestService.h | 592 …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/ |
D | ITestService.rs | 68 …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/ |
D | ITestService.rs | 68 …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/ |
D | ITestService.java | 206 …@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/ |
D | ITestService.java | 206 …@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/ |
D | test_service.rs | 329 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/ |
D | TestServiceServer.java | 451 public String RepeatNullableString(String input) throws RemoteException { in RepeatNullableString() method in TestServiceServer
|