Searched refs:INTERNAL_ERR_CODE_MAP (Results 1 – 3 of 3) sorted by relevance
23 const std::map<int32_t, int32_t> INTERNAL_ERR_CODE_MAP = { variable86 auto iterInternal = INTERNAL_ERR_CODE_MAP.find(errCode); in GetErrorCode()87 if (iterInternal != INTERNAL_ERR_CODE_MAP.end()) { in GetErrorCode()
24 auto it = INTERNAL_ERR_CODE_MAP.find(internalErrCode); in GetAbilityErrorCode()25 if (it != INTERNAL_ERR_CODE_MAP.end()) { in GetAbilityErrorCode()
43 const std::map<ChildProcessManagerErrorCode, AbilityErrorCode> INTERNAL_ERR_CODE_MAP = { variable