Home
last modified time | relevance | path

Searched refs:HandleSensorEventInput (Results 1 - 11 of 11) sorted by relevance

/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_rotation_property_test.cpp61 * @tc.name: HandleSensorEventInput
62 * @tc.desc: test function : HandleSensorEventInput
65 HWTEST_F(ScreenRotationPropertyTest, HandleSensorEventInput, Function | SmallTest | Level1) in HWTEST_F()
67 ScreenRotationProperty::HandleSensorEventInput(DeviceRotation::INVALID); in HWTEST_F()
68 ScreenRotationProperty::HandleSensorEventInput(DeviceRotation::ROTATION_PORTRAIT); in HWTEST_F()
69 ScreenRotationProperty::HandleSensorEventInput(DeviceRotation::ROTATION_LANDSCAPE); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_sensor_connector.cpp133 ScreenRotationProperty::HandleSensorEventInput(motionRotation); in OnMotionChanged()
174 ScreenTentProperty::HandleSensorEventInput(true); in OnMotionChanged()
176 ScreenTentProperty::HandleSensorEventInput(false); in OnMotionChanged()
H A Dscreen_tent_property.cpp21 void ScreenTentProperty::HandleSensorEventInput(bool isTentMode) in HandleSensorEventInput() function in OHOS::Rosen::ScreenTentProperty
H A Dscreen_rotation_property.cpp21 void ScreenRotationProperty::HandleSensorEventInput(DeviceRotation deviceRotation) in HandleSensorEventInput() function in OHOS::Rosen::ScreenRotationProperty
H A Dscreen_session_dumper.cpp550 ScreenRotationProperty::HandleSensorEventInput(static_cast<DeviceRotation>(value)); in SetMotionSensorvalue()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_tent_property.h35 static void HandleSensorEventInput(bool isTentMode);
H A Dscreen_rotation_property.h51 static void HandleSensorEventInput(DeviceRotation deviceRotation);
/foundation/window/window_manager/dmserver/src/
H A Dsensor_connector.cpp140 ScreenRotationController::HandleSensorEventInput(sensorRotationConverted); in HandleGravitySensorEventCallback()
250 ScreenRotationController::HandleSensorEventInput(motionRotation); in OnMotionChanged()
H A Dscreen_rotation_controller.cpp85 void ScreenRotationController::HandleSensorEventInput(DeviceRotation deviceRotation) in HandleSensorEventInput() function in OHOS::Rosen::ScreenRotationController
/foundation/window/window_manager/dmserver/include/
H A Dscreen_rotation_controller.h48 static void HandleSensorEventInput(DeviceRotation deviceRotation);
/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp409 * @tc.name: HandleSensorEventInput
410 * @tc.desc: HandleSensorEventInput
413 HWTEST_F(ScreenRotationControllerTest, HandleSensorEventInput, Function | SmallTest | Level3) in HWTEST_F()
416 ScreenRotationController::HandleSensorEventInput(deviceRotation); in HWTEST_F()
419 ScreenRotationController::HandleSensorEventInput(deviceRotation); in HWTEST_F()
691 ScreenRotationController::HandleSensorEventInput(currentRotation); in HWTEST_F()

Completed in 7 milliseconds