Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h107 ScreenCombination GetScreenCombination() const;
275 ScreenCombination GetScreenCombination() const;
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h126 ScreenCombination GetScreenCombination() const;
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen.cpp419 ScreenCombination combination = abstractScreenGroup->GetScreenCombination(); in GetSourceMode()
696 ScreenCombination AbstractScreenGroup::GetScreenCombination() const in GetScreenCombination() function in OHOS::Rosen::AbstractScreenGroup
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp898 ScreenCombination combination = GetScreenCombination(); in GetSourceMode()
923 ScreenCombination ScreenSession::GetScreenCombination() const in GetScreenCombination() function in OHOS::Rosen::ScreenSession
1375 ScreenCombination ScreenSessionGroup::GetScreenCombination() const in GetScreenCombination() function in OHOS::Rosen::ScreenSessionGroup
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp899 HWTEST_F(ScreenSessionTest, GetScreenCombination, Function | SmallTest | Level2)
911 auto res = screenSession->GetScreenCombination();
1191 EXPECT_EQ(combination, session->GetScreenCombination());
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_dumper.cpp327 << static_cast<int32_t>(screenSession->GetScreenCombination()) << std::endl; in DumpScreenSessionById()