Home
last modified time | relevance | path

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

/aosp12/system/netd/include/binder_utils/
H A DBinderUtil.h25 #define EXCEPTION_TO_STRING(__ex__, str) \ macro
34 #define EXCEPTION_TO_STRING(__ex__, str) \ macro
44 EXCEPTION_TO_STRING(EX_SECURITY, "SecurityException") in exceptionToString()
45 EXCEPTION_TO_STRING(EX_BAD_PARCELABLE, "BadParcelableException") in exceptionToString()
46 EXCEPTION_TO_STRING(EX_ILLEGAL_ARGUMENT, "IllegalArgumentException") in exceptionToString()
47 EXCEPTION_TO_STRING(EX_NULL_POINTER, "NullPointerException") in exceptionToString()
48 EXCEPTION_TO_STRING(EX_ILLEGAL_STATE, "IllegalStateException") in exceptionToString()
49 EXCEPTION_TO_STRING(EX_NETWORK_MAIN_THREAD, "NetworkMainThreadException") in exceptionToString()
51 EXCEPTION_TO_STRING(EX_SERVICE_SPECIFIC, "ServiceSpecificException") in exceptionToString()
52 EXCEPTION_TO_STRING(EX_PARCELABLE, "ParcelableException") in exceptionToString()
[all …]