Home
last modified time | relevance | path

Searched refs:StageRes (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()
701 dragRadarInfo.stageRes = static_cast<int32_t>(StageRes::RES_FAIL); in OnDragUp()
1055 ReportStartDragFailedRadarInfo(StageRes::RES_FAIL, DragRadarErrCode::FAILED_INIT_DRAWING, __func__, in OnStartDrag()
1063 ReportStartDragFailedRadarInfo(StageRes 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.h41 enum class StageRes { class in OHOS::Msdp::DeviceStatus::BizState

Completed in 4 milliseconds