/system/tools/aidl/tests/ |
D | aidl_test_client_utf8_strings.cpp | 56 auto status = service->RepeatNullableUtf8CppString(std::nullopt, &reply); in TEST_F() 62 auto status = service->RepeatNullableUtf8CppString(input, &reply); in TEST_F()
|
D | aidl_test_client_ndk_strings_test.cpp | 64 auto status = service->RepeatNullableUtf8CppString(std::nullopt, &reply); in TEST_F() 70 auto status = service->RepeatNullableUtf8CppString(input, &reply); in TEST_F()
|
D | aidl_test_service.cpp | 653 Status RepeatNullableUtf8CppString(const optional<string>& token, in RepeatNullableUtf8CppString() function in __anonbcceb43d0111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 190 @nullable @utf8InCpp String RepeatNullableUtf8CppString( in RepeatNullableUtf8CppString() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 187 …::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_token, std::… in RepeatNullableUtf8CppString() function 188 return _impl->RepeatNullableUtf8CppString(in_token, _aidl_return); in RepeatNullableUtf8CppString()
|
D | BpTestService.h | 68 …::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_token, std::…
|
D | ITestService.h | 564 …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/ |
D | BnTestService.h | 264 …::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>& token,… in RepeatNullableUtf8CppString() function 265 return _aidl_delegate->RepeatNullableUtf8CppString(token, _aidl_return); in RepeatNullableUtf8CppString()
|
D | BpTestService.h | 67 …::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>& token,…
|
D | ITestService.h | 475 …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/ |
D | ITestService.rs | 70 …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/ |
D | ITestService.java | 235 …@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/ |
D | test_client.rs | 556 let result = service.RepeatNullableUtf8CppString(Some(input)); in test_utf8_string() 560 let result = service.RepeatNullableUtf8CppString(None); in test_utf8_string()
|
D | test_service_async.rs | 359 async fn RepeatNullableUtf8CppString( in RepeatNullableUtf8CppString() method
|
D | test_service.rs | 325 fn RepeatNullableUtf8CppString(&self, input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableUtf8CppString() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 486 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/ |
D | ITestService.cpp | 1042 …::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/ |
D | ITestService.cpp | 2140 ::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()
|