Searched defs:RepeatUtf8CppString (Results 1 – 9 of 9) sorted by relevance
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 129 @utf8InCpp String RepeatUtf8CppString(@utf8InCpp String token); in RepeatUtf8CppString() method
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 153 fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 55 fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::public_api::Result<String>; in RepeatUtf8CppString() method 194 fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::public_api::Result<String> { in RepeatUtf8CppString() method 269 pub const RepeatUtf8CppString: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 40; constant 1059 fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::public_api::Result<String> { in RepeatUtf8CppString() method 1289 …fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::public_api::Result<String> { self.0.Rep… in RepeatUtf8CppString() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 349 public String RepeatUtf8CppString(String token) throws RemoteException { in RepeatUtf8CppString() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1636 ::android::binder::Status BpTestService::RepeatUtf8CppString(const ::std::string& token, ::std::str… in RepeatUtf8CppString() function in android::aidl::tests::BpTestService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 2709 ::ndk::ScopedAStatus BpTestService::RepeatUtf8CppString(const std::string& in_token, std::string* _… in RepeatUtf8CppString() function in aidl::android::aidl::tests::BpTestService 3416 ::ndk::ScopedAStatus ITestServiceDefault::RepeatUtf8CppString(const std::string& /*in_token*/, std:… in RepeatUtf8CppString() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 187 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Default 1993 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Stub.Proxy 2479 …public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.RemoteExcept… in RepeatUtf8CppString() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ITestService.h | 289 ::android::binder::Status RepeatUtf8CppString(const ::std::string&, ::std::string*) override { in RepeatUtf8CppString() function
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 510 Status RepeatUtf8CppString(const string& token, in RepeatUtf8CppString() function in __anonee08dd980111::NativeService
|