/system/tools/aidl/tests/ |
D | aidl_test_client_utf8_strings.cpp | 98 if (func == &ITestService::ReverseUtf8CppStringList && backend == BackendType::JAVA) { in DoTest() 143 DoTest(&ITestService::ReverseUtf8CppStringList); in TEST_F()
|
D | aidl_test_client_ndk_strings_test.cpp | 103 if (func == &ITestService::ReverseUtf8CppStringList && backend == BackendType::JAVA) { in DoTest() 148 DoTest(&ITestService::ReverseUtf8CppStringList); in TEST_F()
|
D | aidl_test_service.cpp | 635 return ReverseUtf8CppStringList(input, repeated, _aidl_return); in ReverseNullableUtf8CppString() 638 Status ReverseUtf8CppStringList(const optional<vector<optional<string>>>& input, in ReverseUtf8CppStringList() function in __anon556d30440111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 180 @nullable @utf8InCpp List<String> ReverseUtf8CppStringList( in ReverseUtf8CppStringList() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 193 …::ndk::ScopedAStatus ReverseUtf8CppStringList(const std::optional<std::vector<std::optional<std::s… in ReverseUtf8CppStringList() function 194 return _impl->ReverseUtf8CppStringList(in_input, out_repeated, _aidl_return); in ReverseUtf8CppStringList()
|
D | BpTestService.h | 70 …::ndk::ScopedAStatus ReverseUtf8CppStringList(const std::optional<std::vector<std::optional<std::s…
|
D | ITestService.h | 347 …virtual ::ndk::ScopedAStatus ReverseUtf8CppStringList(const std::optional<std::vector<std::optiona… 418 …::ndk::ScopedAStatus ReverseUtf8CppStringList(const std::optional<std::vector<std::optional<std::s…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 247 …::android::binder::Status ReverseUtf8CppStringList(const ::std::optional<::std::vector<::std::opti… in ReverseUtf8CppStringList() function 248 return _aidl_delegate->ReverseUtf8CppStringList(input, repeated, _aidl_return); in ReverseUtf8CppStringList()
|
D | BpTestService.h | 69 …::android::binder::Status ReverseUtf8CppStringList(const ::std::optional<::std::vector<::std::opti…
|
D | ITestService.h | 267 …virtual ::android::binder::Status ReverseUtf8CppStringList(const ::std::optional<::std::vector<::s… 448 …::android::binder::Status ReverseUtf8CppStringList(const ::std::optional<::std::vector<::std::opti… in ReverseUtf8CppStringList() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 72 …fn ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Opti… in ReverseUtf8CppStringList() method 148 …fn ReverseUtf8CppStringList<'a>(&'a self, _arg_input: Option<&'a [Option<String>]>, _arg_repeated:… in ReverseUtf8CppStringList() method 219 …async fn ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mu… in ReverseUtf8CppStringList() method 414 …fn ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Opti… in new_async_binder() function 415 self._rt.block_on(self._inner.ReverseUtf8CppStringList(_arg_input, _arg_repeated)) in new_async_binder() 618 …fn ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Opti… in ReverseUtf8CppStringList() method 710 …pub const ReverseUtf8CppStringList: binder::binder_impl::TransactionCode = binder::binder_impl::FI… constant 1806 return _aidl_default_impl.ReverseUtf8CppStringList(_arg_input, _arg_repeated); in read_response_ReverseUtf8CppStringList() 2286 …fn ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Opti… in ReverseUtf8CppStringList() method 2288 …let _aidl_reply = self.binder.submit_transact(transactions::ReverseUtf8CppStringList, _aidl_data, … in ReverseUtf8CppStringList() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 242 …@Override public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lan… in ReverseUtf8CppStringList() method in ITestService.Default 541 …@Override public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lan… in ReverseUtf8CppStringList() method in ITestService.Delegator 543 return mImpl.ReverseUtf8CppStringList(input,repeated); in ReverseUtf8CppStringList() 1294 java.util.List<java.lang.String> _result = this.ReverseUtf8CppStringList(_arg0, _arg1); in onTransact() 2841 …@Override public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lan… in ReverseUtf8CppStringList() method in ITestService.Stub.Proxy 2853 return getDefaultImpl().ReverseUtf8CppStringList(input, repeated); in ReverseUtf8CppStringList() 3391 …public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lang.String> … in ReverseUtf8CppStringList() method
|
/system/tools/aidl/tests/rust/ |
D | test_client.rs | 560 test_reverse_null_array!(service, ReverseUtf8CppStringList, null_output); in test_utf8_string() 564 test_reverse_nullable_array!(service, ReverseUtf8CppStringList, inputs.clone()); in test_utf8_string()
|
D | test_service.rs | 338 fn ReverseUtf8CppStringList( in ReverseUtf8CppStringList() method
|
D | test_service_async.rs | 380 async fn ReverseUtf8CppStringList( in ReverseUtf8CppStringList() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 486 public List<String> ReverseUtf8CppStringList(List<String> input, List<String> repeated) in ReverseUtf8CppStringList() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1086 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->ReverseUtf8CppStringList(in_input, &out_repeated, … in _aidl_android_aidl_tests_ITestService_onTransact() 3587 ::ndk::ScopedAStatus BpTestService::ReverseUtf8CppStringList(const std::optional<std::vector<std::o… in ReverseUtf8CppStringList() function in aidl::android::aidl::tests::BpTestService 3611 …_aidl_status = ITestService::getDefaultImpl()->ReverseUtf8CppStringList(in_input, out_repeated, _a… in ReverseUtf8CppStringList() 4405 ::ndk::ScopedAStatus ITestServiceDefault::ReverseUtf8CppStringList(const std::optional<std::vector<… in ReverseUtf8CppStringList() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 2176 ::android::binder::Status BpTestService::ReverseUtf8CppStringList(const ::std::optional<::std::vect… in ReverseUtf8CppStringList() function in android::aidl::tests::BpTestService 2193 return ITestService::getDefaultImpl()->ReverseUtf8CppStringList(input, repeated, _aidl_return); in ReverseUtf8CppStringList() 4386 …::android::binder::Status _aidl_status(ReverseUtf8CppStringList(in_input, &out_repeated, &_aidl_re… in onTransact()
|