Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/src/
H A Dquick_fix_error_utils.cpp61 const std::map<int32_t, std::string> EXTERNAL_ERR_MSG_MAP = { variable
81 auto iter = EXTERNAL_ERR_MSG_MAP.find(errCode); in GetErrorCode()
82 if (iter != EXTERNAL_ERR_MSG_MAP.end()) { in GetErrorCode()
98 auto iter = EXTERNAL_ERR_MSG_MAP.find(externalErrCode); in GetErrorMessage()
99 if (iter != EXTERNAL_ERR_MSG_MAP.end()) { in GetErrorMessage()
102 errMsg = EXTERNAL_ERR_MSG_MAP.at(ERR_QUICKFIX_INTERNAL_ERROR); in GetErrorMessage()