/aosp_15_r20/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 | 624 Status RepeatUtf8CppString(const string& token, in RepeatUtf8CppString() function in __anonf414188e0111::NativeService
|
D | aidl_test_service_ndk.cpp | 500 ScopedAStatus RepeatUtf8CppString(const string& token, string* _aidl_return) override { in RepeatUtf8CppString() 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/ |
D | BnTestService.h | 192 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o… in RepeatUtf8CppString() function 193 return _impl->RepeatUtf8CppString(in_token, _aidl_return); in RepeatUtf8CppString()
|
D | BpTestService.h | 75 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o…
|
D | ITestService.h | 693 …virtual ::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_r… 769 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o…
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 192 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o… in RepeatUtf8CppString() function 193 return _impl->RepeatUtf8CppString(in_token, _aidl_return); in RepeatUtf8CppString()
|
D | BpTestService.h | 75 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o…
|
D | ITestService.h | 693 …virtual ::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_r… 769 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o…
|
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 197 @utf8InCpp String RepeatUtf8CppString(@utf8InCpp String token); in RepeatUtf8CppString() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 272 …::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _aidl_ret… in RepeatUtf8CppString() function 273 return _aidl_delegate->RepeatUtf8CppString(token, _aidl_return); in RepeatUtf8CppString()
|
D | BpTestService.h | 74 …::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _aidl_ret…
|
D | ITestService.h | 601 …virtual ::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _… 781 …::android::binder::Status RepeatUtf8CppString(const ::std::string& /*token*/, ::std::string* /*_ai… in RepeatUtf8CppString() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 272 …::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _aidl_ret… in RepeatUtf8CppString() function 273 return _aidl_delegate->RepeatUtf8CppString(token, _aidl_return); in RepeatUtf8CppString()
|
D | BpTestService.h | 74 …::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _aidl_ret…
|
D | ITestService.h | 601 …virtual ::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _… 781 …::android::binder::Status RepeatUtf8CppString(const ::std::string& /*token*/, ::std::string* /*_ai… in RepeatUtf8CppString() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 77 fn r#RepeatUtf8CppString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String>; 161 …fn r#RepeatUtf8CppString<'a, >(&'a self, _arg_token: &'a str) -> binder::BoxFuture<'a, binder::Res… 237 …async fn r#RepeatUtf8CppString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String… 431 … fn r#RepeatUtf8CppString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String> { in new_async_binder() 432 self._rt.block_on(self._inner.r#RepeatUtf8CppString(_arg_token)) in new_async_binder() 657 …fn r#RepeatUtf8CppString<'a, >(&'a self, _arg_token: &'a str) -> binder::BoxFuture<'a, binder::Res… in try_into_local_async() 658 Box::pin(self._native.try_as_async_server().unwrap().r#RepeatUtf8CppString(_arg_token)) in try_into_local_async() 879 fn r#RepeatUtf8CppString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String> { 992 …pub const r#RepeatUtf8CppString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST… 2052 return _aidl_default_impl.r#RepeatUtf8CppString(_arg_token); in read_response_RepeatUtf8CppString() [all …]
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 77 fn r#RepeatUtf8CppString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String>; 161 …fn r#RepeatUtf8CppString<'a, >(&'a self, _arg_token: &'a str) -> binder::BoxFuture<'a, binder::Res… 237 …async fn r#RepeatUtf8CppString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String… 431 … fn r#RepeatUtf8CppString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String> { in new_async_binder() 432 self._rt.block_on(self._inner.r#RepeatUtf8CppString(_arg_token)) in new_async_binder() 657 …fn r#RepeatUtf8CppString<'a, >(&'a self, _arg_token: &'a str) -> binder::BoxFuture<'a, binder::Res… in try_into_local_async() 658 Box::pin(self._native.try_as_async_server().unwrap().r#RepeatUtf8CppString(_arg_token)) in try_into_local_async() 879 fn r#RepeatUtf8CppString<'a, 'l1, >(&'a self, _arg_token: &'l1 str) -> binder::Result<String> { 992 …pub const r#RepeatUtf8CppString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST… 2052 return _aidl_default_impl.r#RepeatUtf8CppString(_arg_token); in read_response_RepeatUtf8CppString() [all …]
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 239 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Default 560 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Delegator 562 return mImpl.RepeatUtf8CppString(token); in RepeatUtf8CppString() 1622 java.lang.String _result = this.RepeatUtf8CppString(_arg0); in onTransact() 3147 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Stub.Proxy 3159 return getDefaultImpl().RepeatUtf8CppString(token); in RepeatUtf8CppString() 3918 …public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.RemoteExcept… in RepeatUtf8CppString() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 239 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Default 560 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Delegator 562 return mImpl.RepeatUtf8CppString(token); in RepeatUtf8CppString() 1622 java.lang.String _result = this.RepeatUtf8CppString(_arg0); in onTransact() 3147 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Stub.Proxy 3159 return getDefaultImpl().RepeatUtf8CppString(token); in RepeatUtf8CppString() 3918 …public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.RemoteExcept… in RepeatUtf8CppString() method
|
/aosp_15_r20/system/tools/aidl/tests/rust/ |
D | test_service.rs | 182 fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
|
D | test_service_async.rs | 212 async fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
|
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 491 public String RepeatUtf8CppString(String token) throws RemoteException { in RepeatUtf8CppString() method in TestServiceServer
|
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 622 String response = service.RepeatUtf8CppString(query); in testRepeatUtf8String()
|