Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager_error_utils.cpp22 …ldProcessManagerErrorUtil::GetAbilityErrorCode(const ChildProcessManagerErrorCode &internalErrCode) in GetAbilityErrorCode() argument
24 auto it = INTERNAL_ERR_CODE_MAP.find(internalErrCode); in GetAbilityErrorCode()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/include/
H A Dquick_fix_error_utils.h92 static int32_t GetErrorCode(int32_t internalErrCode);
93 static std::string GetErrorMessage(int32_t internalErrCode);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
H A Dchild_process_manager_error_utils.h71 … static AbilityErrorCode GetAbilityErrorCode(const ChildProcessManagerErrorCode &internalErrCode);