Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_hisysevent.h51 static int32_t WriteStopDrag(const DragState &dragState, const DragDropResult &dropResult,
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_hisysevent.cpp131 int32_t DragDFX::WriteStopDrag(const DragState &dragState, const DragDropResult &dropResult, in WriteStopDrag() function in OHOS::Msdp::DeviceStatus::DragDFX
H A Ddrag_manager.cpp300 … DragDFX::WriteStopDrag(dragState_, dropResult, OHOS::HiviewDFX::HiSysEvent::EventType::FAULT); in StopDrag()