/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 | 58 auto status = service->RepeatUtf8CppString(input, &reply); in TEST_F()
|
D | aidl_test_service.cpp | 646 Status RepeatUtf8CppString(const string& token, in RepeatUtf8CppString() function in __anonbcceb43d0111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 189 @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 | 184 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o… in RepeatUtf8CppString() function 185 return _impl->RepeatUtf8CppString(in_token, _aidl_return); in RepeatUtf8CppString()
|
D | BpTestService.h | 67 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o…
|
D | ITestService.h | 563 …virtual ::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_r… 636 …::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 | 261 …::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _aidl_ret… in RepeatUtf8CppString() function 262 return _aidl_delegate->RepeatUtf8CppString(token, _aidl_return); in RepeatUtf8CppString()
|
D | BpTestService.h | 66 …::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _aidl_ret…
|
D | ITestService.h | 474 …virtual ::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _… 651 …::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 | 69 fn r#RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String>; 147 …fn r#RepeatUtf8CppString<'a>(&'a self, _arg_token: &'a str) -> binder::BoxFuture<'a, binder::Resul… 220 async fn r#RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String>; 411 fn r#RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String> { in new_async_binder() 412 self._rt.block_on(self._inner.r#RepeatUtf8CppString(_arg_token)) in new_async_binder() 621 fn r#RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String> { 725 …pub const r#RepeatUtf8CppString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST… 1785 return _aidl_default_impl.r#RepeatUtf8CppString(_arg_token); in read_response_RepeatUtf8CppString() 2344 fn r#RepeatUtf8CppString(&self, _arg_token: &str) -> binder::Result<String> { 2346 …let _aidl_reply = self.binder.submit_transact(transactions::r#RepeatUtf8CppString, _aidl_data, bin… [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 231 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Default 539 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Delegator 541 return mImpl.RepeatUtf8CppString(token); in RepeatUtf8CppString() 1554 java.lang.String _result = this.RepeatUtf8CppString(_arg0); in onTransact() 3026 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Stub.Proxy 3038 return getDefaultImpl().RepeatUtf8CppString(token); in RepeatUtf8CppString() 3713 …public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.RemoteExcept… in RepeatUtf8CppString() method
|
/system/tools/aidl/tests/rust/ |
D | test_service_async.rs | 200 async fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
|
D | test_service.rs | 174 fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
|
D | test_client.rs | 553 let result = service.RepeatUtf8CppString(input); in test_utf8_string()
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 482 public String RepeatUtf8CppString(String token) throws RemoteException { in RepeatUtf8CppString() method in TestServiceServer
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 625 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 | 1024 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatUtf8CppString(in_token, &_aidl_return); in _aidl_android_aidl_tests_ITestService_onTransact() 3498 ::ndk::ScopedAStatus BpTestService::RepeatUtf8CppString(const std::string& in_token, std::string* _… in RepeatUtf8CppString() function in aidl::android::aidl::tests::BpTestService 3522 _aidl_status = ITestService::getDefaultImpl()->RepeatUtf8CppString(in_token, _aidl_return); in RepeatUtf8CppString() 4518 ::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 | 2101 ::android::binder::Status BpTestService::RepeatUtf8CppString(const ::std::string& token, ::std::str… in RepeatUtf8CppString() function in android::aidl::tests::BpTestService 2119 return ITestService::getDefaultImpl()->RepeatUtf8CppString(token, _aidl_return); in RepeatUtf8CppString() 4482 ::android::binder::Status _aidl_status(RepeatUtf8CppString(in_token, &_aidl_return)); in onTransact()
|