Home
last modified time | relevance | path

Searched refs:ProcessDisplayCreate (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Ddisplay_group_controller.h47 void ProcessDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
H A Dwindow_layout_policy.h48 void ProcessDisplayCreate(DisplayId displayId, const std::map<DisplayId, Rect>& displayRectMap);
H A Dwindow_root.h79 void ProcessDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Ddisplay_group_controller.cpp400 void DisplayGroupController::ProcessDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> dis… in ProcessDisplayCreate() function in OHOS::Rosen::DisplayGroupController
420 layoutPolicy->ProcessDisplayCreate(displayId, displayRectMap); in ProcessDisplayCreate()
H A Dwindow_root.cpp1589 …container->GetDisplayGroupController()->ProcessDisplayCreate(defaultDisplayId, displayInfo, displa… in ProcessExpandDisplayCreate()
1630 void WindowRoot::ProcessDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, in ProcessDisplayCreate() function in OHOS::Rosen::WindowRoot
H A Dwindow_layout_policy.cpp202 void WindowLayoutPolicy::ProcessDisplayCreate(DisplayId displayId, const std::map<DisplayId, Rect>&… in ProcessDisplayCreate() function in OHOS::Rosen::WindowLayoutPolicy
H A Dwindow_controller.cpp797 windowRoot_->ProcessDisplayCreate(defaultDisplayId, displayInfo, displayInfoMap); in NotifyDisplayStateChange()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_layout_policy_test.cpp543 HWTEST_F(WindowLayoutPolicyTest, ProcessDisplayCreate, Function | SmallTest | Level2)
546 layoutPolicy_->ProcessDisplayCreate(0, newDisplayRectMap);
548 layoutPolicy_->ProcessDisplayCreate(1, newDisplayRectMap);
560 layoutPolicy_->ProcessDisplayCreate(1, newDisplayRectMap);
H A Ddisplay_group_controller_test.cpp711 HWTEST_F(DisplayGroupControllerTest, ProcessDisplayCreate, Function | SmallTest | Level2)
716 displayGroupController_->ProcessDisplayCreate(defaultDisplayId, displayInfo, displayRectMap);
H A Dwindow_root_test.cpp1036 HWTEST_F(WindowRootTest, ProcessDisplayCreate, Function | SmallTest | Level2)
1043 windowRoot_->ProcessDisplayCreate(defaultDisplayId, displayInfo, displayInfoMap);