/foundation/window/window_manager/utils/src/ |
H A D | screen_group_info.cpp | 57 uint32_t combination;
in InnerUnmarshalling() local 58 if (!ScreenInfo::InnerUnmarshalling(parcel) || !parcel.ReadUint32(combination) ||
in InnerUnmarshalling() 62 combination_ = static_cast<ScreenCombination>(combination);
in InnerUnmarshalling()
|
/foundation/window/window_manager/utils/include/ |
H A D | screen_group_info.h | 37 DEFINE_VAR_DEFAULT_FUNC_GET(ScreenCombination, Combination, combination, ScreenCombination::SCREEN_ALONE);
|
/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_screen.cpp | 419 ScreenCombination combination = abstractScreenGroup->GetScreenCombination();
in GetSourceMode() local 420 switch (combination) {
in GetSourceMode() 493 std::string name, ScreenCombination combination) : AbstractScreen(screenController, name, dmsId, rsId),
in AbstractScreenGroup() 494 combination_(combination)
in AbstractScreenGroup() 557 WLOGE("fail to add child. invalid group combination:%{public}u", combination_);
in GetRSDisplayNodeConfig() 492 AbstractScreenGroup(sptr<AbstractScreenController> screenController, ScreenId dmsId, ScreenId rsId, std::string name, ScreenCombination combination) AbstractScreenGroup() argument
|
H A D | abstract_screen_controller.cpp | 576 "combination:%{public}u", newScreen->dmsId_, dmsGroupScreenId, newScreen->type_);
in AddAsFirstScreenLocked() 744 WLOGE("cannot set orientation to the combination. screen: %{public}" PRIu64"", screenId);
in SetOrientation() 1134 WLOGFW("try to stop screen in another combination");
in StopScreens() 1155 const std::vector<Point>& startPoints, bool filterScreen, ScreenCombination combination)
in ChangeScreenGroup() 1181 group->combination_ = combination;
in ChangeScreenGroup() 1520 WLOGE("cannot set virtual pixel ratio to the combination. screen: %{public}" PRIu64"", screenId);
in SetVirtualPixelRatio() 1154 ChangeScreenGroup(sptr<AbstractScreenGroup> group, const std::vector<ScreenId>& screens, const std::vector<Point>& startPoints, bool filterScreen, ScreenCombination combination) ChangeScreenGroup() argument
|
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen.h | 111 ScreenCombination combination);
|
H A D | abstract_screen_controller.h | 113 const std::vector<Point>& startPoints, bool filterScreen, ScreenCombination combination);
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 106 void SetScreenCombination(ScreenCombination combination); 266 ScreenSessionGroup(ScreenId smsId, ScreenId rsId, std::string name, ScreenCombination combination);
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | multi_screen_manager_test.cpp | 114 ScreenCombination combination = ScreenCombination::SCREEN_ALONE; in HWTEST_F() local 115 sptr<ScreenSessionGroup> sessiongroup = new ScreenSessionGroup(mainScreenId, rsId, name, combination); in HWTEST_F()
|
H A D | screen_session_test.cpp | 871 ScreenCombination combination { ScreenCombination::SCREEN_ALONE }; in HWTEST_F() 872 screenSession->SetScreenCombination(combination); in HWTEST_F() 874 ASSERT_EQ(res, combination); in HWTEST_F() 1149 ScreenCombination combination { ScreenCombination::SCREEN_ALONE }; in HWTEST_F() 1151 session->SetScreenCombination(combination); in HWTEST_F() 1153 EXPECT_EQ(combination, session->GetScreenCombination()); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 873 ScreenCombination combination = GetScreenCombination(); in GetSourceMode() local 874 switch (combination) { in GetSourceMode() 893 void ScreenSession::SetScreenCombination(ScreenCombination combination) in SetScreenCombination() argument 895 WLOGFI("screenId:%{public}" PRIu64", set combination:%{public}d", screenId_, in SetScreenCombination() 896 static_cast<int32_t>(combination)); in SetScreenCombination() 897 combination_ = combination; in SetScreenCombination() 1199 std::string name, ScreenCombination combination) : combination_(combination) in ScreenSessionGroup() 1250 WLOGE("fail to add child. invalid group combination:%{public}u", combination_); in GetRSDisplayNodeConfig() 1198 ScreenSessionGroup(ScreenId screenId, ScreenId rsId, std::string name, ScreenCombination combination) ScreenSessionGroup() argument
|
/foundation/window/window_manager/test/systemtest/dms/ |
H A D | screen_manager_test.cpp | 288 void ScreenManagerTest::CheckScreenGroupState(ScreenCombination combination, ScreenGroupChangeEvent event,
in CheckScreenGroupState() argument 304 if (combination == group->GetCombination()) {
in CheckScreenGroupState() 305 ASSERT_EQ(combination, group->GetCombination());
in CheckScreenGroupState()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager.h | 162 const std::vector<Point>& startPoints, bool filterScreen, ScreenCombination combination);
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 1145 TLOGE(WmsLogTag::DMS, "cannot set virtual pixel ratio to the combination. screen: %{public}" PRIu64"", in SetVirtualPixelRatio() 3296 TLOGW(WmsLogTag::DMS, "StopScreens try to stop screen in another combination"); in StopScreens() 3792 "combination:%{public}u", newScreen->screenId_, smsGroupScreenId, in AddAsFirstScreenLocked() 3920 const std::vector<Point>& startPoints, bool filterScreen, ScreenCombination combination) in ChangeScreenGroup() 3946 group->combination_ = combination; in ChangeScreenGroup() 3919 ChangeScreenGroup(sptr<ScreenSessionGroup> group, const std::vector<ScreenId>& screens, const std::vector<Point>& startPoints, bool filterScreen, ScreenCombination combination) ChangeScreenGroup() argument
|