Home
last modified time | relevance | path

Searched refs:rootNodeVectorPtr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Ddisplay_group_controller.cpp72 …std::vector<sptr<WindowNode>>* rootNodeVectorPtr = GetWindowNodesByDisplayIdAndRootType(node->GetD… in AddWindowNodeOnWindowTree() local
74 if (rootNodeVectorPtr != nullptr) { in AddWindowNodeOnWindowTree()
75 rootNodeVectorPtr->push_back(node); in AddWindowNodeOnWindowTree()
470 …std::vector<sptr<WindowNode>>* rootNodeVectorPtr = GetWindowNodesByDisplayIdAndRootType(displayId,… in UpdateNodeSizeChangeReasonWithRotation() local
471 if (rootNodeVectorPtr == nullptr) { in UpdateNodeSizeChangeReasonWithRotation()
475 for (auto& node : (*rootNodeVectorPtr)) { in UpdateNodeSizeChangeReasonWithRotation()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Ddisplay_group_controller_test.cpp113 std::vector<sptr<WindowNode>>* rootNodeVectorPtr = variable
115 ASSERT_EQ(nullptr, rootNodeVectorPtr);
126 std::vector<sptr<WindowNode>>* rootNodeVectorPtr = variable
128 ASSERT_EQ(nullptr, rootNodeVectorPtr);