Home
last modified time | relevance | path

Searched refs:GetScreenGroupId (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h60 ScreenId GetScreenGroupId() const;
/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp68 ScreenId WindowRoot::GetScreenGroupId(DisplayId displayId, bool& isRecordedDisplay) in GetScreenGroupId() function in OHOS::Rosen::WindowRoot
99 ScreenId displayGroupId = GetScreenGroupId(displayId, isRecordedDisplay); in GetWindowNodeContainer()
126 ScreenId displayGroupId = displayInfo->GetScreenGroupId(); in CreateWindowNodeContainer()
1581 ScreenId displayGroupId = displayInfo->GetScreenGroupId(); in ProcessExpandDisplayCreate()
1601 for (auto& displayId : displayIdMap_[displayInfo->GetScreenGroupId()]) { in GetAllDisplayRectsByDMS()
1633 ScreenId displayGroupId = (displayInfo == nullptr) ? SCREEN_ID_INVALID : displayInfo->GetScreenGroupId(); in ProcessDisplayCreate()
1671 ScreenId displayGroupId = (displayInfo == nullptr) ? SCREEN_ID_INVALID : displayInfo->GetScreenGroupId(); in ProcessDisplayDestroy()
1723 ScreenId displayGroupId = displayInfo->GetScreenGroupId(); in ProcessDisplayChange()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h133 ScreenId GetScreenGroupId(DisplayId displayId, bool& isRecordedDisplay);
/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_test.cpp252 * @tc.name: GetScreenGroupId
256 HWTEST_F(AbstractScreenTest, GetScreenGroupId, Function | SmallTest | Level3) in HWTEST_F()
258 ScreenId result = absScreen_->GetScreenGroupId(); in HWTEST_F()
261 result = absScreen_->GetScreenGroupId(); in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen.cpp266 ScreenId AbstractScreen::GetScreenGroupId() const in GetScreenGroupId() function in OHOS::Rosen::AbstractScreen
H A Ddisplay_manager_service.cpp650 return screen->GetScreenGroupId(); in GetScreenGroupIdByScreenId()
H A Dabstract_display_controller.cpp683 ScreenId screenGroupId = info->GetScreenGroupId(); in GetAllDisplayInfoOfGroup()

Completed in 10 milliseconds