Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/event/
H A Ddrag_and_drop_impl.cpp273 auto* dragAndDropInfos = reinterpret_cast<ArkUIDragAndDropInfo*>(dragAndDropInfo); in OH_ArkUI_DragAndDropInfo_GetDragStatus() local
274 if (!dragAndDropInfos) { in OH_ArkUI_DragAndDropInfo_GetDragStatus()
277 return static_cast<ArkUI_DragStatus>(dragAndDropInfos->status); in OH_ArkUI_DragAndDropInfo_GetDragStatus()
285 auto* dragAndDropInfos = reinterpret_cast<ArkUIDragAndDropInfo*>(dragAndDropInfo); in OH_ArkUI_DragAndDropInfo_GetDragEvent() local
286 return reinterpret_cast<ArkUI_DragEvent*>(dragAndDropInfos->dragEvent); in OH_ArkUI_DragAndDropInfo_GetDragEvent()