/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 | 106 if (func == &ITestService::ReverseUtf8CppStringList && backend == BackendType::JAVA) { in DoTest() 151 DoTest(&ITestService::ReverseUtf8CppStringList); in TEST_F()
|
D | aidl_test_service.cpp | 674 return ReverseUtf8CppStringList(input, repeated, _aidl_return); in ReverseNullableUtf8CppString() 677 Status ReverseUtf8CppStringList(const optional<vector<optional<string>>>& input, in ReverseUtf8CppStringList() function in __anonbcceb43d0111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 202 @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 | 196 …::ndk::ScopedAStatus ReverseUtf8CppStringList(const std::optional<std::vector<std::optional<std::s… in ReverseUtf8CppStringList() function 197 return _impl->ReverseUtf8CppStringList(in_input, out_repeated, _aidl_return); in ReverseUtf8CppStringList()
|
D | BpTestService.h | 71 …::ndk::ScopedAStatus ReverseUtf8CppStringList(const std::optional<std::vector<std::optional<std::s…
|
D | ITestService.h | 567 …virtual ::ndk::ScopedAStatus ReverseUtf8CppStringList(const std::optional<std::vector<std::optiona… 640 …::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 | 273 …::android::binder::Status ReverseUtf8CppStringList(const ::std::optional<::std::vector<::std::opti… in ReverseUtf8CppStringList() function 274 return _aidl_delegate->ReverseUtf8CppStringList(input, repeated, _aidl_return); in ReverseUtf8CppStringList()
|
D | BpTestService.h | 70 …::android::binder::Status ReverseUtf8CppStringList(const ::std::optional<::std::vector<::std::opti…
|
D | ITestService.h | 478 …virtual ::android::binder::Status ReverseUtf8CppStringList(const ::std::optional<::std::vector<::s… 663 …::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 | 73 …fn r#ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Op… 151 …fn r#ReverseUtf8CppStringList<'a>(&'a self, _arg_input: Option<&'a [Option<String>]>, _arg_repeate… 224 …async fn r#ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &… 423 …fn r#ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Op… in new_async_binder() 424 self._rt.block_on(self._inner.r#ReverseUtf8CppStringList(_arg_input, _arg_repeated)) in new_async_binder() 633 …fn r#ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Op… 729 …pub const r#ReverseUtf8CppStringList: binder::binder_impl::TransactionCode = binder::binder_impl::… 1861 return _aidl_default_impl.r#ReverseUtf8CppStringList(_arg_input, _arg_repeated); in read_response_ReverseUtf8CppStringList() 2364 …fn r#ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Op… 2366 …let _aidl_reply = self.binder.submit_transact(transactions::r#ReverseUtf8CppStringList, _aidl_data… [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 247 …@Override public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lan… in ReverseUtf8CppStringList() method in ITestService.Default 555 …@Override public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lan… in ReverseUtf8CppStringList() method in ITestService.Delegator 557 return mImpl.ReverseUtf8CppStringList(input,repeated); in ReverseUtf8CppStringList() 1612 java.util.List<java.lang.String> _result = this.ReverseUtf8CppStringList(_arg0, _arg1); in onTransact() 3126 …@Override public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lan… in ReverseUtf8CppStringList() method in ITestService.Stub.Proxy 3138 return getDefaultImpl().ReverseUtf8CppStringList(input, repeated); in ReverseUtf8CppStringList() 3717 …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 | 578 test_reverse_null_array!(service, ReverseUtf8CppStringList, null_output); in test_utf8_string() 582 test_reverse_nullable_array!(service, ReverseUtf8CppStringList, inputs.clone()); in test_utf8_string()
|
D | test_service_async.rs | 410 async fn ReverseUtf8CppStringList( in ReverseUtf8CppStringList() method
|
D | test_service.rs | 367 fn ReverseUtf8CppStringList( in ReverseUtf8CppStringList() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 512 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 | 1111 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->ReverseUtf8CppStringList(in_input, &out_repeated, … in _aidl_android_aidl_tests_ITestService_onTransact() 3674 ::ndk::ScopedAStatus BpTestService::ReverseUtf8CppStringList(const std::optional<std::vector<std::o… in ReverseUtf8CppStringList() function in aidl::android::aidl::tests::BpTestService 3698 …_aidl_status = ITestService::getDefaultImpl()->ReverseUtf8CppStringList(in_input, out_repeated, _a… in ReverseUtf8CppStringList() 4538 ::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 | 2273 ::android::binder::Status BpTestService::ReverseUtf8CppStringList(const ::std::optional<::std::vect… in ReverseUtf8CppStringList() function in android::aidl::tests::BpTestService 2291 return ITestService::getDefaultImpl()->ReverseUtf8CppStringList(input, repeated, _aidl_return); in ReverseUtf8CppStringList() 4625 …::android::binder::Status _aidl_status(ReverseUtf8CppStringList(in_input, &out_repeated, &_aidl_re… in onTransact()
|