Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/src/
H A Dquick_fix_error_utils.cpp23 const std::map<int32_t, int32_t> INTERNAL_ERR_CODE_MAP = { variable
86 auto iterInternal = INTERNAL_ERR_CODE_MAP.find(errCode); in GetErrorCode()
87 if (iterInternal != INTERNAL_ERR_CODE_MAP.end()) { in GetErrorCode()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager_error_utils.cpp24 auto it = INTERNAL_ERR_CODE_MAP.find(internalErrCode); in GetAbilityErrorCode()
25 if (it != INTERNAL_ERR_CODE_MAP.end()) { in GetAbilityErrorCode()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
H A Dchild_process_manager_error_utils.h43 const std::map<ChildProcessManagerErrorCode, AbilityErrorCode> INTERNAL_ERR_CODE_MAP = { variable