Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_service_exceptions.cpp35 auto status = service->ThrowServiceException(i); in TEST_F()
Daidl_test_service.cpp462 Status ThrowServiceException(int code) override { in ThrowServiceException() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl112 void ThrowServiceException(int code); 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
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()
/system/tools/aidl/tests/rust/
Dtest_service.rs194 fn ThrowServiceException(&self, code: i32) -> binder::Result<()> { in ThrowServiceException() method
Dtest_client.rs349 let result = service.ThrowServiceException(i); in test_service_specific_exception()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h46 ::ndk::ScopedAStatus ThrowServiceException(int32_t in_code) override;
DITestService.h195 virtual ::ndk::ScopedAStatus ThrowServiceException(int32_t in_code) = 0;
251 ::ndk::ScopedAStatus ThrowServiceException(int32_t in_code) override;
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h48 ::android::binder::Status ThrowServiceException(int32_t code) override;
DITestService.h141 virtual ::android::binder::Status ThrowServiceException(int32_t code) = 0;
259 ::android::binder::Status ThrowServiceException(int32_t) override { in ThrowServiceException() function
/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
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
/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/java/src/android/aidl/tests/
DTestServiceClient.java491 service.ThrowServiceException(i); in testServiceSpecificExceptions()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
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
/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
1285 return ITestService::getDefaultImpl()->ThrowServiceException(code); in ThrowServiceException()
2966 ::android::binder::Status _aidl_status(ThrowServiceException(in_code)); in onTransact()