Home
last modified time | relevance | path

Searched refs:motionData (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_sensor_connector.cpp109 void RotationMotionEventCallback::OnMotionChanged(const MotionEvent& motionData) in OnMotionChanged() argument
112 switch (motionData.status) { in OnMotionChanged()
171 void TentMotionEventCallback::OnMotionChanged(const MotionEvent& motionData) in OnMotionChanged() argument
173 if (motionData.status == MOTION_ACTION_TENT_MODE_ON) { in OnMotionChanged()
175 } else if (motionData.status == MOTION_ACTION_TENT_MODE_OFF) { in OnMotionChanged()
178 TLOGI(WmsLogTag::DMS, "dms: tent motion:%{public}d invalid", motionData.status); in OnMotionChanged()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_sensor_connector.h52 void OnMotionChanged(const MotionEvent& motionData) override;
57 void OnMotionChanged(const MotionEvent& motionData) override;
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp667 MotionEvent motionData; variable
669 motionData.status = 0;
671 MotionSubscriber::motionEventCallback_->OnMotionChanged(motionData);
674 motionData.status = 1;
675 MotionSubscriber::motionEventCallback_->OnMotionChanged(motionData);
680 motionData.status = 2;
681 MotionSubscriber::motionEventCallback_->OnMotionChanged(motionData);
685 motionData.status = 3;
686 MotionSubscriber::motionEventCallback_->OnMotionChanged(motionData);
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dsensor_connector.cpp224 void RotationMotionEventCallback::OnMotionChanged(const MotionEvent& motionData) in OnMotionChanged() argument
227 switch (motionData.status) { in OnMotionChanged()
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dsensor_connector.h73 void OnMotionChanged(const MotionEvent& motionData) override;