Home
last modified time | relevance | path

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

/base/msdp/device_status/services/interaction/drag/include/
Ddrag_drawing.h37 using DragExtFunc = void (*)(DragDrawing *drawingObj, DrawingInfo *drawingInfo); variable
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_drawing.cpp418 auto animationExtFunc = reinterpret_cast<DragExtFunc>(dlsym(dragExtHandle_, "OnStartDragExt")); in OnStartDrag()
446 auto animationExtFunc = reinterpret_cast<DragExtFunc>(dlsym(dragExtHandle_, "OnDragStyleExt")); in OnDragStyle()
478 …auto animationExtFunc = reinterpret_cast<DragExtFunc>(dlsym(dragExtHandle_, "OnStopDragSuccessExt"… in OnStopDragSuccess()
508 … auto animationExtFunc = reinterpret_cast<DragExtFunc>(dlsym(dragExtHandle_, "OnStopDragFailExt")); in OnStopDragFail()