Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h231 void SetFoldScreen(bool isFold);
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp966 * @tc.name: SetFoldScreen
970 HWTEST_F(ScreenSessionTest, SetFoldScreen, Function | SmallTest | Level2) in HWTEST_F()
972 GTEST_LOG_(INFO) << "SetFoldScreen start"; in HWTEST_F()
981 screenSession->SetFoldScreen(isFold); in HWTEST_F()
982 GTEST_LOG_(INFO) << "SetFoldScreen end"; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp1415 void ScreenSession::SetFoldScreen(bool isFold) in SetFoldScreen() function in OHOS::Rosen::ScreenSession
1417 WLOGFI("SetFoldScreen %{public}u", isFold); in SetFoldScreen()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp604 screenSession->SetFoldScreen(true); in OnScreenChange()

Completed in 16 milliseconds