Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_service_exceptions.cpp35 auto status = service->ThrowServiceException(i); in TEST_F()
H A Daidl_test_service.cpp462 Status ThrowServiceException(int code) override { in ThrowServiceException() function in __anon4c59ef040110::NativeService
/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DITestService.aidl112 void ThrowServiceException(int code); in ThrowServiceException() method
/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
893 …let _aidl_reply = self.binder.transact(transactions::ThrowServiceException, binder::FLAG_CLEAR_BUF… in ThrowServiceException()
900 return _aidl_default_impl.ThrowServiceException(_arg_code); in ThrowServiceException()
1279 …fn ThrowServiceException(&self, _arg_code: i32) -> binder::public_api::Result<()> { self.0.ThrowSe… in ThrowServiceException() method
1693 transactions::ThrowServiceException => { in on_transact()
1695 let _aidl_return = _aidl_service.ThrowServiceException(_arg_code); in on_transact()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DBpTestService.h46 ::ndk::ScopedAStatus ThrowServiceException(int32_t in_code) override;
H A DITestService.h195 virtual ::ndk::ScopedAStatus ThrowServiceException(int32_t in_code) = 0;
251 ::ndk::ScopedAStatus ThrowServiceException(int32_t in_code) override;
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_service.rs194 fn ThrowServiceException(&self, code: i32) -> binder::Result<()> { in ThrowServiceException() method
H A Dtest_client.rs349 let result = service.ThrowServiceException(i); in test_service_specific_exception()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h141 virtual ::android::binder::Status ThrowServiceException(int32_t code) = 0;
259 ::android::binder::Status ThrowServiceException(int32_t) override { in ThrowServiceException() function
H A DBpTestService.h48 ::android::binder::Status ThrowServiceException(int32_t code) override;
/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
700 this.ThrowServiceException(_arg0); in onTransact()
1756 @Override public void ThrowServiceException(int code) throws android.os.RemoteException in ThrowServiceException() method in ITestService.Stub.Proxy
1766 getDefaultImpl().ThrowServiceException(code); in ThrowServiceException()
2467 public void ThrowServiceException(int code) throws android.os.RemoteException; 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.cpp645 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->ThrowServiceException(in_code); in _aidl_onTransact()
2308 ::ndk::ScopedAStatus BpTestService::ThrowServiceException(int32_t in_code) { in ThrowServiceException() function in aidl::android::aidl::tests::BpTestService
2332 _aidl_status = ITestService::getDefaultImpl()->ThrowServiceException(in_code); in ThrowServiceException()
3366 ::ndk::ScopedAStatus ITestServiceDefault::ThrowServiceException(int32_t /*in_code*/) { in ThrowServiceException() function in aidl::android::aidl::tests::ITestServiceDefault
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/
H A DTestServiceClient.java491 service.ThrowServiceException(i); in testServiceSpecificExceptions()
/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
1285 return ITestService::getDefaultImpl()->ThrowServiceException(code); in ThrowServiceException()
2966 ::android::binder::Status _aidl_status(ThrowServiceException(in_code)); in onTransact()