Home
last modified time | relevance | path

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

12

/aosp_15_r20/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.cpp631 Status RepeatNullableUtf8CppString(const optional<string>& token, in RepeatNullableUtf8CppString() function in __anonf414188e0111::NativeService
Daidl_test_service_ndk.cpp506 ScopedAStatus RepeatNullableUtf8CppString(const optional<string>& token, in RepeatNullableUtf8CppString() function in __anon0586964a0111::NativeService
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h195 …::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_token, std::… in RepeatNullableUtf8CppString() function
196 return _impl->RepeatNullableUtf8CppString(in_token, _aidl_return); in RepeatNullableUtf8CppString()
DBpTestService.h76 …::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_token, std::…
DITestService.h694 …virtual ::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_toke…
770 …::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_token, std::…
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h195 …::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_token, std::… in RepeatNullableUtf8CppString() function
196 return _impl->RepeatNullableUtf8CppString(in_token, _aidl_return); in RepeatNullableUtf8CppString()
DBpTestService.h76 …::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_token, std::…
DITestService.h694 …virtual ::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_toke…
770 …::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_token, std::…
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl198 @nullable @utf8InCpp String RepeatNullableUtf8CppString( in RepeatNullableUtf8CppString() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h275 …::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>& token,… in RepeatNullableUtf8CppString() function
276 return _aidl_delegate->RepeatNullableUtf8CppString(token, _aidl_return); in RepeatNullableUtf8CppString()
DBpTestService.h75 …::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>& token,…
DITestService.h602 …virtual ::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>…
784 …::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>& /*toke… in RepeatNullableUtf8CppString() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h275 …::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>& token,… in RepeatNullableUtf8CppString() function
276 return _aidl_delegate->RepeatNullableUtf8CppString(token, _aidl_return); in RepeatNullableUtf8CppString()
DBpTestService.h75 …::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>& token,…
DITestService.h602 …virtual ::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>…
784 …::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>& /*toke… in RepeatNullableUtf8CppString() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs78 …fn r#RepeatNullableUtf8CppString<'a, 'l1, >(&'a self, _arg_token: Option<&'l1 str>) -> binder::Res…
162 …fn r#RepeatNullableUtf8CppString<'a, >(&'a self, _arg_token: Option<&'a str>) -> binder::BoxFuture…
238 …async fn r#RepeatNullableUtf8CppString<'a, 'l1, >(&'a self, _arg_token: Option<&'l1 str>) -> binde…
434 …fn r#RepeatNullableUtf8CppString<'a, 'l1, >(&'a self, _arg_token: Option<&'l1 str>) -> binder::Res… in new_async_binder()
435 self._rt.block_on(self._inner.r#RepeatNullableUtf8CppString(_arg_token)) in new_async_binder()
660 …fn r#RepeatNullableUtf8CppString<'a, >(&'a self, _arg_token: Option<&'a str>) -> binder::BoxFuture… in try_into_local_async()
661 … Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableUtf8CppString(_arg_token)) in try_into_local_async()
882 …fn r#RepeatNullableUtf8CppString<'a, 'l1, >(&'a self, _arg_token: Option<&'l1 str>) -> binder::Res…
993 …pub const r#RepeatNullableUtf8CppString: binder::binder_impl::TransactionCode = binder::binder_imp…
2070 return _aidl_default_impl.r#RepeatNullableUtf8CppString(_arg_token); in read_response_RepeatNullableUtf8CppString()
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs78 …fn r#RepeatNullableUtf8CppString<'a, 'l1, >(&'a self, _arg_token: Option<&'l1 str>) -> binder::Res…
162 …fn r#RepeatNullableUtf8CppString<'a, >(&'a self, _arg_token: Option<&'a str>) -> binder::BoxFuture…
238 …async fn r#RepeatNullableUtf8CppString<'a, 'l1, >(&'a self, _arg_token: Option<&'l1 str>) -> binde…
434 …fn r#RepeatNullableUtf8CppString<'a, 'l1, >(&'a self, _arg_token: Option<&'l1 str>) -> binder::Res… in new_async_binder()
435 self._rt.block_on(self._inner.r#RepeatNullableUtf8CppString(_arg_token)) in new_async_binder()
660 …fn r#RepeatNullableUtf8CppString<'a, >(&'a self, _arg_token: Option<&'a str>) -> binder::BoxFuture… in try_into_local_async()
661 … Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableUtf8CppString(_arg_token)) in try_into_local_async()
882 …fn r#RepeatNullableUtf8CppString<'a, 'l1, >(&'a self, _arg_token: Option<&'l1 str>) -> binder::Res…
993 …pub const r#RepeatNullableUtf8CppString: binder::binder_impl::TransactionCode = binder::binder_imp…
2070 return _aidl_default_impl.r#RepeatNullableUtf8CppString(_arg_token); in read_response_RepeatNullableUtf8CppString()
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java243 …@Override public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws andro… in RepeatNullableUtf8CppString() method in ITestService.Default
564 …@Override public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws andro… in RepeatNullableUtf8CppString() method in ITestService.Delegator
566 return mImpl.RepeatNullableUtf8CppString(token); in RepeatNullableUtf8CppString()
1632 java.lang.String _result = this.RepeatNullableUtf8CppString(_arg0); in onTransact()
3171 …@Override public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws andro… in RepeatNullableUtf8CppString() method in ITestService.Stub.Proxy
3183 return getDefaultImpl().RepeatNullableUtf8CppString(token); in RepeatNullableUtf8CppString()
3919 …public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws android.os.Remo… in RepeatNullableUtf8CppString() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java243 …@Override public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws andro… in RepeatNullableUtf8CppString() method in ITestService.Default
564 …@Override public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws andro… in RepeatNullableUtf8CppString() method in ITestService.Delegator
566 return mImpl.RepeatNullableUtf8CppString(token); in RepeatNullableUtf8CppString()
1632 java.lang.String _result = this.RepeatNullableUtf8CppString(_arg0); in onTransact()
3171 …@Override public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws andro… in RepeatNullableUtf8CppString() method in ITestService.Stub.Proxy
3183 return getDefaultImpl().RepeatNullableUtf8CppString(token); in RepeatNullableUtf8CppString()
3919 …public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws android.os.Remo… in RepeatNullableUtf8CppString() method
/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_client.rs592 let result = service.RepeatNullableUtf8CppString(Some(input)); in test_utf8_string()
596 let result = service.RepeatNullableUtf8CppString(None); in test_utf8_string()
Dtest_service.rs333 fn RepeatNullableUtf8CppString(&self, input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableUtf8CppString() method
Dtest_service_async.rs371 async fn RepeatNullableUtf8CppString( in RepeatNullableUtf8CppString() method
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java495 public String RepeatNullableUtf8CppString(String token) throws RemoteException { in RepeatNullableUtf8CppString() method in TestServiceServer

12