Home
last modified time | relevance | path

Searched refs:DragRadarErrCode (Results 1 - 3 of 3) sorted by relevance

/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp250 ReportStartDragRadarInfo(BizState::STATE_BEGIN, StageRes::RES_IDLE, DragRadarErrCode::DRAG_SUCCESS, packageName, in StartDrag()
256 ReportStartDragFailedRadarInfo(StageRes::RES_FAIL, DragRadarErrCode::INVALID_DRAG_DATA, __func__, packageName); in StartDrag()
273 ReportStartDragRadarInfo(BizState::STATE_IDLE, StageRes::RES_SUCCESS, DragRadarErrCode::DRAG_SUCCESS, packageName, in StartDrag()
364 ReportStopDragRadarInfo(BizState::STATE_IDLE, StageRes::RES_IDLE, DragRadarErrCode::DRAG_SUCCESS, pid, packageName); in StopDrag()
372 ReportStopDragRadarInfo(BizState::STATE_END, StageRes::RES_FAIL, DragRadarErrCode::REPEATE_STOP_DRAG_EXCEPTION, in StopDrag()
406 ReportStopDragRadarInfo(BizState::STATE_IDLE, StageRes::RES_FAIL, DragRadarErrCode::FAILED_NOTIFY_DRAG_RESULT, in StopDrag()
429 ReportStopDragRadarInfo(BizState::STATE_END, StageRes::RES_SUCCESS, DragRadarErrCode::DRAG_SUCCESS, pid, in StopDrag()
702 dragRadarInfo.errCode = static_cast<int32_t>(DragRadarErrCode::DRAG_STOP_EXCEPTION); in OnDragUp()
1055 ReportStartDragFailedRadarInfo(StageRes::RES_FAIL, DragRadarErrCode::FAILED_INIT_DRAWING, __func__, in OnStartDrag()
1063 ReportStartDragFailedRadarInfo(StageRes::RES_CANCEL, DragRadarErrCode in OnStartDrag()
[all...]
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h198 void ReportDragWindowVisibleRadarInfo(StageRes stageRes, DragRadarErrCode errCode, const std::string &funcName);
200 void ReportStartDragRadarInfo(BizState bizState, StageRes stageRes, DragRadarErrCode errCode,
202 void ReportStopDragRadarInfo(BizState bizState, StageRes stageRes, DragRadarErrCode errCode, int32_t pid,
204 void ReportStartDragFailedRadarInfo(StageRes stageRes, DragRadarErrCode errCode, const std::string &funcName,
/base/msdp/device_status/utils/common/include/
H A Dutil.h48 enum class DragRadarErrCode { class in OHOS::Msdp::DeviceStatus::BizState

Completed in 4 milliseconds