Home
last modified time | relevance | path

Searched refs:RepeatNullableUtf8CppString (Results 1 – 18 of 18) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_utf8_strings.cpp56 auto status = service->RepeatNullableUtf8CppString(std::nullopt, &reply); in TEST_F()
62 auto status = service->RepeatNullableUtf8CppString(input, &reply); in TEST_F()
Daidl_test_client_ndk_strings_test.cpp64 auto status = service->RepeatNullableUtf8CppString(std::nullopt, &reply); in TEST_F()
70 auto status = service->RepeatNullableUtf8CppString(input, &reply); in TEST_F()
Daidl_test_service.cpp653 Status RepeatNullableUtf8CppString(const optional<string>& token, in RepeatNullableUtf8CppString() function in __anonbcceb43d0111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl190 @nullable @utf8InCpp String RepeatNullableUtf8CppString( in RepeatNullableUtf8CppString() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h187 …::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_token, std::… in RepeatNullableUtf8CppString() function
188 return _impl->RepeatNullableUtf8CppString(in_token, _aidl_return); in RepeatNullableUtf8CppString()
DBpTestService.h68 …::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_token, std::…
DITestService.h564 …virtual ::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_toke…
637 …::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_token, std::…
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h264 …::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>& token,… in RepeatNullableUtf8CppString() function
265 return _aidl_delegate->RepeatNullableUtf8CppString(token, _aidl_return); in RepeatNullableUtf8CppString()
DBpTestService.h67 …::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>& token,…
DITestService.h475 …virtual ::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>…
654 …::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>& /*toke… in RepeatNullableUtf8CppString() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs70 …fn r#RepeatNullableUtf8CppString(&self, _arg_token: Option<&str>) -> binder::Result<Option<String>…
148 …fn r#RepeatNullableUtf8CppString<'a>(&'a self, _arg_token: Option<&'a str>) -> binder::BoxFuture<'…
221 …async fn r#RepeatNullableUtf8CppString(&self, _arg_token: Option<&str>) -> binder::Result<Option<S…
414 …fn r#RepeatNullableUtf8CppString(&self, _arg_token: Option<&str>) -> binder::Result<Option<String>… in new_async_binder()
415 self._rt.block_on(self._inner.r#RepeatNullableUtf8CppString(_arg_token)) in new_async_binder()
624 …fn r#RepeatNullableUtf8CppString(&self, _arg_token: Option<&str>) -> binder::Result<Option<String>…
726 …pub const r#RepeatNullableUtf8CppString: binder::binder_impl::TransactionCode = binder::binder_imp…
1803 return _aidl_default_impl.r#RepeatNullableUtf8CppString(_arg_token); in read_response_RepeatNullableUtf8CppString()
2349 …fn r#RepeatNullableUtf8CppString(&self, _arg_token: Option<&str>) -> binder::Result<Option<String>…
2351 …let _aidl_reply = self.binder.submit_transact(transactions::r#RepeatNullableUtf8CppString, _aidl_d…
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java235 …@Override public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws andro… in RepeatNullableUtf8CppString() method in ITestService.Default
543 …@Override public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws andro… in RepeatNullableUtf8CppString() method in ITestService.Delegator
545 return mImpl.RepeatNullableUtf8CppString(token); in RepeatNullableUtf8CppString()
1564 java.lang.String _result = this.RepeatNullableUtf8CppString(_arg0); in onTransact()
3050 …@Override public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws andro… in RepeatNullableUtf8CppString() method in ITestService.Stub.Proxy
3062 return getDefaultImpl().RepeatNullableUtf8CppString(token); in RepeatNullableUtf8CppString()
3714 …public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws android.os.Remo… in RepeatNullableUtf8CppString() method
/system/tools/aidl/tests/rust/
Dtest_client.rs556 let result = service.RepeatNullableUtf8CppString(Some(input)); in test_utf8_string()
560 let result = service.RepeatNullableUtf8CppString(None); in test_utf8_string()
Dtest_service_async.rs359 async fn RepeatNullableUtf8CppString( in RepeatNullableUtf8CppString() method
Dtest_service.rs325 fn RepeatNullableUtf8CppString(&self, input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableUtf8CppString() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java486 public String RepeatNullableUtf8CppString(String token) throws RemoteException { in RepeatNullableUtf8CppString() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1042 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableUtf8CppString(in_token, &_aidl_retur… in _aidl_android_aidl_tests_ITestService_onTransact()
3539 ::ndk::ScopedAStatus BpTestService::RepeatNullableUtf8CppString(const std::optional<std::string>& i… in RepeatNullableUtf8CppString() function in aidl::android::aidl::tests::BpTestService
3563 …_aidl_status = ITestService::getDefaultImpl()->RepeatNullableUtf8CppString(in_token, _aidl_return); in RepeatNullableUtf8CppString()
4523 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableUtf8CppString(const std::optional<std::stri… in RepeatNullableUtf8CppString() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp2140 ::android::binder::Status BpTestService::RepeatNullableUtf8CppString(const ::std::optional<::std::s… in RepeatNullableUtf8CppString() function in android::aidl::tests::BpTestService
2158 return ITestService::getDefaultImpl()->RepeatNullableUtf8CppString(token, _aidl_return); in RepeatNullableUtf8CppString()
4513 ::android::binder::Status _aidl_status(RepeatNullableUtf8CppString(in_token, &_aidl_return)); in onTransact()