Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl120 @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.cpp486 Status RepeatNullableStringList(const optional<vector<optional<String16>>>& input, in RepeatNullableStringList() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs51 …fn RepeatNullableStringList(&self, _arg_input: Option<&[Option<String>]>) -> binder::public_api::R… in RepeatNullableStringList() method
182 …fn RepeatNullableStringList(&self, _arg_input: Option<&[Option<String>]>) -> binder::public_api::R… in RepeatNullableStringList() method
265 pub const RepeatNullableStringList: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 36; constant
993 …fn RepeatNullableStringList(&self, _arg_input: Option<&[Option<String>]>) -> binder::public_api::R… in RepeatNullableStringList() method
994 …let _aidl_reply = self.binder.transact(transactions::RepeatNullableStringList, binder::FLAG_CLEAR_… in RepeatNullableStringList()
1001 return _aidl_default_impl.RepeatNullableStringList(_arg_input); in RepeatNullableStringList()
1285RepeatNullableStringList(&self, _arg_input: Option<&[Option<String>]>) -> binder::public_api::Resu… in RepeatNullableStringList() method
1764 transactions::RepeatNullableStringList => { in on_transact()
1766 let _aidl_return = _aidl_service.RepeatNullableStringList(_arg_input.as_deref()); in on_transact()
/system/tools/aidl/tests/rust/
Dtest_service.rs202 impl_repeat_nullable! {RepeatNullableStringList, Option<String>}
Dtest_client.rs395 RepeatNullableStringList,
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h52 …::ndk::ScopedAStatus RepeatNullableStringList(const std::vector<std::string>& in_input, std::vecto…
DITestService.h201 …virtual ::ndk::ScopedAStatus RepeatNullableStringList(const std::vector<std::string>& in_input, st…
257 …::ndk::ScopedAStatus RepeatNullableStringList(const std::vector<std::string>& in_input, std::vecto…
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h54 …::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::std::opti…
DITestService.h147 …virtual ::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::s…
277 …::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::std::opti… in RepeatNullableStringList() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java172 …@Override public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lan… in RepeatNullableStringList() method in ITestService.Default
759 java.util.List<java.lang.String> _result = this.RepeatNullableStringList(_arg0); in onTransact()
1893 …@Override public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lan… in RepeatNullableStringList() method in ITestService.Stub.Proxy
1904 return getDefaultImpl().RepeatNullableStringList(input); in RepeatNullableStringList()
2474 …public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lang.String> … in RepeatNullableStringList() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java332 public List<String> RepeatNullableStringList(List<String> input) throws RemoteException { in RepeatNullableStringList() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp750 … ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableStringList(in_input, &_aidl_return); in _aidl_onTransact()
2551 ::ndk::ScopedAStatus BpTestService::RepeatNullableStringList(const std::vector<std::string>& in_inp… in RepeatNullableStringList() function in aidl::android::aidl::tests::BpTestService
2575 _aidl_status = ITestService::getDefaultImpl()->RepeatNullableStringList(in_input, _aidl_return); in RepeatNullableStringList()
3396 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableStringList(const std::vector<std::string>& … in RepeatNullableStringList() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1492 ::android::binder::Status BpTestService::RepeatNullableStringList(const ::std::optional<::std::vect… in RepeatNullableStringList() function in android::aidl::tests::BpTestService
1509 return ITestService::getDefaultImpl()->RepeatNullableStringList(input, _aidl_return); in RepeatNullableStringList()
3118 ::android::binder::Status _aidl_status(RepeatNullableStringList(in_input, &_aidl_return)); in onTransact()