Searched refs:GetScreenRequestedOrientation (Results 1 – 8 of 8) sorted by relevance
138 Orientation GetScreenRequestedOrientation() const;
115 Orientation GetScreenRequestedOrientation() const;
452 Orientation ScreenProperty::GetScreenRequestedOrientation() const in GetScreenRequestedOrientation() function in OHOS::Rosen::ScreenProperty
752 Orientation ScreenSession::GetScreenRequestedOrientation() const in GetScreenRequestedOrientation() function in OHOS::Rosen::ScreenSession754 return property_.GetScreenRequestedOrientation(); in GetScreenRequestedOrientation()
1572 Orientation res = session->GetScreenRequestedOrientation();1652 HWTEST_F(ScreenSessionTest, GetScreenRequestedOrientation, Function | SmallTest | Level2)1656 Orientation res = session->GetScreenRequestedOrientation();1657 ASSERT_EQ(res, session->property_.GetScreenRequestedOrientation());
267 Orientation ret = property->GetScreenRequestedOrientation();
333 << static_cast<int32_t>(screenSession->GetScreenRequestedOrientation()) << std::endl; in DumpScreenSessionById()508 << static_cast<int32_t>(screenProperty.GetScreenRequestedOrientation()) << std::endl; in DumpScreenPropertyById()
4468 << static_cast<uint32_t>(screenSession->GetScreenRequestedOrientation()) in DumpAllScreensInfo()4507 …oss << "RequestOrientation: " << static_cast<uint32_t>(session->GetScreenRequestedOrientation()) <… in DumpSpecialScreenInfo()