Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_common_ability_wrap_utils.cpp40 const std::map<int32_t, int32_t> START_ABILITY_ERROR_CODE_MAP = { variable
272 auto iter = START_ABILITY_ERROR_CODE_MAP.find(innerErrorCode); in GetStartAbilityErrorCode()
273 if (iter != START_ABILITY_ERROR_CODE_MAP.end()) { in GetStartAbilityErrorCode()