Home
last modified time | relevance | path

Searched refs:ReverseString (Results 1 – 25 of 30) sorted by relevance

12

/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
DITestService.aidl66 String[] ReverseString(in String[] input, out String[] repeated); in ReverseString() method
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl142 String[] ReverseString(in String[] input, out String[] repeated); in ReverseString() method
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h102 …::ndk::ScopedAStatus ReverseString(const std::vector<std::string>& in_input, std::vector<std::stri… in ReverseString() function
103 return _impl->ReverseString(in_input, out_repeated, _aidl_return); in ReverseString()
DBpTestService.h45 …::ndk::ScopedAStatus ReverseString(const std::vector<std::string>& in_input, std::vector<std::stri…
DITestService.h666 …virtual ::ndk::ScopedAStatus ReverseString(const std::vector<std::string>& in_input, std::vector<s…
742 …::ndk::ScopedAStatus ReverseString(const std::vector<std::string>& in_input, std::vector<std::stri…
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h102 …::ndk::ScopedAStatus ReverseString(const std::vector<std::string>& in_input, std::vector<std::stri… in ReverseString() function
103 return _impl->ReverseString(in_input, out_repeated, _aidl_return); in ReverseString()
DBpTestService.h45 …::ndk::ScopedAStatus ReverseString(const std::vector<std::string>& in_input, std::vector<std::stri…
DITestService.h666 …virtual ::ndk::ScopedAStatus ReverseString(const std::vector<std::string>& in_input, std::vector<s…
742 …::ndk::ScopedAStatus ReverseString(const std::vector<std::string>& in_input, std::vector<std::stri…
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h170 …::android::binder::Status ReverseString(const ::std::vector<::android::String16>& input, ::std::ve… in ReverseString() function
171 return _aidl_delegate->ReverseString(input, repeated, _aidl_return); in ReverseString()
DBpTestService.h44 …::android::binder::Status ReverseString(const ::std::vector<::android::String16>& input, ::std::ve…
DITestService.h574 …virtual ::android::binder::Status ReverseString(const ::std::vector<::android::String16>& input, :…
694 …::android::binder::Status ReverseString(const ::std::vector<::android::String16>& /*input*/, ::std… in ReverseString() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h170 …::android::binder::Status ReverseString(const ::std::vector<::android::String16>& input, ::std::ve… in ReverseString() function
171 return _aidl_delegate->ReverseString(input, repeated, _aidl_return); in ReverseString()
DBpTestService.h44 …::android::binder::Status ReverseString(const ::std::vector<::android::String16>& input, ::std::ve…
DITestService.h574 …virtual ::android::binder::Status ReverseString(const ::std::vector<::android::String16>& input, :…
694 …::android::binder::Status ReverseString(const ::std::vector<::android::String16>& /*input*/, ::std… in ReverseString() function
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp202 DoTest(&ITestService::ReverseString, {String16{"f"}, String16{"a"}, String16{"b"}}); in TEST_F()
Daidl_test_service.cpp385 Status ReverseString(const vector<String16>& input, in ReverseString() function in __anon6380430e0111::NativeService
Daidl_test_service_ndk.cpp259 ScopedAStatus ReverseString(const vector<std::string>& input, vector<std::string>* repeated, in ReverseString() function in __anon4c0400ca0111::NativeService
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs51 …fn r#ReverseString<'a, 'l1, 'l2, >(&'a self, _arg_input: &'l1 [String], _arg_repeated: &'l2 mut Ve…
135 …fn r#ReverseString<'a, >(&'a self, _arg_input: &'a [String], _arg_repeated: &'a mut Vec<String>) -…
211 …async fn r#ReverseString<'a, 'l1, 'l2, >(&'a self, _arg_input: &'l1 [String], _arg_repeated: &'l2 …
345 …fn r#ReverseString<'a, 'l1, 'l2, >(&'a self, _arg_input: &'l1 [String], _arg_repeated: &'l2 mut Ve… in new_async_binder()
346 self._rt.block_on(self._inner.r#ReverseString(_arg_input, _arg_repeated)) in new_async_binder()
571 …fn r#ReverseString<'a, >(&'a self, _arg_input: &'a [String], _arg_repeated: &'a mut Vec<String>) -… in try_into_local_async()
572 … Box::pin(self._native.try_as_async_server().unwrap().r#ReverseString(_arg_input, _arg_repeated)) in try_into_local_async()
793 …fn r#ReverseString<'a, 'l1, 'l2, >(&'a self, _arg_input: &'l1 [String], _arg_repeated: &'l2 mut Ve…
966 …pub const r#ReverseString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_…
1506 return _aidl_default_impl.r#ReverseString(_arg_input, _arg_repeated); in read_response_ReverseString()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs51 …fn r#ReverseString<'a, 'l1, 'l2, >(&'a self, _arg_input: &'l1 [String], _arg_repeated: &'l2 mut Ve…
135 …fn r#ReverseString<'a, >(&'a self, _arg_input: &'a [String], _arg_repeated: &'a mut Vec<String>) -…
211 …async fn r#ReverseString<'a, 'l1, 'l2, >(&'a self, _arg_input: &'l1 [String], _arg_repeated: &'l2 …
345 …fn r#ReverseString<'a, 'l1, 'l2, >(&'a self, _arg_input: &'l1 [String], _arg_repeated: &'l2 mut Ve… in new_async_binder()
346 self._rt.block_on(self._inner.r#ReverseString(_arg_input, _arg_repeated)) in new_async_binder()
571 …fn r#ReverseString<'a, >(&'a self, _arg_input: &'a [String], _arg_repeated: &'a mut Vec<String>) -… in try_into_local_async()
572 … Box::pin(self._native.try_as_async_server().unwrap().r#ReverseString(_arg_input, _arg_repeated)) in try_into_local_async()
793 …fn r#ReverseString<'a, 'l1, 'l2, >(&'a self, _arg_input: &'l1 [String], _arg_repeated: &'l2 mut Ve…
966 …pub const r#ReverseString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_…
1506 return _aidl_default_impl.r#ReverseString(_arg_input, _arg_repeated); in read_response_ReverseString()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java118 …@Override public java.lang.String[] ReverseString(java.lang.String[] input, java.lang.String[] rep… in ReverseString() method in ITestService.Default
434 …@Override public java.lang.String[] ReverseString(java.lang.String[] input, java.lang.String[] rep… in ReverseString() method in ITestService.Delegator
436 return mImpl.ReverseString(input,repeated); in ReverseString()
1273 java.lang.String[] _result = this.ReverseString(_arg0, _arg1); in onTransact()
2414 …@Override public java.lang.String[] ReverseString(java.lang.String[] input, java.lang.String[] rep… in ReverseString() method in ITestService.Stub.Proxy
2427 return getDefaultImpl().ReverseString(input, repeated); in ReverseString()
3882 …public java.lang.String[] ReverseString(java.lang.String[] input, java.lang.String[] repeated) thr… in ReverseString() method
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java118 …@Override public java.lang.String[] ReverseString(java.lang.String[] input, java.lang.String[] rep… in ReverseString() method in ITestService.Default
434 …@Override public java.lang.String[] ReverseString(java.lang.String[] input, java.lang.String[] rep… in ReverseString() method in ITestService.Delegator
436 return mImpl.ReverseString(input,repeated); in ReverseString()
1273 java.lang.String[] _result = this.ReverseString(_arg0, _arg1); in onTransact()
2414 …@Override public java.lang.String[] ReverseString(java.lang.String[] input, java.lang.String[] rep… in ReverseString() method in ITestService.Stub.Proxy
2427 return getDefaultImpl().ReverseString(input, repeated); in ReverseString()
3882 …public java.lang.String[] ReverseString(java.lang.String[] input, java.lang.String[] repeated) thr… in ReverseString() method
/system/tools/aidl/tests/rust/
Dtest_service.rs174 impl_reverse! {ReverseString, String}
Dtest_service_async.rs204 impl_reverse! {ReverseString, String}
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java270 public String[] ReverseString(String[] input, String[] repeated) throws RemoteException { in ReverseString() method in TestServiceServer
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java313 String[] reversed = service.ReverseString(input, echoed); in testStringArrayReversal()

12