Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h222 void SetFoldScreen(bool isFold);
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp1008 HWTEST_F(ScreenSessionTest, SetFoldScreen, Function | SmallTest | Level2)
1019 screenSession->SetFoldScreen(isFold);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp1441 void ScreenSession::SetFoldScreen(bool isFold) in SetFoldScreen() function in OHOS::Rosen::ScreenSession
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp630 screenSession->SetFoldScreen(true); in OnScreenChange()