Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/frameworks/js/napi/session/include/
H A Dnapi_session.h111 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": IPC error."; in BuildWorkBusinessErr()
122 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": Execute fail."; in BuildWorkBusinessErr()
125 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": Forbidden execution."; in BuildWorkBusinessErr()
128 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": Device info error."; in BuildWorkBusinessErr()
131 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": Execute timeout."; in BuildWorkBusinessErr()
134 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": DB error."; in BuildWorkBusinessErr()
137 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": IO error."; in BuildWorkBusinessErr()
140 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": Network error."; in BuildWorkBusinessErr()
H A Dnapi_common_define.h27 constexpr int32_t COMPONENT_ERR = 11500000; variable
/ohos5.0/base/update/updateservice/frameworks/js/napi/session/src/
H A Dnapi_common_utils.cpp338 return COMPONENT_ERR + CAST_INT(callResult); in ConvertToErrorCode()