Home
last modified time | relevance | path

Searched defs:RepeatNullableUtf8CppString (Results 1 – 9 of 9) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl130 @nullable @utf8InCpp String RepeatNullableUtf8CppString( in RepeatNullableUtf8CppString() method
/system/tools/aidl/tests/rust/
Dtest_service.rs208 fn RepeatNullableUtf8CppString(&self, input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableUtf8CppString() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs56 …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
1290 …fn RepeatNullableUtf8CppString(&self, _arg_token: Option<&str>) -> binder::public_api::Result<Opti… in RepeatNullableUtf8CppString() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java353 public String RepeatNullableUtf8CppString(String token) throws RemoteException { in RepeatNullableUtf8CppString() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1674 ::android::binder::Status BpTestService::RepeatNullableUtf8CppString(const ::std::optional<::std::s… in RepeatNullableUtf8CppString() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp2750 ::ndk::ScopedAStatus BpTestService::RepeatNullableUtf8CppString(const std::optional<std::string>& i… in RepeatNullableUtf8CppString() function in aidl::android::aidl::tests::BpTestService
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-java-source/gen/android/aidl/tests/
DITestService.java191 …@Override public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws andro… in RepeatNullableUtf8CppString() method in ITestService.Default
2016 …@Override public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws andro… in RepeatNullableUtf8CppString() method in ITestService.Stub.Proxy
2480 …public java.lang.String RepeatNullableUtf8CppString(java.lang.String token) throws android.os.Remo… in RepeatNullableUtf8CppString() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h292 …::android::binder::Status RepeatNullableUtf8CppString(const ::std::optional<::std::string>&, ::std… in RepeatNullableUtf8CppString() function
/system/tools/aidl/tests/
Daidl_test_service.cpp517 Status RepeatNullableUtf8CppString(const optional<string>& token, in RepeatNullableUtf8CppString() function in __anonee08dd980111::NativeService