Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h133 int32_t NotifyDragResult(DragResult result, DragBehavior dragBehavior);
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp313 if (NotifyDragResult(dropResult.result, dragBehavior) != RET_OK) { in StopDrag()
439 int32_t DragManager::NotifyDragResult(DragResult result, DragBehavior dragBehavior) in NotifyDragResult() function in OHOS::Msdp::DeviceStatus::DragManager