Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Daccessibility_connection_test.cpp98 ScreenId displayGroupId = 0; variable
112 ScreenId displayGroupId = 0; variable
131 ScreenId displayGroupId = 0; variable
H A Dwindow_root_test.cpp629 ScreenId displayGroupId = 1; variable
848 ScreenId displayGroupId = 1; variable
935 ScreenId displayGroupId = 1; variable
958 ScreenId displayGroupId = 1; variable
979 ScreenId displayGroupId = 1; variable
1002 ScreenId displayGroupId = 1; variable
1667 ScreenId displayGroupId = 1; variable
1790 ScreenId displayGroupId = 1; variable
1808 ScreenId displayGroupId = 1; variable
H A Ddisplay_group_info_test.cpp49 ScreenId displayGroupId = 0; in SetUp() local
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp99 ScreenId displayGroupId = GetScreenGroupId(displayId, isRecordedDisplay); in GetWindowNodeContainer() local
126 ScreenId displayGroupId = displayInfo->GetScreenGroupId(); in CreateWindowNodeContainer() local
1582 ScreenId displayGroupId = displayInfo->GetScreenGroupId(); in ProcessExpandDisplayCreate() local
1634 …ScreenId displayGroupId = (displayInfo == nullptr) ? SCREEN_ID_INVALID : displayInfo->GetScreenGro… in ProcessDisplayCreate() local
1672 …ScreenId displayGroupId = (displayInfo == nullptr) ? SCREEN_ID_INVALID : displayInfo->GetScreenGro… in ProcessDisplayDestroy() local
1724 ScreenId displayGroupId = displayInfo->GetScreenGroupId(); in ProcessDisplayChange() local
H A Dwindow_node_container.cpp70 …owNodeContainer::WindowNodeContainer(const sptr<DisplayInfo>& displayInfo, ScreenId displayGroupId) in WindowNodeContainer()