Home
last modified time | relevance | path

Searched refs:ReportStopDragRadarInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp279ReportStopDragRadarInfo(BizState::STATE_IDLE, StageRes::RES_IDLE, DragRadarErrCode::DRAG_SUCCESS, … in StopDrag()
287ReportStopDragRadarInfo(BizState::STATE_END, StageRes::RES_FAIL, DragRadarErrCode::REPEATE_STOP_DR… in StopDrag()
315ReportStopDragRadarInfo(BizState::STATE_IDLE, StageRes::RES_FAIL, DragRadarErrCode::FAILED_NOTIFY_… in StopDrag()
332ReportStopDragRadarInfo(BizState::STATE_END, StageRes::RES_SUCCESS, DragRadarErrCode::DRAG_SUCCESS… in StopDrag()
1512 void DragManager::ReportStopDragRadarInfo(BizState bizState, StageRes stageRes, DragRadarErrCode er… in ReportStopDragRadarInfo() function in OHOS::Msdp::DeviceStatus::DragManager
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h160 …void ReportStopDragRadarInfo(BizState bizState, StageRes stageRes, DragRadarErrCode errCode, int32…