Searched refs:bizState (Results 1 - 3 of 3) sorted by relevance
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_manager.cpp | 699 dragRadarInfo.bizState = static_cast<int32_t>(BizState::STATE_END); in OnDragUp() 1099 dragRadarInfo.bizState = static_cast<int32_t>(BizState::STATE_END); in OnStopDrag() 1804 void DragManager::ReportStopDragRadarInfo(BizState bizState, StageRes stageRes, DragRadarErrCode errCode, int32_t pid, in ReportStopDragRadarInfo() argument 1809 dragRadarInfo.bizState = static_cast<int32_t>(bizState); in ReportStopDragRadarInfo() 1818 void DragManager::ReportStartDragRadarInfo(BizState bizState, StageRes stageRes, DragRadarErrCode errCode, in ReportStartDragRadarInfo() argument 1823 dragRadarInfo.bizState = static_cast<int32_t>(bizState); in ReportStartDragRadarInfo() 1837 dragRadarInfo.bizState = static_cast<int32_t>(BizState::STATE_END); in ReportStartDragFailedRadarInfo() 1861 "BIZ_STATE", dragRadarInfo.bizState, in ReportDragRadarInfo() [all...] |
/base/msdp/device_status/utils/common/include/ |
H A D | util.h | 64 int32_t bizState { -1 };
|
/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_manager.h | 200 void ReportStartDragRadarInfo(BizState bizState, StageRes stageRes, DragRadarErrCode errCode, 202 void ReportStopDragRadarInfo(BizState bizState, StageRes stageRes, DragRadarErrCode errCode, int32_t pid,
|
Completed in 5 milliseconds