Searched refs:GetNodeId (Results 1 – 5 of 5) sorted by relevance
/test/ostest/wukong/component_event/src/ |
D | scene_delegate.cpp | 113 TRACK_LOG_STR("new component Node Id: %016llX", newcomponents->GetNodeId()); in ChooseScene() 116 … DEBUG_LOG_STR("new ID: %016llX ,old ID: %016llX", newpage->GetNodeId(), currentpage->GetNodeId()); in ChooseScene() 254 TRACK_LOG_STR("current child ID: %016llX ", it->GetNodeId()); in FindSamePageInChildren() 284 TRACK_LOG_STR("current parent ID: %016llX ", parentpage->GetNodeId()); in FindSamePageInParent()
|
D | tree_manager.cpp | 99 … componentTree->GetIndex(), componentTree->GetNodeId(), componentTree->GetInputCount(), in RecursComponent() 103 componentTree->GetNodeId(), componentTree->GetInputCount()); in RecursComponent() 261 … DEBUG_LOG_STR("inputComponent: GetNodeId (0x%016llX)", inputComponentList_[index]->GetNodeId()); in SetInputcomponentIndex() 269 DEBUG_LOG_STR("inputComponent: GetNodeId (0x%016llX)", inputComponent_->GetNodeId()); in SetInputcomponentIndex() 311 DEBUG_LOG_STR("Active component: GetNodeId (0x%016llX)", inputComponent->GetNodeId()); in SetActiveComponent()
|
D | page_tree.cpp | 78 if (componentTree->GetNodeId() == 0) { in SetNodeId()
|
D | normal_scene.cpp | 89 … DEBUG_LOG_STR("component inputcount: %d, node id: %016llX", it->GetInputCount(), it->GetNodeId()); in SetInputComponent()
|
/test/ostest/wukong/component_event/include/ |
D | wukong_tree.h | 47 virtual uint64_t GetNodeId() in GetNodeId() function
|