Searched refs:ReportStopDragRadarInfo (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_manager.cpp | 279 …ReportStopDragRadarInfo(BizState::STATE_IDLE, StageRes::RES_IDLE, DragRadarErrCode::DRAG_SUCCESS, … in StopDrag() 287 …ReportStopDragRadarInfo(BizState::STATE_END, StageRes::RES_FAIL, DragRadarErrCode::REPEATE_STOP_DR… in StopDrag() 315 …ReportStopDragRadarInfo(BizState::STATE_IDLE, StageRes::RES_FAIL, DragRadarErrCode::FAILED_NOTIFY_… in StopDrag() 332 …ReportStopDragRadarInfo(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 D | drag_manager.h | 160 …void ReportStopDragRadarInfo(BizState bizState, StageRes stageRes, DragRadarErrCode errCode, int32…
|