Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/error/
H A Derror_code.h82 constexpr int32_t ERROR_CODE_DRAG_DATA_NOT_FOUND = 190001; // GetData failed, data not found. variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
H A Dudmf_impl.cpp399 return { ERROR_CODE_DRAG_DATA_NOT_FOUND, "GetData failed, data not found." }; in GetErrorInfo()