Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl119 @nullable String RepeatNullableString(in @nullable String input); in RepeatNullableString() method
/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp82 DoTest(&ITestService::RepeatNullableString, std::optional<String16>("Blooob")); in TEST_F()
Daidl_test_service.cpp492 Status RepeatNullableString(const optional<String16>& input, optional<String16>* _aidl_return) { in RepeatNullableString() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs50 …fn RepeatNullableString(&self, _arg_input: Option<&str>) -> binder::public_api::Result<Option<Stri… in RepeatNullableString() method
179 …fn RepeatNullableString(&self, _arg_input: Option<&str>) -> binder::public_api::Result<Option<Stri… in RepeatNullableString() method
264 pub const RepeatNullableString: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 35; constant
976 …fn RepeatNullableString(&self, _arg_input: Option<&str>) -> binder::public_api::Result<Option<Stri… in RepeatNullableString() method
977 …let _aidl_reply = self.binder.transact(transactions::RepeatNullableString, binder::FLAG_CLEAR_BUF … in RepeatNullableString()
984 return _aidl_default_impl.RepeatNullableString(_arg_input); in RepeatNullableString()
1284 …fn RepeatNullableString(&self, _arg_input: Option<&str>) -> binder::public_api::Result<Option<Stri… in RepeatNullableString() method
1752 transactions::RepeatNullableString => { in on_transact()
1754 let _aidl_return = _aidl_service.RepeatNullableString(_arg_input.as_deref()); in on_transact()
/system/tools/aidl/tests/rust/
Dtest_service.rs204 fn RepeatNullableString(&self, input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableString() method
Dtest_client.rs392 test_nullable! {test_nullable_string, RepeatNullableString, "Blooob".into()}
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h51 …::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std::optiona…
DITestService.h200 …virtual ::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std:…
256 …::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std::optiona…
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h53 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>& input, …
DITestService.h146 …virtual ::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>&…
274 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>&, ::std:… in RepeatNullableString() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java168 …@Override public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.R… in RepeatNullableString() method in ITestService.Default
749 java.lang.String _result = this.RepeatNullableString(_arg0); in onTransact()
1870 …@Override public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.R… in RepeatNullableString() method in ITestService.Stub.Proxy
1881 return getDefaultImpl().RepeatNullableString(input); in RepeatNullableString()
2473 …public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.RemoteExcep… in RepeatNullableString() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java328 public String RepeatNullableString(String input) throws RemoteException { in RepeatNullableString() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp732 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableString(in_input, &_aidl_return); in _aidl_onTransact()
2510 ::ndk::ScopedAStatus BpTestService::RepeatNullableString(const std::optional<std::string>& in_input… in RepeatNullableString() function in aidl::android::aidl::tests::BpTestService
2534 _aidl_status = ITestService::getDefaultImpl()->RepeatNullableString(in_input, _aidl_return); in RepeatNullableString()
3391 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableString(const std::optional<std::string>& /*… in RepeatNullableString() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1454 ::android::binder::Status BpTestService::RepeatNullableString(const ::std::optional<::android::Stri… in RepeatNullableString() function in android::aidl::tests::BpTestService
1471 return ITestService::getDefaultImpl()->RepeatNullableString(input, _aidl_return); in RepeatNullableString()
3092 ::android::binder::Status _aidl_status(RepeatNullableString(in_input, &_aidl_return)); in onTransact()