/system/tools/aidl/tests/ |
D | aidl_test_client_utf8_strings.cpp | 50 auto status = service->RepeatUtf8CppString(input, &reply); in TEST_F()
|
D | aidl_test_client_ndk_strings_test.cpp | 55 auto status = service->RepeatUtf8CppString(input, &reply); in TEST_F()
|
D | aidl_test_service.cpp | 607 Status RepeatUtf8CppString(const string& token, in RepeatUtf8CppString() function in __anon556d30440111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 167 @utf8InCpp String RepeatUtf8CppString(@utf8InCpp String token); in RepeatUtf8CppString() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 181 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o… in RepeatUtf8CppString() function 182 return _impl->RepeatUtf8CppString(in_token, _aidl_return); in RepeatUtf8CppString()
|
D | BpTestService.h | 66 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o…
|
D | ITestService.h | 343 …virtual ::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_r… 414 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 235 …::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _aidl_ret… in RepeatUtf8CppString() function 236 return _aidl_delegate->RepeatUtf8CppString(token, _aidl_return); in RepeatUtf8CppString()
|
D | BpTestService.h | 65 …::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _aidl_ret…
|
D | ITestService.h | 263 …virtual ::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _… 436 …::android::binder::Status RepeatUtf8CppString(const ::std::string& /*token*/, ::std::string* /*_ai… in RepeatUtf8CppString() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 68 fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String>; in RepeatUtf8CppString() method 144 …fn RepeatUtf8CppString<'a>(&'a self, _arg_token: &'a str) -> binder::BoxFuture<'a, binder::Result<… in RepeatUtf8CppString() method 215 async fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String>; in RepeatUtf8CppString() method 402 fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String> { in new_async_binder() function 403 self._rt.block_on(self._inner.RepeatUtf8CppString(_arg_token)) in new_async_binder() 606 fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String> { in RepeatUtf8CppString() method 706 …pub const RepeatUtf8CppString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_C… constant 1730 return _aidl_default_impl.RepeatUtf8CppString(_arg_token); in read_response_RepeatUtf8CppString() 2266 fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String> { in RepeatUtf8CppString() method 2268 …let _aidl_reply = self.binder.submit_transact(transactions::RepeatUtf8CppString, _aidl_data, binde… in RepeatUtf8CppString() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 226 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Default 525 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Delegator 527 return mImpl.RepeatUtf8CppString(token); in RepeatUtf8CppString() 1236 java.lang.String _result = this.RepeatUtf8CppString(_arg0); in onTransact() 2731 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Stub.Proxy 2743 return getDefaultImpl().RepeatUtf8CppString(token); in RepeatUtf8CppString() 3387 …public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.RemoteExcept… in RepeatUtf8CppString() method
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 160 fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
|
D | test_service_async.rs | 185 async fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
|
D | test_client.rs | 535 let result = service.RepeatUtf8CppString(input); in test_utf8_string()
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 456 public String RepeatUtf8CppString(String token) throws RemoteException { in RepeatUtf8CppString() method in TestServiceServer
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 603 String response = service.RepeatUtf8CppString(query); in testRepeatUtf8String()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 999 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatUtf8CppString(in_token, &_aidl_return); in _aidl_android_aidl_tests_ITestService_onTransact() 3411 ::ndk::ScopedAStatus BpTestService::RepeatUtf8CppString(const std::string& in_token, std::string* _… in RepeatUtf8CppString() function in aidl::android::aidl::tests::BpTestService 3435 _aidl_status = ITestService::getDefaultImpl()->RepeatUtf8CppString(in_token, _aidl_return); in RepeatUtf8CppString() 4385 ::ndk::ScopedAStatus ITestServiceDefault::RepeatUtf8CppString(const std::string& /*in_token*/, std:… in RepeatUtf8CppString() 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 | 2008 ::android::binder::Status BpTestService::RepeatUtf8CppString(const ::std::string& token, ::std::str… in RepeatUtf8CppString() function in android::aidl::tests::BpTestService 2025 return ITestService::getDefaultImpl()->RepeatUtf8CppString(token, _aidl_return); in RepeatUtf8CppString() 4247 ::android::binder::Status _aidl_status(RepeatUtf8CppString(in_token, &_aidl_return)); in onTransact()
|