Home
last modified time | relevance | path

Searched refs:ParameterType (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp77 enum class ParameterType { CUSTOMBUILDER, DRAGITEMINFO, DRAGITEMINFO_ARRAY, MIX, ERROR }; class
120 ParameterType getParameterType(std::shared_ptr<DragControllerAsyncCtx> asyncCtx);
359 ParameterType parameterType = getParameterType(dragCtx); in StartDragInternal()
361 if (parameterType == ParameterType::DRAGITEMINFO_ARRAY) { in StartDragInternal()
363 } else if (parameterType == ParameterType::MIX) { in StartDragInternal()
568 ParameterType parameterType = getParameterType(asyncCtx); in HandleExecuteDrag()
569 if (parameterType == ParameterType::DRAGITEMINFO) { in HandleExecuteDrag()
571 } else if (parameterType == ParameterType::CUSTOMBUILDER) { in HandleExecuteDrag()
1537 ParameterType getParameterType(std::shared_ptr<DragControllerAsyncCtx> asyncCtx) in getParameterType()
1539 CHECK_NULL_RETURN(asyncCtx, ParameterType in getParameterType()
[all...]

Completed in 4 milliseconds