/system/tools/aidl/tests/ |
D | aidl_test_client_service_exceptions.cpp | 35 auto status = service->ThrowServiceException(i); in TEST_F()
|
D | aidl_test_service.cpp | 462 Status ThrowServiceException(int code) override { in ThrowServiceException() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 112 void ThrowServiceException(int code); in ThrowServiceException() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 45 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/ |
D | test_service.rs | 194 fn ThrowServiceException(&self, code: i32) -> binder::Result<()> { in ThrowServiceException() method
|
D | test_client.rs | 349 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/ |
D | BpTestService.h | 46 ::ndk::ScopedAStatus ThrowServiceException(int32_t in_code) override;
|
D | ITestService.h | 195 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/ |
D | BpTestService.h | 48 ::android::binder::Status ThrowServiceException(int32_t code) override;
|
D | ITestService.h | 141 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/ |
D | ITestService.java | 148 @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/ |
D | TestServiceServer.java | 307 public void ThrowServiceException(int code) throws RemoteException { in ThrowServiceException() method in TestServiceServer
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 491 service.ThrowServiceException(i); in testServiceSpecificExceptions()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 645 ::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/ |
D | ITestService.cpp | 1268 ::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()
|