Home
last modified time | relevance | path

Searched refs:OnGenerateOneDepthVisibleFrame (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h799 virtual void OnGenerateOneDepthVisibleFrame(std::list<RefPtr<FrameNode>>& visibleList) in OnGenerateOneDepthVisibleFrame() function
802 child->OnGenerateOneDepthVisibleFrame(visibleList); in OnGenerateOneDepthVisibleFrame()
H A Dframe_node.h1174 void OnGenerateOneDepthVisibleFrame(std::list<RefPtr<FrameNode>>& visibleList) override;
H A Dui_node.cpp959 child->OnGenerateOneDepthVisibleFrame(visibleList); in GenerateOneDepthVisibleFrame()
H A Dframe_node.cpp2482 void FrameNode::OnGenerateOneDepthVisibleFrame(std::list<RefPtr<FrameNode>>& visibleList) in OnGenerateOneDepthVisibleFrame() function in OHOS::Ace::NG::FrameNode
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage.cpp1947 frameNode->OnGenerateOneDepthVisibleFrame(children);
1970 frameNode->OnGenerateOneDepthVisibleFrame(children);
H A Dframe_node_test_ng.cpp338 FRAME_NODE2->OnGenerateOneDepthVisibleFrame(visibleList);