Home
last modified time | relevance | path

Searched defs:RepeatNullableStringList (Results 1 – 8 of 8) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl120 @nullable List<String> RepeatNullableStringList( in RepeatNullableStringList() method
/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
1285 …fn RepeatNullableStringList(&self, _arg_input: Option<&[Option<String>]>) -> binder::public_api::R… 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-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
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp2551 ::ndk::ScopedAStatus BpTestService::RepeatNullableStringList(const std::vector<std::string>& in_inp… in RepeatNullableStringList() function in aidl::android::aidl::tests::BpTestService
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-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
1893 …@Override public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lan… in RepeatNullableStringList() method in ITestService.Stub.Proxy
2474 …public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lang.String> … in RepeatNullableStringList() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h277 …::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::std::opti… in RepeatNullableStringList() function
/system/tools/aidl/tests/
Daidl_test_service.cpp486 Status RepeatNullableStringList(const optional<vector<optional<String16>>>& input, in RepeatNullableStringList() function in __anonee08dd980111::NativeService