/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 119 @nullable String RepeatNullableString(in @nullable String input); in RepeatNullableString() method
|
/system/tools/aidl/tests/ |
D | aidl_test_client_nullables.cpp | 82 DoTest(&ITestService::RepeatNullableString, std::optional<String16>("Blooob")); in TEST_F()
|
D | aidl_test_service.cpp | 492 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/ |
D | ITestService.rs | 50 …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/ |
D | test_service.rs | 204 fn RepeatNullableString(&self, input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableString() method
|
D | test_client.rs | 392 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/ |
D | BpTestService.h | 51 …::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std::optiona…
|
D | ITestService.h | 200 …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/ |
D | BpTestService.h | 53 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>& input, …
|
D | ITestService.h | 146 …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/ |
D | ITestService.java | 168 …@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/ |
D | TestServiceServer.java | 328 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/ |
D | ITestService.cpp | 732 ::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/ |
D | ITestService.cpp | 1454 ::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()
|