Home
last modified time | relevance | path

Searched refs:INTERNAL_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.cpp48 const std::map<int32_t, std::string> INTERNAL_ERR_MSG_MAP = { variable
105 auto iterInternal = INTERNAL_ERR_MSG_MAP.find(errCode); in GetErrorMessage()
106 if (iterInternal != INTERNAL_ERR_MSG_MAP.end()) { in GetErrorMessage()