Home
last modified time | relevance | path

Searched defs:RepeatNullableString (Results 1 – 9 of 9) 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/rust/
Dtest_service.rs204 fn RepeatNullableString(&self, input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableString() method
/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
1284 …fn RepeatNullableString(&self, _arg_input: Option<&str>) -> binder::public_api::Result<Option<Stri… 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-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
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp2510 ::ndk::ScopedAStatus BpTestService::RepeatNullableString(const std::optional<std::string>& in_input… in RepeatNullableString() function in aidl::android::aidl::tests::BpTestService
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-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
1870 …@Override public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.R… in RepeatNullableString() method in ITestService.Stub.Proxy
2473 …public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.RemoteExcep… in RepeatNullableString() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h274 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>&, ::std:… in RepeatNullableString() function
/system/tools/aidl/tests/
Daidl_test_service.cpp492 Status RepeatNullableString(const optional<String16>& input, optional<String16>* _aidl_return) { in RepeatNullableString() function in __anonee08dd980111::NativeService