/system/tools/aidl/tests/ |
D | aidl_test_client_utf8_strings.cpp | 98 if (func == &ITestService::ReverseUtf8CppStringList && backend == BackendType::JAVA) { in DoTest() 143 DoTest(&ITestService::ReverseUtf8CppStringList); in TEST_F()
|
D | aidl_test_service.cpp | 538 return ReverseUtf8CppStringList(input, repeated, _aidl_return); in ReverseNullableUtf8CppString() 541 Status ReverseUtf8CppStringList(const optional<vector<optional<string>>>& input, in ReverseUtf8CppStringList() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 142 @nullable @utf8InCpp List<String> ReverseUtf8CppStringList( in ReverseUtf8CppStringList() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 59 …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 1132 …let _aidl_reply = self.binder.transact(transactions::ReverseUtf8CppStringList, binder::FLAG_CLEAR_… in ReverseUtf8CppStringList() 1139 return _aidl_default_impl.ReverseUtf8CppStringList(_arg_input, _arg_repeated); in ReverseUtf8CppStringList() 1293 …ReverseUtf8CppStringList(&self, _arg_input: Option<&[Option<String>]>, _arg_repeated: &mut Option<… in ReverseUtf8CppStringList() method 1864 transactions::ReverseUtf8CppStringList => { in on_transact() 1867 …let _aidl_return = _aidl_service.ReverseUtf8CppStringList(_arg_input.as_deref(), &mut _arg_repeate… in on_transact()
|
/system/tools/aidl/tests/rust/ |
D | test_client.rs | 500 test_reverse_null_array!(service, ReverseUtf8CppStringList, null_output); in test_utf8_string() 504 test_reverse_nullable_array!(service, ReverseUtf8CppStringList, inputs.clone()); in test_utf8_string()
|
D | test_service.rs | 242 fn ReverseUtf8CppStringList( in ReverseUtf8CppStringList() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 60 …::ndk::ScopedAStatus ReverseUtf8CppStringList(const std::vector<std::string>& in_input, std::vecto…
|
D | ITestService.h | 209 …virtual ::ndk::ScopedAStatus ReverseUtf8CppStringList(const std::vector<std::string>& in_input, st… 265 …::ndk::ScopedAStatus ReverseUtf8CppStringList(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 | 62 …::android::binder::Status ReverseUtf8CppStringList(const ::std::optional<::std::vector<::std::opti…
|
D | ITestService.h | 155 …virtual ::android::binder::Status ReverseUtf8CppStringList(const ::std::optional<::std::vector<::s… 301 …::android::binder::Status ReverseUtf8CppStringList(const ::std::optional<::std::vector<::std::opti… in ReverseUtf8CppStringList() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 203 …@Override public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lan… in ReverseUtf8CppStringList() method in ITestService.Default 868 java.util.List<java.lang.String> _result = this.ReverseUtf8CppStringList(_arg0, _arg1); in onTransact() 2099 …@Override public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lan… in ReverseUtf8CppStringList() method in ITestService.Stub.Proxy 2110 return getDefaultImpl().ReverseUtf8CppStringList(input, repeated); in ReverseUtf8CppStringList() 2483 …public java.util.List<java.lang.String> ReverseUtf8CppStringList(java.util.List<java.lang.String> … in ReverseUtf8CppStringList() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 379 public List<String> ReverseUtf8CppStringList(List<String> input, List<String> repeated) in ReverseUtf8CppStringList() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 901 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->ReverseUtf8CppStringList(in_input, &out_repeated, … in _aidl_onTransact() 2885 ::ndk::ScopedAStatus BpTestService::ReverseUtf8CppStringList(const std::vector<std::string>& in_inp… in ReverseUtf8CppStringList() function in aidl::android::aidl::tests::BpTestService 2909 …_aidl_status = ITestService::getDefaultImpl()->ReverseUtf8CppStringList(in_input, out_repeated, _a… in ReverseUtf8CppStringList() 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-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1804 ::android::binder::Status BpTestService::ReverseUtf8CppStringList(const ::std::optional<::std::vect… in ReverseUtf8CppStringList() function in android::aidl::tests::BpTestService 1821 return ITestService::getDefaultImpl()->ReverseUtf8CppStringList(input, repeated, _aidl_return); in ReverseUtf8CppStringList() 3335 …::android::binder::Status _aidl_status(ReverseUtf8CppStringList(in_input, &out_repeated, &_aidl_re… in onTransact()
|