Home
last modified time | relevance | path

Searched refs:ConvertToScreenGroupInfo (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h125 sptr<ScreenGroupInfo> ConvertToScreenGroupInfo() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h274 sptr<ScreenGroupInfo> ConvertToScreenGroupInfo() const;
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_test.cpp337 HWTEST_F(AbstractScreenTest, ConvertToScreenGroupInfo, Function | SmallTest | Level3)
342 sptr<ScreenGroupInfo> result = absScreenGroup_->ConvertToScreenGroupInfo();
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen.cpp505 sptr<ScreenGroupInfo> AbstractScreenGroup::ConvertToScreenGroupInfo() const in ConvertToScreenGroupInfo() function in OHOS::Rosen::AbstractScreenGroup
H A Ddisplay_manager_service.cpp647 return screenGroup->ConvertToScreenGroupInfo(); in GetScreenGroupInfoById()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp1395 HWTEST_F(ScreenSessionTest, ConvertToScreenGroupInfo, Function | SmallTest | Level2)
1399 sptr<ScreenGroupInfo> res = sessionGroup.ConvertToScreenGroupInfo();
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp1380 sptr<ScreenGroupInfo> ScreenSessionGroup::ConvertToScreenGroupInfo() const in ConvertToScreenGroupInfo() function in OHOS::Rosen::ScreenSessionGroup
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp4080 return screenSessionGroup->ConvertToScreenGroupInfo(); in GetScreenGroupInfoById()