Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_hisysevent.cpp64 int32_t DragDFX::WriteModel(const DragType &dragType, Types... paras) in WriteModel() function in OHOS::Msdp::DeviceStatus::DragDFX
94 return WriteModel(DragType::STA_DRAG_SUCC, "dragState", curDragState); in WriteStartDrag()
96 return WriteModel(DragType::STA_DRAG_FAIL, "dragState", curDragState); in WriteStartDrag()
108 …return WriteModel(DragType::SET_DRAG_WINDOW_SUCC, "IsVisible", visible, "dragState", curDragState); in WriteDragWindowVisible()
110 …return WriteModel(DragType::SET_DRAG_WINDOW_FAIL, "IsVisible", visible, "dragState", curDragState); in WriteDragWindowVisible()
121 return WriteModel(DragType::UPDATE_DRAG_STYLE_SUCC, "dragStyle", dragStyle); in WriteUpdateDragStyle()
123 return WriteModel(DragType::UPDATE_DRAG_STYLE_FAIL, "dragStyle", dragStyle); in WriteUpdateDragStyle()
128 return WriteModel(DragType::SEND_TOKENID, "targetTid", targetTid, "udKey", udKey); in WriteSendTokenid()
140 return WriteModel(DragType::STOP_DRAG_SUCC, "dragState", curDragState, "animate", in WriteStopDrag()
154 return WriteModel(DragType::NOTIFY_DRAG_RESULT_SUCC, "DragResult", dragResult); in WriteNotifyDragResult()
[all …]
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_hisysevent.h56 static int32_t WriteModel(const DragType &dragType, Types... paras);