Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DITestService.aidl112 void ThrowServiceException(int code); in ThrowServiceException() method
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_service.rs194 fn ThrowServiceException(&self, code: i32) -> binder::Result<()> { in ThrowServiceException() method
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
H A DITestService.cpp1268 ::android::binder::Status BpTestService::ThrowServiceException(int32_t code) { in ThrowServiceException() function in android::aidl::tests::BpTestService
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DITestService.rs45 fn ThrowServiceException(&self, _arg_code: i32) -> binder::public_api::Result<()>; in ThrowServiceException() method
164 fn ThrowServiceException(&self, _arg_code: i32) -> binder::public_api::Result<()> { in ThrowServiceException() method
259 pub const ThrowServiceException: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 30; const
892 fn ThrowServiceException(&self, _arg_code: i32) -> binder::public_api::Result<()> { in ThrowServiceException() method
1279 …fn ThrowServiceException(&self, _arg_code: i32) -> binder::public_api::Result<()> { self.0.ThrowSe… in ThrowServiceException() method
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/
H A DTestServiceServer.java307 public void ThrowServiceException(int code) throws RemoteException { in ThrowServiceException() method in TestServiceServer
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DITestService.cpp2308 ::ndk::ScopedAStatus BpTestService::ThrowServiceException(int32_t in_code) { in ThrowServiceException() function in aidl::android::aidl::tests::BpTestService
3366 ::ndk::ScopedAStatus ITestServiceDefault::ThrowServiceException(int32_t /*in_code*/) { in ThrowServiceException() function in aidl::android::aidl::tests::ITestServiceDefault
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DITestService.java148 @Override public void ThrowServiceException(int code) throws android.os.RemoteException in ThrowServiceException() method in ITestService.Default
1756 @Override public void ThrowServiceException(int code) throws android.os.RemoteException in ThrowServiceException() method in ITestService.Stub.Proxy
2467 public void ThrowServiceException(int code) throws android.os.RemoteException; in ThrowServiceException() method
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h259 ::android::binder::Status ThrowServiceException(int32_t) override { in ThrowServiceException() function
/aosp12/system/tools/aidl/tests/
H A Daidl_test_service.cpp462 Status ThrowServiceException(int code) override { in ThrowServiceException() function in __anon4c59ef040110::NativeService