Home
last modified time | relevance | path

Searched refs:GetEmbedNodeId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h113 …uint32_t GetEmbedNodeId(const std::vector<sptr<WindowNode>>& windowNodes, const sptr<WindowNode>& …
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_controller_test.cpp511 HWTEST_F(WindowControllerTest, GetEmbedNodeId, Function | SmallTest | Level3)
523 ASSERT_EQ(0, windowController_->GetEmbedNodeId(windowNodes, node1));
526 ASSERT_EQ(0, windowController_->GetEmbedNodeId(windowNodes, node1));
536 ASSERT_EQ(node3->GetWindowId(), windowController_->GetEmbedNodeId(windowNodes, node1));
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1772 uint32_t skipNodeId = GetEmbedNodeId(windowNodes, node); in NotifyTouchOutside()
1785 uint32_t WindowController::GetEmbedNodeId(const std::vector<sptr<WindowNode>>& windowNodes, in GetEmbedNodeId() function in OHOS::Rosen::WindowController