Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_service_exceptions.cpp24 auto status = service->ThrowServiceException(i); in TEST_F()
Daidl_test_service.cpp360 Status ThrowServiceException(int code) override { in ThrowServiceException() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl101 void ThrowServiceException(int code); in ThrowServiceException() method
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java448 service.ThrowServiceException(i); in testServiceSpecificExceptions()