Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl137 @nullable @utf8InCpp String[] ReverseNullableUtf8CppString( in ReverseNullableUtf8CppString() method
/system/tools/aidl/tests/rust/
Dtest_service.rs227 fn ReverseNullableUtf8CppString( in ReverseNullableUtf8CppString() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs58 …fn ReverseNullableUtf8CppString(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut … in ReverseNullableUtf8CppString() method
203 …fn ReverseNullableUtf8CppString(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut … in ReverseNullableUtf8CppString() method
272 …pub const ReverseNullableUtf8CppString: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION +… constant
1112 …fn ReverseNullableUtf8CppString(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut … in ReverseNullableUtf8CppString() method
1292 …fn ReverseNullableUtf8CppString(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut … in ReverseNullableUtf8CppString() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java366 public String[] ReverseNullableUtf8CppString(String[] input, String[] repeated) in ReverseNullableUtf8CppString() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1758 ::android::binder::Status BpTestService::ReverseNullableUtf8CppString(const ::std::optional<::std::… in ReverseNullableUtf8CppString() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp2838 ::ndk::ScopedAStatus BpTestService::ReverseNullableUtf8CppString(const std::optional<std::vector<st… in ReverseNullableUtf8CppString() function in aidl::android::aidl::tests::BpTestService
3431 ::ndk::ScopedAStatus ITestServiceDefault::ReverseNullableUtf8CppString(const std::optional<std::vec… in ReverseNullableUtf8CppString() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java199 …@Override public java.lang.String[] ReverseNullableUtf8CppString(java.lang.String[] input, java.la… in ReverseNullableUtf8CppString() method in ITestService.Default
2069 …@Override public java.lang.String[] ReverseNullableUtf8CppString(java.lang.String[] input, java.la… in ReverseNullableUtf8CppString() method in ITestService.Stub.Proxy
2482 …public java.lang.String[] ReverseNullableUtf8CppString(java.lang.String[] input, java.lang.String[… in ReverseNullableUtf8CppString() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h298 …::android::binder::Status ReverseNullableUtf8CppString(const ::std::optional<::std::vector<::std::… in ReverseNullableUtf8CppString() function
/system/tools/aidl/tests/
Daidl_test_service.cpp535 Status ReverseNullableUtf8CppString(const optional<vector<optional<string>>>& input, in ReverseNullableUtf8CppString() function in __anonee08dd980111::NativeService