Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_hierarchy_controller.h49 virtual BASE_NS::vector<INode::Ptr> GetAllNodes() const = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_node.h147 const auto& children = caches_.GetAllNodes();
155 const auto& children = caches_.GetAllNodes(); in PaintDebugBoundaryTreeAll()
H A Drepeat_virtual_scroll_node.cpp424 for (auto& [key, child]: caches_.GetAllNodes()) { in OnRecycle()
433 for (auto& [key, child]: caches_.GetAllNodes()) { in OnReuse()
442 const auto& allChildren = caches_.GetAllNodes(); in UpdateChildrenFreezeState()
505 const auto& children = caches_.GetAllNodes(); in OnConfigurationUpdate()
H A Drepeat_virtual_scroll_caches.h153 const std::unordered_map<std::string, CacheItem>& GetAllNodes() const in GetAllNodes() function
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dhierarchy_controller.h40 BASE_NS::vector<INode::Ptr> GetAllNodes() const override; in SCENE_BEGIN_NAMESPACE()
H A Dhierarchy_controller.cpp127 BASE_NS::vector<INode::Ptr> NodeHierarchyController::GetAllNodes() const in GetAllNodes() function in NodeHierarchyController