Home
last modified time | relevance | path

Searched refs:RepeatString (Results 1 – 25 of 31) sorted by relevance

12

/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
DITestService.aidl53 String RepeatString(String token); in RepeatString() method
/system/tools/aidl/tests/java/src/android/aidl/tests/
DNullableTests.java60 String response = mService.RepeatString(null); in testExpectNpeWithNullString()
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl129 String RepeatString(String token); in RepeatString() method
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h69 …::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) override… in RepeatString() function
70 return _impl->RepeatString(in_token, _aidl_return); in RepeatString()
DBpTestService.h34 …::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) override;
DITestService.h655 …virtual ::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) …
731 …::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) override;
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h69 …::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) override… in RepeatString() function
70 return _impl->RepeatString(in_token, _aidl_return); in RepeatString()
DBpTestService.h34 …::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) override;
DITestService.h655 …virtual ::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) …
731 …::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) override;
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h137 …::android::binder::Status RepeatString(const ::android::String16& token, ::android::String16* _aid… in RepeatString() function
138 return _aidl_delegate->RepeatString(token, _aidl_return); in RepeatString()
DBpTestService.h33 …::android::binder::Status RepeatString(const ::android::String16& token, ::android::String16* _aid…
DITestService.h563 …virtual ::android::binder::Status RepeatString(const ::android::String16& token, ::android::String…
661 …::android::binder::Status RepeatString(const ::android::String16& /*token*/, ::android::String16* … in RepeatString() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h137 …::android::binder::Status RepeatString(const ::android::String16& token, ::android::String16* _aid… in RepeatString() function
138 return _aidl_delegate->RepeatString(token, _aidl_return); in RepeatString()
DBpTestService.h33 …::android::binder::Status RepeatString(const ::android::String16& token, ::android::String16* _aid…
DITestService.h563 …virtual ::android::binder::Status RepeatString(const ::android::String16& token, ::android::String…
661 …::android::binder::Status RepeatString(const ::android::String16& /*token*/, ::android::String16* … in RepeatString() function
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp169 DoTest(&ITestService::RepeatString, sent); in TEST_F()
Daidl_test_service.cpp329 Status RepeatString(const String16& token, String16* _aidl_return) override { in RepeatString() function in __anon6380430e0111::NativeService
Daidl_test_service_ndk.cpp210 ScopedAStatus RepeatString(const std::string& token, std::string* _aidl_return) override { in RepeatString() function in __anon4c0400ca0111::NativeService
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs40 fn r#RepeatString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String>;
124 …fn r#RepeatString<'a, >(&'a self, _arg_token: &'a str) -> binder::BoxFuture<'a, binder::Result<Str…
200 async fn r#RepeatString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String>;
312 fn r#RepeatString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String> { in new_async_binder()
313 self._rt.block_on(self._inner.r#RepeatString(_arg_token)) in new_async_binder()
538 …fn r#RepeatString<'a, >(&'a self, _arg_token: &'a str) -> binder::BoxFuture<'a, binder::Result<Str… in try_into_local_async()
539 Box::pin(self._native.try_as_async_server().unwrap().r#RepeatString(_arg_token)) in try_into_local_async()
760 fn r#RepeatString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String> {
955 …pub const r#RepeatString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_T…
1293 return _aidl_default_impl.r#RepeatString(_arg_token); in read_response_RepeatString()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs40 fn r#RepeatString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String>;
124 …fn r#RepeatString<'a, >(&'a self, _arg_token: &'a str) -> binder::BoxFuture<'a, binder::Result<Str…
200 async fn r#RepeatString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String>;
312 fn r#RepeatString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String> { in new_async_binder()
313 self._rt.block_on(self._inner.r#RepeatString(_arg_token)) in new_async_binder()
538 …fn r#RepeatString<'a, >(&'a self, _arg_token: &'a str) -> binder::BoxFuture<'a, binder::Result<Str… in try_into_local_async()
539 Box::pin(self._native.try_as_async_server().unwrap().r#RepeatString(_arg_token)) in try_into_local_async()
760 fn r#RepeatString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String> {
955 …pub const r#RepeatString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_T…
1293 return _aidl_default_impl.r#RepeatString(_arg_token); in read_response_RepeatString()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java73 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() method in ITestService.Default
389 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() method in ITestService.Delegator
391 return mImpl.RepeatString(token); in RepeatString()
1084 java.lang.String _result = this.RepeatString(_arg0); in onTransact()
2135 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() method in ITestService.Stub.Proxy
2147 return getDefaultImpl().RepeatString(token); in RepeatString()
3870 public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteException; in RepeatString() method
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java73 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() method in ITestService.Default
389 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() method in ITestService.Delegator
391 return mImpl.RepeatString(token); in RepeatString()
1084 java.lang.String _result = this.RepeatString(_arg0); in onTransact()
2135 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() method in ITestService.Stub.Proxy
2147 return getDefaultImpl().RepeatString(token); in RepeatString()
3870 public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteException; in RepeatString() method
/system/tools/aidl/tests/rust/
Dtest_service.rs178 fn RepeatString(&self, input: &str) -> binder::Result<String> { in RepeatString() method
Dtest_service_async.rs208 async fn RepeatString(&self, input: &str) -> binder::Result<String> { in RepeatString() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java191 public String RepeatString(String token) throws RemoteException { in RepeatString() method in TestServiceServer

12