Searched refs:ProcessDisplayCreate (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | display_group_controller.h | 47 void ProcessDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
|
H A D | window_layout_policy.h | 48 void ProcessDisplayCreate(DisplayId displayId, const std::map<DisplayId, Rect>& displayRectMap);
|
H A D | window_root.h | 79 void ProcessDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | display_group_controller.cpp | 400 void DisplayGroupController::ProcessDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> dis… in ProcessDisplayCreate() function in OHOS::Rosen::DisplayGroupController 420 layoutPolicy->ProcessDisplayCreate(displayId, displayRectMap); in ProcessDisplayCreate()
|
H A D | window_root.cpp | 1589 …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 D | window_layout_policy.cpp | 202 void WindowLayoutPolicy::ProcessDisplayCreate(DisplayId displayId, const std::map<DisplayId, Rect>&… in ProcessDisplayCreate() function in OHOS::Rosen::WindowLayoutPolicy
|
H A D | window_controller.cpp | 797 windowRoot_->ProcessDisplayCreate(defaultDisplayId, displayInfo, displayInfoMap); in NotifyDisplayStateChange()
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_layout_policy_test.cpp | 543 HWTEST_F(WindowLayoutPolicyTest, ProcessDisplayCreate, Function | SmallTest | Level2) 546 layoutPolicy_->ProcessDisplayCreate(0, newDisplayRectMap); 548 layoutPolicy_->ProcessDisplayCreate(1, newDisplayRectMap); 560 layoutPolicy_->ProcessDisplayCreate(1, newDisplayRectMap);
|
H A D | display_group_controller_test.cpp | 711 HWTEST_F(DisplayGroupControllerTest, ProcessDisplayCreate, Function | SmallTest | Level2) 716 displayGroupController_->ProcessDisplayCreate(defaultDisplayId, displayInfo, displayRectMap);
|
H A D | window_root_test.cpp | 1036 HWTEST_F(WindowRootTest, ProcessDisplayCreate, Function | SmallTest | Level2) 1043 windowRoot_->ProcessDisplayCreate(defaultDisplayId, displayInfo, displayInfoMap);
|