Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_delegate.cpp59 constexpr char NTC_PARAM_ERROR_CODE[] = "errorCode"; variable
415 int32_t errorCode = GetIntParam(param, NTC_PARAM_ERROR_CODE); in OnPageError()
445 size_t posErrorCode = param.find(NTC_PARAM_ERROR_CODE); in GetUrlStringParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp111 constexpr char NTC_PARAM_ERROR_CODE[] = "errorCode"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp90 constexpr char NTC_PARAM_ERROR_CODE[] = "errorCode"; variable
5109 int32_t errorCode = GetIntParam(param, NTC_PARAM_ERROR_CODE); in OnPageError()
6003 size_t posErrorCode = param.find(NTC_PARAM_ERROR_CODE); in GetUrlStringParam()