Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A Djs_types.cpp54 JSException::Throw(ERROR_CODE_COMPONENT_NOT_SUPPORTED_PREVENT_FUNCTION, "%s", in JsClickPreventDefault()
71 JSException::Throw(ERROR_CODE_COMPONENT_NOT_SUPPORTED_PREVENT_FUNCTION, "%s", in JsTouchPreventDefault()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/error/
H A Derror_code.h54 constexpr int32_t ERROR_CODE_COMPONENT_NOT_SUPPORTED_PREVENT_FUNCTION = 100017; variable