Home
last modified time | relevance | path

Searched defs:displayGroupId (Results 1 – 4 of 4) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
Daccessibility_connection_test.cpp102 ScreenId displayGroupId = 0; variable
116 ScreenId displayGroupId = 0; variable
135 ScreenId displayGroupId = 0; variable
Ddisplay_group_info_test.cpp49 ScreenId displayGroupId = 0; in SetUp() local
/foundation/window/window_manager/wmserver/src/
Dwindow_root.cpp92 ScreenId displayGroupId = GetScreenGroupId(displayId, isRecordedDisplay); in GetWindowNodeContainer() local
119 ScreenId displayGroupId = displayInfo->GetScreenGroupId(); in CreateWindowNodeContainer() local
1449 ScreenId displayGroupId = displayInfo->GetScreenGroupId(); in ProcessExpandDisplayCreate() local
1501 …ScreenId displayGroupId = (displayInfo == nullptr) ? SCREEN_ID_INVALID : displayInfo->GetScreenGro… in ProcessDisplayCreate() local
1539 …ScreenId displayGroupId = (displayInfo == nullptr) ? SCREEN_ID_INVALID : displayInfo->GetScreenGro… in ProcessDisplayDestroy() local
1591 ScreenId displayGroupId = displayInfo->GetScreenGroupId(); in ProcessDisplayChange() local
Dwindow_node_container.cpp63 …owNodeContainer::WindowNodeContainer(const sptr<DisplayInfo>& displayInfo, ScreenId displayGroupId) in WindowNodeContainer()