Searched refs:HandleFail (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | js_drag_controller.cpp | 609 void HandleFail(std::shared_ptr<DragControllerAsyncCtx> asyncCtx, int32_t errorCode, const std::string& errMsg = "") in HandleFail() function 738 HandleFail(asyncCtx, ERROR_CODE_PARAM_INVALID, "touchPoint's coordinate out of range"); in EnvelopedDragData() 779 HandleFail(asyncCtx, ERROR_CODE_PARAM_INVALID, "did not has any drag data."); in StartDragService() 801 HandleFail(asyncCtx, ERROR_CODE_INTERNAL_ERROR, "msdp start drag failed."); in StartDragService() 843 HandleFail(asyncCtx, ERROR_CODE_INTERNAL_ERROR, "drag state is reject."); in OnMultipleComplete() 879 HandleFail(asyncCtx, ERROR_CODE_INTERNAL_ERROR, "drag state is reject."); in OnComplete() 890 HandleFail(asyncCtx, ERROR_CODE_INTERNAL_ERROR, "msdp start drag failed."); in OnComplete() 967 HandleFail(asyncCtx, ERROR_CODE_PARAM_INVALID, "touchPoint's coordinate out of range"); in TryToStartDrag() 1575 HandleFail(asyncCtx, ERROR_CODE_INTERNAL_ERROR, "drag state error, stop drag."); in HandleStopDragCallback()
|
Completed in 4 milliseconds