Searched refs:mException (Results 1 – 2 of 2) sorted by relevance
76 : mException(exceptionCode), in Status()80 : mException(exceptionCode), in Status()85 mException = ex; in setException()91 mException = (status == NO_ERROR) ? EX_NONE : EX_TRANSACTION_FAILED; in setFromStatusT()
107 int32_t exceptionCode() const { return mException; } in exceptionCode()110 return mException == EX_TRANSACTION_FAILED ? mErrorCode : OK; in transactionError()113 bool isOk() const { return mException == EX_NONE; } in isOk()128 int32_t mException = EX_NONE; variable