/aosp_15_r20/frameworks/native/libs/binder/ndk/tests/ |
H A D | binderVendorDoubleLoadTest.cpp | 44 ScopedAStatus RepeatString(const std::string& in, std::string* out) override { in RepeatString() function in NdkServer 50 Status RepeatString(const std::string& in, std::string* out) override { in RepeatString() function in CppServer
|
H A D | IBinderVendorDoubleLoadTest.aidl | 18 @utf8InCpp String RepeatString(@utf8InCpp String toRepeat); in RepeatString() method
|
/aosp_15_r20/frameworks/native/libs/binder/tests/ |
H A D | binderClearBufTest.cpp | 57 static std::string RepeatString(const sp<IBinder> binder, in RepeatString() function in FooBar
|
/aosp_15_r20/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/ |
H A D | ITestService.aidl | 53 String RepeatString(String token); in RepeatString() method
|
/aosp_15_r20/trusty/user/app/sample/binder-test/service/ |
D | main.cpp | 77 Status RepeatString(const String16& token, in RepeatString() function in TestService
|
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/ |
H A D | ITest.aidl | 76 String RepeatString(String value); in RepeatString() method
|
/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
H A D | TestImpl.java | 186 public String RepeatString(String in_value) { in RepeatString() method in TestImpl
|
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 129 String RepeatString(String token); in RepeatString() method
|
/aosp_15_r20/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 2135 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() method in ITestService.Stub.Proxy 3870 public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteException; in RepeatString() method
|
/aosp_15_r20/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 2135 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() method in ITestService.Stub.Proxy 3870 public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteException; in RepeatString() method
|
/aosp_15_r20/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
|
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
H A D | itest_impl.h | 202 ::ndk::ScopedAStatus RepeatString(const std::string& in_value, in RepeatString() function
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
D | ITestService.h | 658 …::android::binder::Status RepeatString(const ::android::String16& /*token*/, ::android::String16* … in RepeatString() function
|
/aosp_15_r20/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
|
D | ITestService.h | 658 …::android::binder::Status RepeatString(const ::android::String16& /*token*/, ::android::String16* … in RepeatString() function
|
/aosp_15_r20/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
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1816 ::ndk::ScopedAStatus BpTestService::RepeatString(const std::string& in_token, std::string* _aidl_re… in RepeatString() function in aidl::android::aidl::tests::BpTestService 4528 ::ndk::ScopedAStatus ITestServiceDefault::RepeatString(const std::string& /*in_token*/, std::string… in RepeatString() function in aidl::android::aidl::tests::ITestServiceDefault
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1816 ::ndk::ScopedAStatus BpTestService::RepeatString(const std::string& in_token, std::string* _aidl_re… in RepeatString() function in aidl::android::aidl::tests::BpTestService 4528 ::ndk::ScopedAStatus ITestServiceDefault::RepeatString(const std::string& /*in_token*/, std::string… in RepeatString() function in aidl::android::aidl::tests::ITestServiceDefault
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_service_ndk.cpp | 210 ScopedAStatus RepeatString(const std::string& token, std::string* _aidl_return) override { in RepeatString() function in __anon0586964a0111::NativeService
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 409 ::android::binder::Status BpTestService::RepeatString(const ::android::String16& token, ::android::… in RepeatString() function in android::aidl::tests::BpTestService
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 409 ::android::binder::Status BpTestService::RepeatString(const ::android::String16& token, ::android::… in RepeatString() function in android::aidl::tests::BpTestService
|