Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl171 @nullable List<String> RepeatNullableStringList( in RepeatNullableStringList() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h160 …::ndk::ScopedAStatus RepeatNullableStringList(const std::optional<std::vector<std::optional<std::s… in RepeatNullableStringList() function
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java446 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/include/android/aidl/tests/
DBnTestService.h237 …::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::std::opti… in RepeatNullableStringList() function
DITestService.h627 …::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.java202 …@Override public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lan… in RepeatNullableStringList() method in ITestService.Default
506 …@Override public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lan… in RepeatNullableStringList() method in ITestService.Delegator
2841 …@Override public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lan… in RepeatNullableStringList() method in ITestService.Stub.Proxy
3704 …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-ndk-source/gen/android/aidl/tests/
DITestService.cpp3182 ::ndk::ScopedAStatus BpTestService::RepeatNullableStringList(const std::optional<std::vector<std::o… in RepeatNullableStringList() function in aidl::android::aidl::tests::BpTestService
4478 ::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-cpp-source/gen/android/aidl/tests/
DITestService.cpp1805 ::android::binder::Status BpTestService::RepeatNullableStringList(const ::std::optional<::std::vect… in RepeatNullableStringList() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/
Daidl_test_service.cpp602 Status RepeatNullableStringList(const optional<vector<optional<String16>>>& input, in RepeatNullableStringList() function in __anonbcceb43d0111::NativeService