Searched refs:errPair (Results 1 – 3 of 3) sorted by relevance
52 for (const auto& errPair : g_errorCodePair) { in TransErrorCode() local53 if (errPair.errorCode == errorCode) { in TransErrorCode()54 return errPair.serviceErrCode; in TransErrorCode()
43 for (const auto& errPair : g_errorCodePair) { in TransErrorCode() local44 if (errPair.first == errorCode) { in TransErrorCode()45 return errPair.second; in TransErrorCode()
187 for (const auto& errPair : g_statusPair) { in TransStatus() local188 if (errPair.first == status) { in TransStatus()189 return errPair.second; in TransStatus()