Home
last modified time | relevance | path

Searched refs:SCREEN_ALONE (Results 1 - 17 of 17) sorted by relevance

/foundation/window/window_manager/utils/include/
H A Dscreen_group_info.h37 DEFINE_VAR_DEFAULT_FUNC_GET(ScreenCombination, Combination, combination, ScreenCombination::SCREEN_ALONE);
H A Dscreen_info.h53 DEFINE_VAR_DEFAULT_FUNC_GET_SET(ScreenSourceMode, SourceMode, sourceMode, ScreenSourceMode::SCREEN_ALONE);
/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen.cpp413 return ScreenSourceMode::SCREEN_ALONE; in GetSourceMode()
427 case ScreenCombination::SCREEN_ALONE: { in GetSourceMode()
428 return ScreenSourceMode::SCREEN_ALONE; in GetSourceMode()
431 return ScreenSourceMode::SCREEN_ALONE; in GetSourceMode()
528 case ScreenCombination::SCREEN_ALONE: in GetRSDisplayNodeConfig()
H A Dabstract_display_controller.cpp159 if (group->combination_ == ScreenCombination::SCREEN_ALONE || group->GetChildCount() == 1) { in OnAbstractScreenConnect()
188 if (screenGroup->combination_ == ScreenCombination::SCREEN_ALONE in OnAbstractScreenDisconnect()
200 if (screenGroup->combination_ == ScreenCombination::SCREEN_ALONE in OnAbstractScreenDisconnect()
383 if (group->combination_ == ScreenCombination::SCREEN_ALONE in GetAbstractDisplayByAbsScreen()
385 WLOGFE("Screen combination is SCREEN_ALONE or SCREEN_EXPAND, cannot find abstract display of the screen"); in GetAbstractDisplayByAbsScreen()
419 if (group->combination_ == ScreenCombination::SCREEN_ALONE in ProcessDisplayUpdateOrientation()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp630 ASSERT_EQ(mode, ScreenSourceMode::SCREEN_ALONE); in HWTEST_F()
871 ScreenCombination combination { ScreenCombination::SCREEN_ALONE }; in HWTEST_F()
1149 ScreenCombination combination { ScreenCombination::SCREEN_ALONE }; in HWTEST_F()
1257 ScreenSessionGroup sessionGroup(1, 1, "create", ScreenCombination::SCREEN_ALONE); in HWTEST_F()
1276 ScreenSessionGroup sessionGroup(1, 1, "create", ScreenCombination::SCREEN_ALONE); in HWTEST_F()
1284 sessionGroup.combination_ = ScreenCombination::SCREEN_ALONE; in HWTEST_F()
1306 ScreenSessionGroup sessionGroup(1, 1, "create", ScreenCombination::SCREEN_ALONE); in HWTEST_F()
1327 ScreenSessionGroup sessionGroup(1, 1, "create", ScreenCombination::SCREEN_ALONE); in HWTEST_F()
1343 ScreenSessionGroup sessionGroup(1, 1, "create", ScreenCombination::SCREEN_ALONE); in HWTEST_F()
1359 ScreenSessionGroup sessionGroup(1, 1, "create", ScreenCombination::SCREEN_ALONE); in HWTEST_F()
[all...]
H A Dmulti_screen_manager_test.cpp114 ScreenCombination combination = ScreenCombination::SCREEN_ALONE; in HWTEST_F()
/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_test.cpp50 0, 0, name_, ScreenCombination::SCREEN_ALONE); in SetUpTestCase()
322 absScreenGroup_->combination_ = ScreenCombination::SCREEN_ALONE; in HWTEST_F()
324 EXPECT_EQ(result, ScreenSourceMode::SCREEN_ALONE); in HWTEST_F()
329 EXPECT_EQ(result, ScreenSourceMode::SCREEN_ALONE); in HWTEST_F()
358 absScreenGroup_->combination_ = ScreenCombination::SCREEN_ALONE; in HWTEST_F()
383 absScreenGroup_->combination_ = ScreenCombination::SCREEN_ALONE; in HWTEST_F()
584 0, 0, name_, ScreenCombination::SCREEN_ALONE); in HWTEST_F()
H A Dabstract_screen_controller_test.cpp56 dmsId, rsId, name, ScreenCombination::SCREEN_ALONE); in SetUp()
689 absController_->ChangeScreenGroup(group, screens, startPoints, true, ScreenCombination::SCREEN_ALONE); in HWTEST_F()
713 absController_->ChangeScreenGroup(group, screens, startPoints, true, ScreenCombination::SCREEN_ALONE); in HWTEST_F()
1114 ScreenCombination stopCombination = ScreenCombination::SCREEN_ALONE; in HWTEST_F()
1157 absController_->ChangeScreenGroup(group, screens, startPoints, true, ScreenCombination::SCREEN_ALONE); in HWTEST_F()
H A Dabstract_display_controller_test.cpp295 group->combination_ = ScreenCombination::SCREEN_ALONE; in HWTEST_F()
327 group->combination_ = ScreenCombination::SCREEN_ALONE; in HWTEST_F()
H A Ddisplay_dumper_test.cpp375 DisplayManagerService::GetInstance().abstractScreenController_, 0, 0, name, ScreenCombination::SCREEN_ALONE); in HWTEST_F()
/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_group_test.cpp68 ASSERT_EQ(ScreenCombination::SCREEN_ALONE, comb); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h343 SCREEN_ALONE = 3, member in OHOS::Rosen::ScreenSourceMode
373 SCREEN_ALONE, member in OHOS::Rosen::ScreenCombination
/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h128 ScreenCombination combination_ { ScreenCombination::SCREEN_ALONE };
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h247 ScreenCombination combination_ { ScreenCombination::SCREEN_ALONE };
283 ScreenCombination combination_ { ScreenCombination::SCREEN_ALONE };
/foundation/window/window_manager/previewer/include/
H A Ddm_common.h296 SCREEN_ALONE = 3, member in OHOS::Rosen::ScreenSourceMode
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp881 case ScreenCombination::SCREEN_ALONE: { in GetSourceMode()
882 return ScreenSourceMode::SCREEN_ALONE; in GetSourceMode()
888 return ScreenSourceMode::SCREEN_ALONE; in GetSourceMode()
1223 case ScreenCombination::SCREEN_ALONE: in GetRSDisplayNodeConfig()
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp1108 napi_set_named_property(env, objValue, "SCREEN_ALONE", in InitScreenSourceMode()
1109 CreateJsValue(env, static_cast<uint32_t>(ScreenSourceMode::SCREEN_ALONE))); in InitScreenSourceMode()

Completed in 19 milliseconds