Searched refs:curDragState (Results 1 - 1 of 1) sorted by relevance
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_hisysevent.cpp | 92 std::string curDragState = dragState_[dragState]; in WriteStartDrag() local 94 return WriteModel(DragType::STA_DRAG_SUCC, "dragState", curDragState); in WriteStartDrag() 96 return WriteModel(DragType::STA_DRAG_FAIL, "dragState", curDragState); in WriteStartDrag() 106 std::string curDragState = dragState_[dragState]; in WriteDragWindowVisible() local 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() 138 std::string curDragState = dragState_[dragState]; in WriteStopDrag() local 140 return WriteModel(DragType::STOP_DRAG_SUCC, "dragState", curDragState, "animate", in WriteStopDrag() 143 return WriteModel(DragType::STOP_DRAG_FAIL, "dragstate", curDragState, "animate", dropResult.hasCustomAnimation); in WriteStopDrag()
|
Completed in 1 milliseconds