/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 120 @nullable List<String> RepeatNullableStringList( in RepeatNullableStringList() method
|
/system/tools/aidl/tests/ |
D | aidl_test_client_nullables.cpp | 94 DoTest(&ITestService::RepeatNullableStringList, std::make_optional(input)); in TEST_F()
|
D | aidl_test_service.cpp | 486 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/ |
D | ITestService.rs | 51 …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() 1285 …RepeatNullableStringList(&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/ |
D | test_service.rs | 202 impl_repeat_nullable! {RepeatNullableStringList, Option<String>}
|
D | test_client.rs | 395 RepeatNullableStringList,
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 52 …::ndk::ScopedAStatus RepeatNullableStringList(const std::vector<std::string>& in_input, std::vecto…
|
D | ITestService.h | 201 …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/ |
D | BpTestService.h | 54 …::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::std::opti…
|
D | ITestService.h | 147 …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/ |
D | ITestService.java | 172 …@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/ |
D | TestServiceServer.java | 332 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/ |
D | ITestService.cpp | 750 … ::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/ |
D | ITestService.cpp | 1492 ::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()
|