Searched refs:errCode (Results 1 – 4 of 4) sorted by relevance
96 const int errCode = log.service_specific_error_code; in binderCallLogFn() local98 (errCode != 0) ? errCode : exceptionCode, log.exception_message)); in binderCallLogFn()
95 KeystoreOperation(km::ErrorCode errCode) : errorCode{errCode} {} in KeystoreOperation() argument
55 Status(int32_t errCode, const std::string& errMsg) in Status() argument56 : status_(AStatus_fromServiceSpecificErrorWithMessage(errCode, errMsg.c_str())) {} in Status()
61 Status(int32_t errCode, const std::string& errMsg) in Status() argument62 : status_(AStatus_fromServiceSpecificErrorWithMessage(errCode, errMsg.c_str())) {} in Status()