Home
last modified time | relevance | path

Searched refs:GetScreenRequestedOrientation (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h138 Orientation GetScreenRequestedOrientation() const;
H A Dscreen_session.h115 Orientation GetScreenRequestedOrientation() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp452 Orientation ScreenProperty::GetScreenRequestedOrientation() const in GetScreenRequestedOrientation() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp752 Orientation ScreenSession::GetScreenRequestedOrientation() const in GetScreenRequestedOrientation() function in OHOS::Rosen::ScreenSession
754 return property_.GetScreenRequestedOrientation(); in GetScreenRequestedOrientation()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp1572 Orientation res = session->GetScreenRequestedOrientation();
1652 HWTEST_F(ScreenSessionTest, GetScreenRequestedOrientation, Function | SmallTest | Level2)
1656 Orientation res = session->GetScreenRequestedOrientation();
1657 ASSERT_EQ(res, session->property_.GetScreenRequestedOrientation());
H A Dscreen_property_test.cpp267 Orientation ret = property->GetScreenRequestedOrientation();
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_dumper.cpp333 << static_cast<int32_t>(screenSession->GetScreenRequestedOrientation()) << std::endl; in DumpScreenSessionById()
508 << static_cast<int32_t>(screenProperty.GetScreenRequestedOrientation()) << std::endl; in DumpScreenPropertyById()
H A Dscreen_session_manager.cpp4468 << static_cast<uint32_t>(screenSession->GetScreenRequestedOrientation()) in DumpAllScreensInfo()
4507 …oss << "RequestOrientation: " << static_cast<uint32_t>(session->GetScreenRequestedOrientation()) <… in DumpSpecialScreenInfo()