Home
last modified time | relevance | path

Searched refs:RotationMotionEventCallback (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_sensor_connector.cpp36 sptr<RotationMotionEventCallback> MotionSubscriber::motionEventCallback_ = nullptr;
83 sptr<RotationMotionEventCallback> callback = new (std::nothrow) RotationMotionEventCallback(); in SubscribeMotionSensor()
109 void RotationMotionEventCallback::OnMotionChanged(const MotionEvent& motionData) in OnMotionChanged()
/foundation/window/window_manager/dmserver/include/
H A Dsensor_connector.h71 class RotationMotionEventCallback : public MotionCallbackStub { class
85 static sptr<RotationMotionEventCallback> motionEventCallback_;
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_sensor_connector.h50 class RotationMotionEventCallback : public MotionCallbackStub { class
69 static sptr<RotationMotionEventCallback> motionEventCallback_;
/foundation/window/window_manager/dmserver/src/
H A Dsensor_connector.cpp51 sptr<RotationMotionEventCallback> MotionSubscriber::motionEventCallback_ = nullptr;
199 sptr<RotationMotionEventCallback> callback = new (std::nothrow) RotationMotionEventCallback(); in SubscribeMotionSensor()
224 void RotationMotionEventCallback::OnMotionChanged(const MotionEvent& motionData) in OnMotionChanged()

Completed in 2 milliseconds