Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager_error_utils.cpp35 auto it = ABILITY_MANAGER_ERR_CODE_MAP.find(abilityManagerErrorCode); in GetChildProcessManagerErrorCode()
36 if (it != ABILITY_MANAGER_ERR_CODE_MAP.end()) { in GetChildProcessManagerErrorCode()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
H A Dchild_process_manager_error_utils.h61 const std::map<int32_t, ChildProcessManagerErrorCode> ABILITY_MANAGER_ERR_CODE_MAP = { variable