Searched refs:dragResult_ (Results 1 - 4 of 4) sorted by relevance
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_hisysevent.cpp | 42 std::map<DragResult, std::string> DragDFX::dragResult_ = { member in OHOS::Msdp::DeviceStatus::DragDFX 148 if (dragResult_.find(result) == dragResult_.end()) { in WriteNotifyDragResult() 149 FI_HILOGE("dragResult_ can't find the drag result"); in WriteNotifyDragResult() 152 std::string dragResult = dragResult_[result]; in WriteNotifyDragResult()
|
H A D | drag_manager.cpp | 416 dragResult_ = static_cast<DragResult>(dropResult.result); in StopDrag() 422 dragResult_ = static_cast<DragResult>(dropResult.result); in StopDrag() 779 GetDragResult(dragResult_).c_str(), pointerEventInterceptorId_, GetDragTargetPid(), targetTid, in Dump() 786 GetDragResult(dragResult_).c_str(), pointerEventMonitorId_, GetDragTargetPid(), targetTid, in Dump() 1269 return dragResult_; in GetDragResult()
|
/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_hisysevent.h | 61 static std::map<DragResult, std::string> dragResult_; member in OHOS::Msdp::DeviceStatus::DragDFX
|
H A D | drag_manager.h | 211 DragResult dragResult_ { DragResult::DRAG_FAIL };
|
Completed in 4 milliseconds