Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl142 @nullable @utf8InCpp List<String> ReverseUtf8CppStringList( in ReverseUtf8CppStringList() method
/system/tools/aidl/tests/rust/
Dtest_service.rs242 fn ReverseUtf8CppStringList( in ReverseUtf8CppStringList() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs59 …fn ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Opti… in ReverseUtf8CppStringList() method
206 …fn ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Opti… in ReverseUtf8CppStringList() method
273 pub const ReverseUtf8CppStringList: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 44; constant
1131 …fn ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Opti… in ReverseUtf8CppStringList() method
1293 …fn ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Opti… in ReverseUtf8CppStringList() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java379 public List<String> ReverseUtf8CppStringList(List<String> input, List<String> repeated) in ReverseUtf8CppStringList() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1804 ::android::binder::Status BpTestService::ReverseUtf8CppStringList(const ::std::optional<::std::vect… in ReverseUtf8CppStringList() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp2885 ::ndk::ScopedAStatus BpTestService::ReverseUtf8CppStringList(const std::vector<std::string>& in_inp… in ReverseUtf8CppStringList() function in aidl::android::aidl::tests::BpTestService
3436 ::ndk::ScopedAStatus ITestServiceDefault::ReverseUtf8CppStringList(const std::vector<std::string>& … in ReverseUtf8CppStringList() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java203 …@Override public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lan… in ReverseUtf8CppStringList() method in ITestService.Default
2099 …@Override public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lan… in ReverseUtf8CppStringList() method in ITestService.Stub.Proxy
2483 …public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lang.String> … in ReverseUtf8CppStringList() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h301 …::android::binder::Status ReverseUtf8CppStringList(const ::std::optional<::std::vector<::std::opti… in ReverseUtf8CppStringList() function
/system/tools/aidl/tests/
Daidl_test_service.cpp541 Status ReverseUtf8CppStringList(const optional<vector<optional<string>>>& input, in ReverseUtf8CppStringList() function in __anonee08dd980111::NativeService