/system/tools/aidl/tests/ |
D | aidl_test_client_utf8_strings.cpp | 56 auto status = service->RepeatNullableUtf8CppString(std::nullopt, &reply); in TEST_F() 62 auto status = service->RepeatNullableUtf8CppString(input, &reply); in TEST_F()
|
D | aidl_test_service.cpp | 517 Status RepeatNullableUtf8CppString(const optional<string>& token, in RepeatNullableUtf8CppString() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 130 @nullable @utf8InCpp String RepeatNullableUtf8CppString( in RepeatNullableUtf8CppString() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 56 …fn RepeatNullableUtf8CppString(&self, _arg_token: Option<&str>) -> binder::public_api::Result<Opti… in RepeatNullableUtf8CppString() method 197 …fn RepeatNullableUtf8CppString(&self, _arg_token: Option<&str>) -> binder::public_api::Result<Opti… in RepeatNullableUtf8CppString() method 270 …pub const RepeatNullableUtf8CppString: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + … constant 1076 …fn RepeatNullableUtf8CppString(&self, _arg_token: Option<&str>) -> binder::public_api::Result<Opti… in RepeatNullableUtf8CppString() method 1077 …let _aidl_reply = self.binder.transact(transactions::RepeatNullableUtf8CppString, binder::FLAG_CLE… in RepeatNullableUtf8CppString() 1084 return _aidl_default_impl.RepeatNullableUtf8CppString(_arg_token); in RepeatNullableUtf8CppString() 1290 …fn RepeatNullableUtf8CppString(&self, _arg_token: Option<&str>) -> binder::public_api::Result<Opti… in RepeatNullableUtf8CppString() method 1822 transactions::RepeatNullableUtf8CppString => { in on_transact() 1824 let _aidl_return = _aidl_service.RepeatNullableUtf8CppString(_arg_token.as_deref()); in on_transact()
|
/system/tools/aidl/tests/rust/ |
D | test_client.rs | 478 let result = service.RepeatNullableUtf8CppString(Some(input)); in test_utf8_string() 482 let result = service.RepeatNullableUtf8CppString(None); in test_utf8_string()
|
D | test_service.rs | 208 fn RepeatNullableUtf8CppString(&self, input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableUtf8CppString() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 57 …::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_token, std::…
|
D | ITestService.h | 206 …virtual ::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_toke… 262 …::ndk::ScopedAStatus RepeatNullableUtf8CppString(const std::optional<std::string>& in_token, std::…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BpTestService.h | 59 …::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>& token,…
|
D | ITestService.h | 152 …virtual ::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>… 292 …::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>&, ::std… in RepeatNullableUtf8CppString() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 191 …@Override public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws andro… in RepeatNullableUtf8CppString() method in ITestService.Default 818 java.lang.String _result = this.RepeatNullableUtf8CppString(_arg0); in onTransact() 2016 …@Override public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws andro… in RepeatNullableUtf8CppString() method in ITestService.Stub.Proxy 2027 return getDefaultImpl().RepeatNullableUtf8CppString(token); in RepeatNullableUtf8CppString() 2480 …public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws android.os.Remo… in RepeatNullableUtf8CppString() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 353 public String RepeatNullableUtf8CppString(String token) throws RemoteException { in RepeatNullableUtf8CppString() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 832 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableUtf8CppString(in_token, &_aidl_retur… in _aidl_onTransact() 2750 ::ndk::ScopedAStatus BpTestService::RepeatNullableUtf8CppString(const std::optional<std::string>& i… in RepeatNullableUtf8CppString() function in aidl::android::aidl::tests::BpTestService 2774 …_aidl_status = ITestService::getDefaultImpl()->RepeatNullableUtf8CppString(in_token, _aidl_return); in RepeatNullableUtf8CppString() 3421 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableUtf8CppString(const std::optional<std::stri… in RepeatNullableUtf8CppString() 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 | 1674 ::android::binder::Status BpTestService::RepeatNullableUtf8CppString(const ::std::optional<::std::s… in RepeatNullableUtf8CppString() function in android::aidl::tests::BpTestService 1691 return ITestService::getDefaultImpl()->RepeatNullableUtf8CppString(token, _aidl_return); in RepeatNullableUtf8CppString() 3238 ::android::binder::Status _aidl_status(RepeatNullableUtf8CppString(in_token, &_aidl_return)); in onTransact()
|