Home
last modified time | relevance | path

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

/system/netd/include/
DBinderUtil.h23 #define EXCEPTION_TO_STRING(__ex__, str) \ macro
32 #define EXCEPTION_TO_STRING(__ex__, str) \ macro
42 EXCEPTION_TO_STRING(EX_SECURITY, "SecurityException") in exceptionToString()
43 EXCEPTION_TO_STRING(EX_BAD_PARCELABLE, "BadParcelableException") in exceptionToString()
44 EXCEPTION_TO_STRING(EX_ILLEGAL_ARGUMENT, "IllegalArgumentException") in exceptionToString()
45 EXCEPTION_TO_STRING(EX_NULL_POINTER, "NullPointerException") in exceptionToString()
46 EXCEPTION_TO_STRING(EX_ILLEGAL_STATE, "IllegalStateException") in exceptionToString()
47 EXCEPTION_TO_STRING(EX_NETWORK_MAIN_THREAD, "NetworkMainThreadException") in exceptionToString()
48 EXCEPTION_TO_STRING(EX_UNSUPPORTED_OPERATION, "UnsupportedOperationException") in exceptionToString()
49 EXCEPTION_TO_STRING(EX_SERVICE_SPECIFIC, "ServiceSpecificException") in exceptionToString()
[all …]