/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 197 @utf8InCpp String RepeatUtf8CppString(@utf8InCpp String token); in RepeatUtf8CppString() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 239 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Default 560 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Delegator 3147 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Stub.Proxy 3918 …public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.RemoteExcept… in RepeatUtf8CppString() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 239 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Default 560 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Delegator 3147 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Stub.Proxy 3918 …public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.RemoteExcept… in RepeatUtf8CppString() 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 | 192 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o… in RepeatUtf8CppString() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 192 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o… in RepeatUtf8CppString() function
|
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 491 public String RepeatUtf8CppString(String token) throws RemoteException { in RepeatUtf8CppString() 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 | 272 …::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _aidl_ret… in RepeatUtf8CppString() function
|
D | ITestService.h | 781 …::android::binder::Status RepeatUtf8CppString(const ::std::string& /*token*/, ::std::string* /*_ai… in RepeatUtf8CppString() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 272 …::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _aidl_ret… in RepeatUtf8CppString() function
|
D | ITestService.h | 781 …::android::binder::Status RepeatUtf8CppString(const ::std::string& /*token*/, ::std::string* /*_ai… in RepeatUtf8CppString() function
|
/aosp_15_r20/system/tools/aidl/tests/rust/ |
D | test_service.rs | 182 fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
|
D | test_service_async.rs | 212 async fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 3572 ::ndk::ScopedAStatus BpTestService::RepeatUtf8CppString(const std::string& in_token, std::string* _… in RepeatUtf8CppString() function in aidl::android::aidl::tests::BpTestService 4733 ::ndk::ScopedAStatus ITestServiceDefault::RepeatUtf8CppString(const std::string& /*in_token*/, std:… in RepeatUtf8CppString() 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 | 3572 ::ndk::ScopedAStatus BpTestService::RepeatUtf8CppString(const std::string& in_token, std::string* _… in RepeatUtf8CppString() function in aidl::android::aidl::tests::BpTestService 4733 ::ndk::ScopedAStatus ITestServiceDefault::RepeatUtf8CppString(const std::string& /*in_token*/, std:… in RepeatUtf8CppString() function in aidl::android::aidl::tests::ITestServiceDefault
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_service_ndk.cpp | 500 ScopedAStatus RepeatUtf8CppString(const string& token, string* _aidl_return) override { in RepeatUtf8CppString() function in __anon0586964a0111::NativeService
|
D | aidl_test_service.cpp | 624 Status RepeatUtf8CppString(const string& token, in RepeatUtf8CppString() function in __anonf414188e0111::NativeService
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 2108 ::android::binder::Status BpTestService::RepeatUtf8CppString(const ::std::string& token, ::std::str… in RepeatUtf8CppString() 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 | 2108 ::android::binder::Status BpTestService::RepeatUtf8CppString(const ::std::string& token, ::std::str… in RepeatUtf8CppString() function in android::aidl::tests::BpTestService
|