Searched refs:GetEmbedNodeId (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_controller.h | 113 …uint32_t GetEmbedNodeId(const std::vector<sptr<WindowNode>>& windowNodes, const sptr<WindowNode>& …
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_controller_test.cpp | 511 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 D | window_controller.cpp | 1772 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
|