Home
last modified time | relevance | path

Searched refs:isFromWindow (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen_controller.h63 DMError SetOrientation(ScreenId screenId, Orientation orientation, bool isFromWindow, bool withAnimation = true);
64 bool SetRotation(ScreenId screenId, Rotation rotationAfter, bool isFromWindow, bool withAnimation = true);
/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_controller_test.cpp565 bool isFromWindow = true; in HWTEST_F() local
566 DMError ret = absController_->SetOrientation(1, orientation, isFromWindow); in HWTEST_F()
570 ret = absController_->SetOrientation(1, orientation, isFromWindow); in HWTEST_F()
573 isFromWindow = false; in HWTEST_F()
574 ret = absController_->SetOrientation(1, orientation, isFromWindow); in HWTEST_F()
577 ret = absController_->SetOrientation(1, orientation, isFromWindow, false); in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen_controller.cpp735 bool isFromWindow, bool withAnimation) in SetOrientation()
747 if (isFromWindow) { in SetOrientation()
759 if (isFromWindow) { in SetOrientation()
921 bool isFromWindow, bool withAnimation) in SetRotation()
923 WLOGFI("Enter SetRotation, screenId: %{public}" PRIu64 ", rotation: %{public}u, isFromWindow: %{public}u," in SetRotation()
924 "animation: %{public}u", screenId, rotationAfter, isFromWindow, withAnimation); in SetRotation()
734 SetOrientation(ScreenId screenId, Orientation newOrientation, bool isFromWindow, bool withAnimation) SetOrientation() argument
920 SetRotation(ScreenId screenId, Rotation rotationAfter, bool isFromWindow, bool withAnimation) SetRotation() argument
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h136 bool SetRotation(ScreenId screenId, Rotation rotationAfter, bool isFromWindow);
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp2556 bool ScreenSessionManager::SetRotation(ScreenId screenId, Rotation rotationAfter, bool isFromWindow) in SetRotation() argument
2559 "Enter SetRotation, screenId: %{public}" PRIu64 ", rotation: %{public}u, isFromWindow: %{public}u,", in SetRotation()
2560 screenId, rotationAfter, isFromWindow); in SetRotation()

Completed in 16 milliseconds