Home
last modified time | relevance | path

Searched refs:ReportNotifyModeChange (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h254 void ReportNotifyModeChange(DisplayOrientation displayOrientation);
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp480 HWTEST_F(ScreenSessionTest, ReportNotifyModeChange, Function | SmallTest | Level2)
491 screenSession->ReportNotifyModeChange(displayOrientation);
493 screenSession->ReportNotifyModeChange(displayOrientation);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp623 ReportNotifyModeChange(displayOrientation); in UpdatePropertyAfterRotation()
649 void ScreenSession::ReportNotifyModeChange(DisplayOrientation displayOrientation) in ReportNotifyModeChange() function in OHOS::Rosen::ScreenSession