Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp629 …auto dragDropExtFunc = reinterpret_cast<DragNotifyExtFunc>(dlsym(dragExtHandler_, "OnNotifyDragInf… in NotifyDragInfo() local
630 if (dragDropExtFunc == nullptr) { in NotifyDragInfo()
639 if (!GetSuperHubHandler()->PostTask([dragDropExtFunc, dragEventInfo] () in NotifyDragInfo()
640 mutable { return dragDropExtFunc(dragEventInfo); })) { in NotifyDragInfo()