Searched defs:exceptionCode (Results 1 – 3 of 3) sorted by relevance
54 Status Status::fromExceptionCode(int32_t exceptionCode) { in fromExceptionCode()61 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode()75 Status::Status(int32_t exceptionCode, int32_t errorCode) in Status()79 Status::Status(int32_t exceptionCode, int32_t errorCode, const char *message) in Status()
80 const int exceptionCode = TO_EXCEPTION(log.exception_code); in binderCallLogFn() local
107 int32_t exceptionCode() const { return mException; } in exceptionCode() function