Searched refs:ProcessNotCrossNodesOnDestroyedDisplay (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | display_group_controller_test.cpp | 560 displayGroupController_->ProcessNotCrossNodesOnDestroyedDisplay(0, windowIds); 583 displayGroupController_->ProcessNotCrossNodesOnDestroyedDisplay(1, windowIds); 608 displayGroupController_->ProcessNotCrossNodesOnDestroyedDisplay(1, windowIds); 623 displayGroupController_->ProcessNotCrossNodesOnDestroyedDisplay(1, windowIds); 778 displayGroupController_->ProcessNotCrossNodesOnDestroyedDisplay(1, windowIds); 797 displayGroupController_->ProcessNotCrossNodesOnDestroyedDisplay(1, windowIds); 815 displayGroupController_->ProcessNotCrossNodesOnDestroyedDisplay(1, windowIds); 833 displayGroupController_->ProcessNotCrossNodesOnDestroyedDisplay(1, windowIds); 851 displayGroupController_->ProcessNotCrossNodesOnDestroyedDisplay(1, windowIds);
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | display_group_controller.h | 65 …void ProcessNotCrossNodesOnDestroyedDisplay(DisplayId displayId, std::vector<uint32_t>& windowIds);
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | display_group_controller.cpp | 351 void DisplayGroupController::ProcessNotCrossNodesOnDestroyedDisplay(DisplayId displayId, in ProcessNotCrossNodesOnDestroyedDisplay() function in OHOS::Rosen::DisplayGroupController 432 ProcessNotCrossNodesOnDestroyedDisplay(displayId, windowIds); in ProcessDisplayDestroy()
|