Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_utf8_strings.cpp77 auto status = service->ReverseUtf8CppString(input, &repeated, &reversed); in TEST_F()
Daidl_test_client_ndk_strings_test.cpp82 auto status = service->ReverseUtf8CppString(input, &repeated, &reversed); in TEST_F()
Daidl_test_service.cpp626 Status ReverseUtf8CppString(const vector<string>& input, in ReverseUtf8CppString() function in __anon556d30440111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl171 @utf8InCpp String[] ReverseUtf8CppString( in ReverseUtf8CppString() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h187 …::ndk::ScopedAStatus ReverseUtf8CppString(const std::vector<std::string>& in_input, std::vector<st… in ReverseUtf8CppString() function
188 return _impl->ReverseUtf8CppString(in_input, out_repeated, _aidl_return); in ReverseUtf8CppString()
DBpTestService.h68 …::ndk::ScopedAStatus ReverseUtf8CppString(const std::vector<std::string>& in_input, std::vector<st…
DITestService.h345 …virtual ::ndk::ScopedAStatus ReverseUtf8CppString(const std::vector<std::string>& in_input, std::v…
416 …::ndk::ScopedAStatus ReverseUtf8CppString(const std::vector<std::string>& in_input, std::vector<st…
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h241 …::android::binder::Status ReverseUtf8CppString(const ::std::vector<::std::string>& input, ::std::v… in ReverseUtf8CppString() function
242 return _aidl_delegate->ReverseUtf8CppString(input, repeated, _aidl_return); in ReverseUtf8CppString()
DBpTestService.h67 …::android::binder::Status ReverseUtf8CppString(const ::std::vector<::std::string>& input, ::std::v…
DITestService.h265 …virtual ::android::binder::Status ReverseUtf8CppString(const ::std::vector<::std::string>& input, …
442 …::android::binder::Status ReverseUtf8CppString(const ::std::vector<::std::string>& /*input*/, ::st… in ReverseUtf8CppString() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs70 …fn ReverseUtf8CppString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::… in ReverseUtf8CppString() method
146 …fn ReverseUtf8CppString<'a>(&'a self, _arg_input: &'a [String], _arg_repeated: &'a mut Vec<String>… in ReverseUtf8CppString() method
217 …async fn ReverseUtf8CppString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> bi… in ReverseUtf8CppString() method
408 …fn ReverseUtf8CppString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::… in new_async_binder() function
409 self._rt.block_on(self._inner.ReverseUtf8CppString(_arg_input, _arg_repeated)) in new_async_binder()
612 …fn ReverseUtf8CppString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::… in ReverseUtf8CppString() method
708 …pub const ReverseUtf8CppString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_… constant
1767 return _aidl_default_impl.ReverseUtf8CppString(_arg_input, _arg_repeated); in read_response_ReverseUtf8CppString()
2276 …fn ReverseUtf8CppString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::… in ReverseUtf8CppString() method
2278 …let _aidl_reply = self.binder.submit_transact(transactions::ReverseUtf8CppString, _aidl_data, bind… in ReverseUtf8CppString()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java234 …@Override public java.lang.String[] ReverseUtf8CppString(java.lang.String[] input, java.lang.Strin… in ReverseUtf8CppString() method in ITestService.Default
533 …@Override public java.lang.String[] ReverseUtf8CppString(java.lang.String[] input, java.lang.Strin… in ReverseUtf8CppString() method in ITestService.Delegator
535 return mImpl.ReverseUtf8CppString(input,repeated); in ReverseUtf8CppString()
1263 java.lang.String[] _result = this.ReverseUtf8CppString(_arg0, _arg1); in onTransact()
2779 …@Override public java.lang.String[] ReverseUtf8CppString(java.lang.String[] input, java.lang.Strin… in ReverseUtf8CppString() method in ITestService.Stub.Proxy
2797 return getDefaultImpl().ReverseUtf8CppString(input, repeated); in ReverseUtf8CppString()
3389 …public java.lang.String[] ReverseUtf8CppString(java.lang.String[] input, java.lang.String[] repeat… in ReverseUtf8CppString() method
/system/tools/aidl/tests/rust/
Dtest_service.rs154 impl_reverse! {ReverseUtf8CppString, String}
Dtest_service_async.rs179 impl_reverse! {ReverseUtf8CppString, String}
Dtest_client.rs258 ReverseUtf8CppString,
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java464 public String[] ReverseUtf8CppString(String[] input, String[] repeated) throws RemoteException { in ReverseUtf8CppString() method in TestServiceServer
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java613 String[] reversed = service.ReverseUtf8CppString(input, echoed); in testReverseUtf8StringArray()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1039 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->ReverseUtf8CppString(in_input, &out_repeated, &_ai… in _aidl_android_aidl_tests_ITestService_onTransact()
3493 ::ndk::ScopedAStatus BpTestService::ReverseUtf8CppString(const std::vector<std::string>& in_input, … in ReverseUtf8CppString() function in aidl::android::aidl::tests::BpTestService
3520 …_aidl_status = ITestService::getDefaultImpl()->ReverseUtf8CppString(in_input, out_repeated, _aidl_… in ReverseUtf8CppString()
4395 ::ndk::ScopedAStatus ITestServiceDefault::ReverseUtf8CppString(const std::vector<std::string>& /*in… in ReverseUtf8CppString() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp2084 ::android::binder::Status BpTestService::ReverseUtf8CppString(const ::std::vector<::std::string>& i… in ReverseUtf8CppString() function in android::aidl::tests::BpTestService
2105 return ITestService::getDefaultImpl()->ReverseUtf8CppString(input, repeated, _aidl_return); in ReverseUtf8CppString()
4312 …::android::binder::Status _aidl_status(ReverseUtf8CppString(in_input, &out_repeated, &_aidl_return… in onTransact()