Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp130 stateNotify_.AddNotifyMsg(info); in AddListener()
146 stateNotify_.RemoveNotifyMsg(info); in RemoveListener()
161 stateNotify_.AddNotifyMsg(info); in AddSubscriptListener()
175 stateNotify_.RemoveNotifyMsg(info); in RemoveSubscriptListener()
266 stateNotify_.StateChangedNotify(DragState::START); in StartDrag()
310 stateNotify_.StateChangedNotify(DragState::STOP); in StopDrag()
377 stateNotify_.StyleChangedNotify(GetRealDragStyle(style)); in UpdateDragStyle()
1257 stateNotify_.StyleChangedNotify(updateStyle); in OnUpdateDragStyle()
1341 return this->stateNotify_.StyleChangedNotify(style); in CtrlKeyStyleChangedNotify()
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h171 StateChangeNotify stateNotify_; variable