Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp605 void HandleFail(DragControllerAsyncCtx* asyncCtx, int32_t errorCode, const std::string& errMsg = "") in HandleFail() function
739 HandleFail(asyncCtx, ERROR_CODE_PARAM_INVALID, "touchPoint's coordinate out of range"); in EnvelopedDragData()
777 HandleFail(asyncCtx, ERROR_CODE_PARAM_INVALID, "did not has any drag data."); in StartDragService()
791 HandleFail(asyncCtx, ERROR_CODE_INTERNAL_ERROR, "msdp start drag failed."); in StartDragService()
836 HandleFail(asyncCtx, ERROR_CODE_INTERNAL_ERROR, "drag state is reject."); in OnMultipleComplete()
872 HandleFail(asyncCtx, ERROR_CODE_INTERNAL_ERROR, "drag state is reject."); in OnComplete()
911HandleFail(asyncCtx, ERROR_CODE_PARAM_INVALID, "touchPoint's coordinate out of range."); in OnComplete()
935 HandleFail(asyncCtx, ERROR_CODE_INTERNAL_ERROR, "msdp start drag failed."); in OnComplete()
1542 HandleFail(asyncCtx, ERROR_CODE_INTERNAL_ERROR, "drag state error, stop drag."); in ConfirmCurPointerEventInfo()