Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl112 void ThrowServiceException(int code); in ThrowServiceException() method
/system/tools/aidl/tests/rust/
Dtest_service.rs194 fn ThrowServiceException(&self, code: i32) -> binder::Result<()> { in ThrowServiceException() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
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; constant
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
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java307 public void ThrowServiceException(int code) throws RemoteException { in ThrowServiceException() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1268 ::android::binder::Status BpTestService::ThrowServiceException(int32_t code) { in ThrowServiceException() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
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
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
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
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h259 ::android::binder::Status ThrowServiceException(int32_t) override { in ThrowServiceException() function
/system/tools/aidl/tests/
Daidl_test_service.cpp462 Status ThrowServiceException(int code) override { in ThrowServiceException() function in __anonee08dd980111::NativeService