Home
last modified time | relevance | path

Searched refs:GetNodeId (Results 1 – 5 of 5) sorted by relevance

/test/ostest/wukong/component_event/src/
Dscene_delegate.cpp113 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()
Dtree_manager.cpp99 … 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()
Dpage_tree.cpp78 if (componentTree->GetNodeId() == 0) { in SetNodeId()
Dnormal_scene.cpp89 … DEBUG_LOG_STR("component inputcount: %d, node id: %016llX", it->GetInputCount(), it->GetNodeId()); in SetInputComponent()
/test/ostest/wukong/component_event/include/
Dwukong_tree.h47 virtual uint64_t GetNodeId() in GetNodeId() function