Home
last modified time | relevance | path

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

/test/ostest/wukong/component_event/src/
Dpage_tree.cpp77 auto componentTree = TreeManager::GetInstance()->GetNewComponents(); in SetNodeId() local
78 if (componentTree->GetNodeId() == 0) { in SetNodeId()
82 if (componentTree->GetParent() != nullptr) { in SetNodeId()
97 RecursStatistics(componentTree); in SetNodeId()
99 uint32_t twoWidth = componentTree->GetChildren().size(); in SetNodeId()
Dtree_manager.cpp86 bool TreeManager::RecursComponent(const std::shared_ptr<ComponentTree>& componentTree) in RecursComponent() argument
91 if (componentTree == nullptr) { in RecursComponent()
94 auto children = componentTree->GetChildren(); in RecursComponent()
96 auto elementInfo = GetNewElementInfoList(componentTree->GetIndex()); in RecursComponent()
99componentTree->GetIndex(), componentTree->GetNodeId(), componentTree->GetInputCount(), in RecursComponent()
102 …G_STR("Component Node Indxe:(%d), NodeId:(0x%016llX), input count:(%u)", componentTree->GetIndex(), in RecursComponent()
103 componentTree->GetNodeId(), componentTree->GetInputCount()); in RecursComponent()
/test/ostest/wukong/component_event/include/
Dtree_manager.h175 bool RecursComponent(const std::shared_ptr<ComponentTree>& componentTree);