| /system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/ |
| D | ITestService.aidl | 53 String RepeatString(String token); in RepeatString() method
|
| /system/tools/aidl/tests/java/src/android/aidl/tests/ |
| D | NullableTests.java | 60 String response = mService.RepeatString(null); in testExpectNpeWithNullString()
|
| /system/tools/aidl/tests/android/aidl/tests/ |
| D | ITestService.aidl | 129 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/ |
| D | BnTestService.h | 69 …::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()
|
| D | BpTestService.h | 34 …::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) override;
|
| D | ITestService.h | 655 …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/ |
| D | BnTestService.h | 69 …::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()
|
| D | BpTestService.h | 34 …::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) override;
|
| D | ITestService.h | 655 …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/ |
| D | BnTestService.h | 137 …::android::binder::Status RepeatString(const ::android::String16& token, ::android::String16* _aid… in RepeatString() function 138 return _aidl_delegate->RepeatString(token, _aidl_return); in RepeatString()
|
| D | BpTestService.h | 33 …::android::binder::Status RepeatString(const ::android::String16& token, ::android::String16* _aid…
|
| D | ITestService.h | 563 …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/ |
| D | BnTestService.h | 137 …::android::binder::Status RepeatString(const ::android::String16& token, ::android::String16* _aid… in RepeatString() function 138 return _aidl_delegate->RepeatString(token, _aidl_return); in RepeatString()
|
| D | BpTestService.h | 33 …::android::binder::Status RepeatString(const ::android::String16& token, ::android::String16* _aid…
|
| D | ITestService.h | 563 …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/ |
| D | aidl_test_client_primitives.cpp | 169 DoTest(&ITestService::RepeatString, sent); in TEST_F()
|
| D | aidl_test_service.cpp | 329 Status RepeatString(const String16& token, String16* _aidl_return) override { in RepeatString() function in __anon6380430e0111::NativeService
|
| D | aidl_test_service_ndk.cpp | 210 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/ |
| D | ITestService.rs | 40 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/ |
| D | ITestService.rs | 40 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/ |
| D | ITestService.java | 73 …@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/ |
| D | ITestService.java | 73 …@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/ |
| D | test_service.rs | 178 fn RepeatString(&self, input: &str) -> binder::Result<String> { in RepeatString() method
|
| D | test_service_async.rs | 208 async fn RepeatString(&self, input: &str) -> binder::Result<String> { in RepeatString() method
|
| /system/tools/aidl/tests/java/src/android/aidl/service/ |
| D | TestServiceServer.java | 191 public String RepeatString(String token) throws RemoteException { in RepeatString() method in TestServiceServer
|