Searched refs:dragDropExtFunc (Results 1 – 1 of 1) sorted by relevance
629 …auto dragDropExtFunc = reinterpret_cast<DragNotifyExtFunc>(dlsym(dragExtHandler_, "OnNotifyDragInf… in NotifyDragInfo() local630 if (dragDropExtFunc == nullptr) { in NotifyDragInfo()639 if (!GetSuperHubHandler()->PostTask([dragDropExtFunc, dragEventInfo] () in NotifyDragInfo()640 mutable { return dragDropExtFunc(dragEventInfo); })) { in NotifyDragInfo()