Home
last modified time | relevance | path

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

/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_inner_test.cpp98 * @tc.name: GetScreenGroupIdByDisplayId
99 * @tc.desc: test function : GetScreenGroupIdByDisplayId
102 HWTEST_F(DisplayManagerServiceInnerTest, GetScreenGroupIdByDisplayId, Function | SmallTest | Level1) in HWTEST_F()
106 auto ret = inner.GetScreenGroupIdByDisplayId(displayId); in HWTEST_F()
110 ret = inner.GetScreenGroupIdByDisplayId(displayId); in HWTEST_F()
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_service_inner.h42 ScreenId GetScreenGroupIdByDisplayId(DisplayId displayId) const;
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp95 ScreenId DisplayManagerServiceInner::GetScreenGroupIdByDisplayId(DisplayId displayId) const in GetScreenGroupIdByDisplayId() function in OHOS::Rosen::DisplayManagerServiceInner
/foundation/window/window_manager/wmserver/src/
H A Daccessibility_connection.cpp119 ScreenId screenGroupId = DisplayManagerServiceInner::GetInstance().GetScreenGroupIdByDisplayId(displayId); in GetAccessibilityWindowInfo()
H A Dwindow_dumper.cpp147 ScreenId screenGroupId = DisplayManagerServiceInner::GetInstance().GetScreenGroupIdByDisplayId(displayId); in DumpAllWindowInfo()
H A Dwindow_root.cpp79 return DisplayManagerServiceInner::GetInstance().GetScreenGroupIdByDisplayId(displayId); in GetScreenGroupId()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp182 auto screenGroupId = DisplayManagerServiceInner::GetInstance().GetScreenGroupIdByDisplayId(DISPLAY_ID_INVALID); in HWTEST_F()

Completed in 9 milliseconds