/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 171 void ThrowServiceException(int code); in ThrowServiceException() method
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 146 ::ndk::ScopedAStatus ThrowServiceException(int32_t in_code) override { in ThrowServiceException() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 146 ::ndk::ScopedAStatus ThrowServiceException(int32_t in_code) override { in ThrowServiceException() function
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 429 public void ThrowServiceException(int code) throws RemoteException { in ThrowServiceException() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 225 ::android::binder::Status ThrowServiceException(int32_t code) override { in ThrowServiceException() function
|
D | ITestService.h | 734 ::android::binder::Status ThrowServiceException(int32_t /*code*/) override { in ThrowServiceException() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 225 ::android::binder::Status ThrowServiceException(int32_t code) override { in ThrowServiceException() function
|
D | ITestService.h | 734 ::android::binder::Status ThrowServiceException(int32_t /*code*/) override { in ThrowServiceException() function
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 318 fn ThrowServiceException(&self, code: i32) -> binder::Result<()> { in ThrowServiceException() method
|
D | test_service_async.rs | 356 async fn ThrowServiceException(&self, code: i32) -> binder::Result<()> { in ThrowServiceException() method
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 182 @Override public void ThrowServiceException(int code) throws android.os.RemoteException in ThrowServiceException() method in ITestService.Default 493 @Override public void ThrowServiceException(int code) throws android.os.RemoteException in ThrowServiceException() method in ITestService.Delegator 2754 @Override public void ThrowServiceException(int code) throws android.os.RemoteException in ThrowServiceException() method in ITestService.Stub.Proxy 3809 public void ThrowServiceException(int code) throws android.os.RemoteException; in ThrowServiceException() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 182 @Override public void ThrowServiceException(int code) throws android.os.RemoteException in ThrowServiceException() method in ITestService.Default 493 @Override public void ThrowServiceException(int code) throws android.os.RemoteException in ThrowServiceException() method in ITestService.Delegator 2754 @Override public void ThrowServiceException(int code) throws android.os.RemoteException in ThrowServiceException() method in ITestService.Stub.Proxy 3809 public void ThrowServiceException(int code) throws android.os.RemoteException; in ThrowServiceException() method
|
/system/tools/aidl/tests/ |
D | aidl_test_service_ndk.cpp | 430 ScopedAStatus ThrowServiceException(int code) override { in ThrowServiceException() function in __anonc70ad0540111::NativeService
|
D | aidl_test_service.cpp | 555 Status ThrowServiceException(int code) override { in ThrowServiceException() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 2990 ::ndk::ScopedAStatus BpTestService::ThrowServiceException(int32_t in_code) { in ThrowServiceException() function in aidl::android::aidl::tests::BpTestService 4599 ::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-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 2990 ::ndk::ScopedAStatus BpTestService::ThrowServiceException(int32_t in_code) { in ThrowServiceException() function in aidl::android::aidl::tests::BpTestService 4599 ::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 | 1578 ::android::binder::Status BpTestService::ThrowServiceException(int32_t code) { in ThrowServiceException() function in android::aidl::tests::BpTestService
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1578 ::android::binder::Status BpTestService::ThrowServiceException(int32_t code) { in ThrowServiceException() function in android::aidl::tests::BpTestService
|