Home
last modified time | relevance | path

Searched refs:BizState (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()
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()
699 dragRadarInfo.bizState = static_cast<int32_t>(BizState::STATE_END); in OnDragUp()
1099 dragRadarInfo.bizState = static_cast<int32_t>(BizState::STATE_END); in OnStopDrag()
1793 "BIZ_STATE", static_cast<int32_t>(BizState::STATE_IDLE), in ReportDragWindowVisibleRadarInfo()
1804 void DragManager::ReportStopDragRadarInfo(BizState bizStat
[all...]
/base/msdp/device_status/utils/common/include/
H A Dutil.h28 enum class BizState { class
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h200 void ReportStartDragRadarInfo(BizState bizState, StageRes stageRes, DragRadarErrCode errCode,
202 void ReportStopDragRadarInfo(BizState bizState, StageRes stageRes, DragRadarErrCode errCode, int32_t pid,

Completed in 4 milliseconds