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.cpp58 auto status = service->RepeatUtf8CppString(input, &reply); in TEST_F()
Daidl_test_service.cpp646 Status RepeatUtf8CppString(const string& token, in RepeatUtf8CppString() function in __anonbcceb43d0111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl189 @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.h184 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o… in RepeatUtf8CppString() function
185 return _impl->RepeatUtf8CppString(in_token, _aidl_return); in RepeatUtf8CppString()
DBpTestService.h67 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o…
DITestService.h563 …virtual ::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_r…
636 …::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.h261 …::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _aidl_ret… in RepeatUtf8CppString() function
262 return _aidl_delegate->RepeatUtf8CppString(token, _aidl_return); in RepeatUtf8CppString()
DBpTestService.h66 …::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _aidl_ret…
DITestService.h474 …virtual ::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _…
651 …::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.rs69 fn r#RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String>;
147 …fn r#RepeatUtf8CppString<'a>(&'a self, _arg_token: &'a str) -> binder::BoxFuture<'a, binder::Resul…
220 async fn r#RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String>;
411 fn r#RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String> { in new_async_binder()
412 self._rt.block_on(self._inner.r#RepeatUtf8CppString(_arg_token)) in new_async_binder()
621 fn r#RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String> {
725 …pub const r#RepeatUtf8CppString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST…
1785 return _aidl_default_impl.r#RepeatUtf8CppString(_arg_token); in read_response_RepeatUtf8CppString()
2344 fn r#RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String> {
2346 …let _aidl_reply = self.binder.submit_transact(transactions::r#RepeatUtf8CppString, _aidl_data, bin…
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java231 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Default
539 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Delegator
541 return mImpl.RepeatUtf8CppString(token); in RepeatUtf8CppString()
1554 java.lang.String _result = this.RepeatUtf8CppString(_arg0); in onTransact()
3026 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Stub.Proxy
3038 return getDefaultImpl().RepeatUtf8CppString(token); in RepeatUtf8CppString()
3713 …public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.RemoteExcept… in RepeatUtf8CppString() method
/system/tools/aidl/tests/rust/
Dtest_service_async.rs200 async fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
Dtest_service.rs174 fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
Dtest_client.rs553 let result = service.RepeatUtf8CppString(input); in test_utf8_string()
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java482 public String RepeatUtf8CppString(String token) throws RemoteException { in RepeatUtf8CppString() method in TestServiceServer
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java625 String response = service.RepeatUtf8CppString(query); in testRepeatUtf8String()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1024 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatUtf8CppString(in_token, &_aidl_return); in _aidl_android_aidl_tests_ITestService_onTransact()
3498 ::ndk::ScopedAStatus BpTestService::RepeatUtf8CppString(const std::string& in_token, std::string* _… in RepeatUtf8CppString() function in aidl::android::aidl::tests::BpTestService
3522 _aidl_status = ITestService::getDefaultImpl()->RepeatUtf8CppString(in_token, _aidl_return); in RepeatUtf8CppString()
4518 ::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.cpp2101 ::android::binder::Status BpTestService::RepeatUtf8CppString(const ::std::string& token, ::std::str… in RepeatUtf8CppString() function in android::aidl::tests::BpTestService
2119 return ITestService::getDefaultImpl()->RepeatUtf8CppString(token, _aidl_return); in RepeatUtf8CppString()
4482 ::android::binder::Status _aidl_status(RepeatUtf8CppString(in_token, &_aidl_return)); in onTransact()