Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/native/
H A Ddrag_and_drop.h125 } ArkUI_DragStatus; typedef
781 * @return Returns an <b>ArkUI_DragStatus</b> object; returns <b>ArkUI_DRAG_STATUS_UNKNOWN</b> if an error occurs.
784 ArkUI_DragStatus OH_ArkUI_DragAndDropInfo_GetDragStatus(ArkUI_DragAndDropInfo* dragAndDropInfo);
/foundation/arkui/ace_engine/interfaces/native/event/
H A Ddrag_and_drop_impl.cpp256 ArkUI_DragStatus OH_ArkUI_DragAndDropInfo_GetDragStatus(ArkUI_DragAndDropInfo* dragAndDropInfo) in OH_ArkUI_DragAndDropInfo_GetDragStatus()
259 return ArkUI_DragStatus::ARKUI_DRAG_STATUS_UNKNOWN; in OH_ArkUI_DragAndDropInfo_GetDragStatus()
263 return ArkUI_DragStatus::ARKUI_DRAG_STATUS_UNKNOWN; in OH_ArkUI_DragAndDropInfo_GetDragStatus()
265 return static_cast<ArkUI_DragStatus>(dragAndDropInfos->status); in OH_ArkUI_DragAndDropInfo_GetDragStatus()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Ddrag_and_drop_test.cpp95 OH_ArkUI_DragAndDropInfo_GetDragStatus(dragAndDropInfo), ArkUI_DragStatus::ARKUI_DRAG_STATUS_UNKNOWN); in HWTEST_F()
126 OH_ArkUI_DragAndDropInfo_GetDragStatus(dragAndDropInfo), ArkUI_DragStatus::ARKUI_DRAG_STATUS_UNKNOWN); in HWTEST_F()

Completed in 4 milliseconds