Home
last modified time | relevance | path

Searched refs:RepeatString (Results 1 – 16 of 16) sorted by relevance

/system/tools/aidl/tests/java/src/android/aidl/tests/
DNullableTests.java59 String response = mService.RepeatString(null); in testExpectNpeWithNullString()
DTestServiceClient.java169 assertThat(service.RepeatString(query), is(query)); in testStringListRepeat()
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl82 String RepeatString(String token); in RepeatString() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs25 fn RepeatString(&self, _arg_token: &str) -> binder::public_api::Result<String>; in RepeatString() method
104 fn RepeatString(&self, _arg_token: &str) -> binder::public_api::Result<String> { in RepeatString() method
239 pub const RepeatString: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 10; constant
526 fn RepeatString(&self, _arg_token: &str) -> binder::public_api::Result<String> { in RepeatString() method
527 …let _aidl_reply = self.binder.transact(transactions::RepeatString, binder::FLAG_CLEAR_BUF | binder… in RepeatString()
534 return _aidl_default_impl.RepeatString(_arg_token); in RepeatString()
1259 …fn RepeatString(&self, _arg_token: &str) -> binder::public_api::Result<String> { self.0.RepeatStri… in RepeatString() method
1413 transactions::RepeatString => { in on_transact()
1415 let _aidl_return = _aidl_service.RepeatString(&_arg_token); in on_transact()
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp132 DoTest(&ITestService::RepeatString, sent); in TEST_F()
Daidl_test_service.cpp338 Status RepeatString(const String16& token, String16* _aidl_return) override { in RepeatString() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/rust/
Dtest_service.rs149 fn RepeatString(&self, input: &str) -> binder::Result<String> { in RepeatString() method
Dtest_client.rs163 let result = service.RepeatString(&input); in test_repeat_string()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h26 …::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) override;
DITestService.h175 …virtual ::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) …
231 …::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) override;
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h28 …::android::binder::Status RepeatString(const ::android::String16& token, ::android::String16* _aid…
DITestService.h121 …virtual ::android::binder::Status RepeatString(const ::android::String16& token, ::android::String…
199 …::android::binder::Status RepeatString(const ::android::String16&, ::android::String16*) override { in RepeatString() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java64 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() method in ITestService.Default
376 java.lang.String _result = this.RepeatString(_arg0); in onTransact()
1195 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() method in ITestService.Stub.Proxy
1206 return getDefaultImpl().RepeatString(token); in RepeatString()
2443 public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteException; in RepeatString() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java139 public String RepeatString(String token) throws RemoteException { in RepeatString() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp194 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatString(in_token, &_aidl_return); in _aidl_onTransact()
1410 ::ndk::ScopedAStatus BpTestService::RepeatString(const std::string& in_token, std::string* _aidl_re… in RepeatString() function in aidl::android::aidl::tests::BpTestService
1434 _aidl_status = ITestService::getDefaultImpl()->RepeatString(in_token, _aidl_return); in RepeatString()
3266 ::ndk::ScopedAStatus ITestServiceDefault::RepeatString(const std::string& /*in_token*/, std::string… in RepeatString() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp404 ::android::binder::Status BpTestService::RepeatString(const ::android::String16& token, ::android::… in RepeatString() function in android::aidl::tests::BpTestService
421 return ITestService::getDefaultImpl()->RepeatString(token, _aidl_return); in RepeatString()
2329 ::android::binder::Status _aidl_status(RepeatString(in_token, &_aidl_return)); in onTransact()