Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h223 void UpdateRotationAfterBoot(bool foldToExpand);
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp502 HWTEST_F(ScreenSessionTest, UpdateRotationAfterBoot, Function | SmallTest | Level2)
513 screenSession->UpdateRotationAfterBoot(foldToExpand);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp666 void ScreenSession::UpdateRotationAfterBoot(bool foldToExpand) in UpdateRotationAfterBoot() function in OHOS::Rosen::ScreenSession
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp5416 screenSession->UpdateRotationAfterBoot(foldToExpand); in NotifyFoldToExpandCompletion()