Home
last modified time | relevance | path

Searched refs:RepeatNullableStringList (Results 1 – 25 of 28) sorted by relevance

12

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl179 @nullable List<String> RepeatNullableStringList( in RepeatNullableStringList() method
/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp94 DoTest(&ITestService::RepeatNullableStringList, std::make_optional(input)); in TEST_F()
Daidl_test_service.cpp580 Status RepeatNullableStringList(const optional<vector<optional<String16>>>& input, in RepeatNullableStringList() function in __anon6380430e0111::NativeService
Daidl_test_service_ndk.cpp455 ScopedAStatus RepeatNullableStringList(const optional<vector<optional<std::string>>>& input, in RepeatNullableStringList() function in __anon4c0400ca0111::NativeService
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h168 …::ndk::ScopedAStatus RepeatNullableStringList(const std::optional<std::vector<std::optional<std::s… in RepeatNullableStringList() function
169 return _impl->RepeatNullableStringList(in_input, _aidl_return); in RepeatNullableStringList()
DBpTestService.h67 …::ndk::ScopedAStatus RepeatNullableStringList(const std::optional<std::vector<std::optional<std::s…
DITestService.h688 …virtual ::ndk::ScopedAStatus RepeatNullableStringList(const std::optional<std::vector<std::optiona…
764 …::ndk::ScopedAStatus RepeatNullableStringList(const std::optional<std::vector<std::optional<std::s…
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h168 …::ndk::ScopedAStatus RepeatNullableStringList(const std::optional<std::vector<std::optional<std::s… in RepeatNullableStringList() function
169 return _impl->RepeatNullableStringList(in_input, _aidl_return); in RepeatNullableStringList()
DBpTestService.h67 …::ndk::ScopedAStatus RepeatNullableStringList(const std::optional<std::vector<std::optional<std::s…
DITestService.h688 …virtual ::ndk::ScopedAStatus RepeatNullableStringList(const std::optional<std::vector<std::optiona…
764 …::ndk::ScopedAStatus RepeatNullableStringList(const std::optional<std::vector<std::optional<std::s…
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h248 …::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::std::opti… in RepeatNullableStringList() function
249 return _aidl_delegate->RepeatNullableStringList(input, _aidl_return); in RepeatNullableStringList()
DBpTestService.h66 …::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::std::opti…
DITestService.h596 …virtual ::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::s…
760 …::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::std::opti… in RepeatNullableStringList() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h248 …::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::std::opti… in RepeatNullableStringList() function
249 return _aidl_delegate->RepeatNullableStringList(input, _aidl_return); in RepeatNullableStringList()
DBpTestService.h66 …::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::std::opti…
DITestService.h596 …virtual ::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::s…
760 …::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::std::opti… in RepeatNullableStringList() function
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs73 …fn r#RepeatNullableStringList<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<String>]>) -> b…
157 …fn r#RepeatNullableStringList<'a, >(&'a self, _arg_input: Option<&'a [Option<String>]>) -> binder:…
233 …async fn r#RepeatNullableStringList<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<String>]>…
411 …fn r#RepeatNullableStringList<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<String>]>) -> b… in new_async_binder()
412 self._rt.block_on(self._inner.r#RepeatNullableStringList(_arg_input)) in new_async_binder()
637 …fn r#RepeatNullableStringList<'a, >(&'a self, _arg_input: Option<&'a [Option<String>]>) -> binder:… in try_into_local_async()
638 Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableStringList(_arg_input)) in try_into_local_async()
859 …fn r#RepeatNullableStringList<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<String>]>) -> b…
988 …pub const r#RepeatNullableStringList: binder::binder_impl::TransactionCode = binder::binder_impl::…
1916 return _aidl_default_impl.r#RepeatNullableStringList(_arg_input); in read_response_RepeatNullableStringList()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs73 …fn r#RepeatNullableStringList<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<String>]>) -> b…
157 …fn r#RepeatNullableStringList<'a, >(&'a self, _arg_input: Option<&'a [Option<String>]>) -> binder:…
233 …async fn r#RepeatNullableStringList<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<String>]>…
411 …fn r#RepeatNullableStringList<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<String>]>) -> b… in new_async_binder()
412 self._rt.block_on(self._inner.r#RepeatNullableStringList(_arg_input)) in new_async_binder()
637 …fn r#RepeatNullableStringList<'a, >(&'a self, _arg_input: Option<&'a [Option<String>]>) -> binder:… in try_into_local_async()
638 Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableStringList(_arg_input)) in try_into_local_async()
859 …fn r#RepeatNullableStringList<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [Option<String>]>) -> b…
988 …pub const r#RepeatNullableStringList: binder::binder_impl::TransactionCode = binder::binder_impl::…
1916 return _aidl_default_impl.r#RepeatNullableStringList(_arg_input); in read_response_RepeatNullableStringList()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java210 …@Override public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lan… in RepeatNullableStringList() method in ITestService.Default
527 …@Override public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lan… in RepeatNullableStringList() method in ITestService.Delegator
529 return mImpl.RepeatNullableStringList(input); in RepeatNullableStringList()
1546 java.util.List<java.lang.String> _result = this.RepeatNullableStringList(_arg0); in onTransact()
2962 …@Override public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lan… in RepeatNullableStringList() method in ITestService.Stub.Proxy
2974 return getDefaultImpl().RepeatNullableStringList(input); in RepeatNullableStringList()
3909 …public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lang.String> … in RepeatNullableStringList() method
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java210 …@Override public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lan… in RepeatNullableStringList() method in ITestService.Default
527 …@Override public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lan… in RepeatNullableStringList() method in ITestService.Delegator
529 return mImpl.RepeatNullableStringList(input); in RepeatNullableStringList()
1546 java.util.List<java.lang.String> _result = this.RepeatNullableStringList(_arg0); in onTransact()
2962 …@Override public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lan… in RepeatNullableStringList() method in ITestService.Stub.Proxy
2974 return getDefaultImpl().RepeatNullableStringList(input); in RepeatNullableStringList()
3909 …public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lang.String> … in RepeatNullableStringList() method
/system/tools/aidl/tests/rust/
Dtest_service.rs327 impl_repeat_nullable! {RepeatNullableStringList, Option<String>}
Dtest_service_async.rs365 impl_repeat_nullable! {RepeatNullableStringList, Option<String>}
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java455 public List<String> RepeatNullableStringList(List<String> input) throws RemoteException { in RepeatNullableStringList() method in TestServiceServer
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp904 … ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableStringList(in_input, &_aidl_return); in _aidl_android_aidl_tests_ITestService_onTransact()
3256 ::ndk::ScopedAStatus BpTestService::RepeatNullableStringList(const std::optional<std::vector<std::o… in RepeatNullableStringList() function in aidl::android::aidl::tests::BpTestService
3280 _aidl_status = ITestService::getDefaultImpl()->RepeatNullableStringList(in_input, _aidl_return); in RepeatNullableStringList()
4693 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableStringList(const std::optional<std::vector<… in RepeatNullableStringList() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp904 … ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableStringList(in_input, &_aidl_return); in _aidl_android_aidl_tests_ITestService_onTransact()
3256 ::ndk::ScopedAStatus BpTestService::RepeatNullableStringList(const std::optional<std::vector<std::o… in RepeatNullableStringList() function in aidl::android::aidl::tests::BpTestService
3280 _aidl_status = ITestService::getDefaultImpl()->RepeatNullableStringList(in_input, _aidl_return); in RepeatNullableStringList()
4693 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableStringList(const std::optional<std::vector<… in RepeatNullableStringList() function in aidl::android::aidl::tests::ITestServiceDefault

12