Home
last modified time | relevance | path

Searched refs:RepeatUtf8CppString (Results 1 – 15 of 15) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_utf8_strings.cpp50 auto status = service->RepeatUtf8CppString(input, &reply); in TEST_F()
Daidl_test_service.cpp510 Status RepeatUtf8CppString(const string& token, in RepeatUtf8CppString() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl129 @utf8InCpp String RepeatUtf8CppString(@utf8InCpp String token); in RepeatUtf8CppString() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs55 fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::public_api::Result<String>; in RepeatUtf8CppString() method
194 fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::public_api::Result<String> { in RepeatUtf8CppString() method
269 pub const RepeatUtf8CppString: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 40; constant
1059 fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::public_api::Result<String> { in RepeatUtf8CppString() method
1060 …let _aidl_reply = self.binder.transact(transactions::RepeatUtf8CppString, binder::FLAG_CLEAR_BUF |… in RepeatUtf8CppString()
1067 return _aidl_default_impl.RepeatUtf8CppString(_arg_token); in RepeatUtf8CppString()
1289 …fn RepeatUtf8CppString(&self, _arg_token: &str) -> binder::public_api::Result<String> { self.0.Rep… in RepeatUtf8CppString() method
1810 transactions::RepeatUtf8CppString => { in on_transact()
1812 let _aidl_return = _aidl_service.RepeatUtf8CppString(&_arg_token); in on_transact()
/system/tools/aidl/tests/rust/
Dtest_service.rs153 fn RepeatUtf8CppString(&self, input: &str) -> binder::Result<String> { in RepeatUtf8CppString() method
Dtest_client.rs475 let result = service.RepeatUtf8CppString(input); in test_utf8_string()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h56 …::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_return) o…
DITestService.h205 …virtual ::ndk::ScopedAStatus RepeatUtf8CppString(const std::string& in_token, std::string* _aidl_r…
261 …::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/
DBpTestService.h58 …::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _aidl_ret…
DITestService.h151 …virtual ::android::binder::Status RepeatUtf8CppString(const ::std::string& token, ::std::string* _…
289 ::android::binder::Status RepeatUtf8CppString(const ::std::string&, ::std::string*) override { in RepeatUtf8CppString() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java187 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Default
808 java.lang.String _result = this.RepeatUtf8CppString(_arg0); in onTransact()
1993 …@Override public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.Re… in RepeatUtf8CppString() method in ITestService.Stub.Proxy
2004 return getDefaultImpl().RepeatUtf8CppString(token); in RepeatUtf8CppString()
2479 …public java.lang.String RepeatUtf8CppString(java.lang.String token) throws android.os.RemoteExcept… in RepeatUtf8CppString() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java349 public String RepeatUtf8CppString(String token) throws RemoteException { in RepeatUtf8CppString() method in TestServiceServer
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java508 String response = service.RepeatUtf8CppString(query); in testRepeatUtf8String()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp814 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatUtf8CppString(in_token, &_aidl_return); in _aidl_onTransact()
2709 ::ndk::ScopedAStatus BpTestService::RepeatUtf8CppString(const std::string& in_token, std::string* _… in RepeatUtf8CppString() function in aidl::android::aidl::tests::BpTestService
2733 _aidl_status = ITestService::getDefaultImpl()->RepeatUtf8CppString(in_token, _aidl_return); in RepeatUtf8CppString()
3416 ::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/
DITestService.cpp1636 ::android::binder::Status BpTestService::RepeatUtf8CppString(const ::std::string& token, ::std::str… in RepeatUtf8CppString() function in android::aidl::tests::BpTestService
1653 return ITestService::getDefaultImpl()->RepeatUtf8CppString(token, _aidl_return); in RepeatUtf8CppString()
3212 ::android::binder::Status _aidl_status(RepeatUtf8CppString(in_token, &_aidl_return)); in onTransact()