Home
last modified time | relevance | path

Searched refs:dragResult_ (Results 1 - 4 of 4) sorted by relevance

/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_hisysevent.cpp42 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 Ddrag_manager.cpp416 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 Ddrag_hisysevent.h61 static std::map<DragResult, std::string> dragResult_; member in OHOS::Msdp::DeviceStatus::DragDFX
H A Ddrag_manager.h211 DragResult dragResult_ { DragResult::DRAG_FAIL };

Completed in 4 milliseconds