Home
last modified time | relevance | path

Searched refs:RepeatUtf8CppString (Results 1 – 19 of 19) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_utf8_strings.cpp50 auto status = service->RepeatUtf8CppString(input, &reply); in TEST_F()
Daidl_test_client_ndk_strings_test.cpp55 auto status = service->RepeatUtf8CppString(input, &reply); in TEST_F()
Daidl_test_service.cpp607 Status RepeatUtf8CppString(const string& token, in RepeatUtf8CppString() function in __anon556d30440111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl167 @utf8InCpp String RepeatUtf8CppString(@utf8InCpp String token); in RepeatUtf8CppString() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h181 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o… in RepeatUtf8CppString() function
182 return _impl->RepeatUtf8CppString(in_token, _aidl_return); in RepeatUtf8CppString()
DBpTestService.h66 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o…
DITestService.h343 …virtual ::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_r…
414 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o…
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h235 …::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _aidl_ret… in RepeatUtf8CppString() function
236 return _aidl_delegate->RepeatUtf8CppString(token, _aidl_return); in RepeatUtf8CppString()
DBpTestService.h65 …::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _aidl_ret…
DITestService.h263 …virtual ::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _…
436 …::android::binder::Status RepeatUtf8CppString(const ::std::string& /*token*/, ::std::string* /*_ai… in RepeatUtf8CppString() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs68 fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String>; in RepeatUtf8CppString() method
144 …fn RepeatUtf8CppString<'a>(&'a self, _arg_token: &'a str) -> binder::BoxFuture<'a, binder::Result<… in RepeatUtf8CppString() method
215 async fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String>; in RepeatUtf8CppString() method
402 fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String> { in new_async_binder() function
403 self._rt.block_on(self._inner.RepeatUtf8CppString(_arg_token)) in new_async_binder()
606 fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
706 …pub const RepeatUtf8CppString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_C… constant
1730 return _aidl_default_impl.RepeatUtf8CppString(_arg_token); in read_response_RepeatUtf8CppString()
2266 fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
2268 …let _aidl_reply = self.binder.submit_transact(transactions::RepeatUtf8CppString, _aidl_data, binde… in RepeatUtf8CppString()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java226 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Default
525 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Delegator
527 return mImpl.RepeatUtf8CppString(token); in RepeatUtf8CppString()
1236 java.lang.String _result = this.RepeatUtf8CppString(_arg0); in onTransact()
2731 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Stub.Proxy
2743 return getDefaultImpl().RepeatUtf8CppString(token); in RepeatUtf8CppString()
3387 …public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.RemoteExcept… in RepeatUtf8CppString() method
/system/tools/aidl/tests/rust/
Dtest_service.rs160 fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
Dtest_service_async.rs185 async fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
Dtest_client.rs535 let result = service.RepeatUtf8CppString(input); in test_utf8_string()
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java456 public String RepeatUtf8CppString(String token) throws RemoteException { in RepeatUtf8CppString() method in TestServiceServer
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java603 String response = service.RepeatUtf8CppString(query); in testRepeatUtf8String()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp999 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatUtf8CppString(in_token, &_aidl_return); in _aidl_android_aidl_tests_ITestService_onTransact()
3411 ::ndk::ScopedAStatus BpTestService::RepeatUtf8CppString(const std::string& in_token, std::string* _… in RepeatUtf8CppString() function in aidl::android::aidl::tests::BpTestService
3435 _aidl_status = ITestService::getDefaultImpl()->RepeatUtf8CppString(in_token, _aidl_return); in RepeatUtf8CppString()
4385 ::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-cpp-source/gen/android/aidl/tests/
DITestService.cpp2008 ::android::binder::Status BpTestService::RepeatUtf8CppString(const ::std::string& token, ::std::str… in RepeatUtf8CppString() function in android::aidl::tests::BpTestService
2025 return ITestService::getDefaultImpl()->RepeatUtf8CppString(token, _aidl_return); in RepeatUtf8CppString()
4247 ::android::binder::Status _aidl_status(RepeatUtf8CppString(in_token, &_aidl_return)); in onTransact()