Home
last modified time | relevance | path

Searched refs:SetScreenRequestedOrientation (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h137 void SetScreenRequestedOrientation(Orientation orientation);
H A Dscreen_session.h114 void SetScreenRequestedOrientation(Orientation orientation);
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp261 HWTEST_F(ScreenPropertyTest, SetScreenRequestedOrientation, Function | SmallTest | Level2)
266 property->SetScreenRequestedOrientation(orientation);
H A Dscreen_session_test.cpp1566 HWTEST_F(ScreenSessionTest, SetScreenRequestedOrientation, Function | SmallTest | Level2)
1571 session->SetScreenRequestedOrientation(orientation);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp447 void ScreenProperty::SetScreenRequestedOrientation(Orientation orientation) in SetScreenRequestedOrientation() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp715 void ScreenSession::SetScreenRequestedOrientation(Orientation orientation) in SetScreenRequestedOrientation() function in OHOS::Rosen::ScreenSession
717 property_.SetScreenRequestedOrientation(orientation); in SetScreenRequestedOrientation()