Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_new.cpp441 auto test = GET_PARENT->GetDispatchFrameNode(touchResult);
476 auto test = GET_PARENT->GetDispatchFrameNode(touchResult);
510 auto test = GET_PARENT->GetDispatchFrameNode(touchResult);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h698 RefPtr<FrameNode> GetDispatchFrameNode(const TouchResult& touchRes);
H A Dframe_node.cpp2748 auto childNode = GetDispatchFrameNode(touchRes); in TouchTest()
4863 RefPtr<FrameNode> FrameNode::GetDispatchFrameNode(const TouchResult& touchRes) in GetDispatchFrameNode() function in OHOS::Ace::NG::FrameNode