Searched refs:nodeId_ (Results 1 – 6 of 6) sorted by relevance
| /test/ostest/wukong/component_event/src/ |
| D | page_tree.cpp | 76 nodeId_ = 0; in SetNodeId() 105 nodeId_ |= pageCount << PAGE_COUNT_POSION; in SetNodeId() 106 nodeId_ |= nodeCount << PAGE_NODE_COUNT_POSION; in SetNodeId() 107 nodeId_ |= branchCount << PAGE_BRANCH_COUNT_POSION; in SetNodeId() 108 nodeId_ |= height << PAGE_HEIGHT_POSION; in SetNodeId() 109 nodeId_ |= twoWidth << PAGE_TWO_LAYER_WIDTH_POSION; in SetNodeId() 110 nodeId_ |= lastWidth << PAGE_LAST_LAYER_WIDTH_POSION; in SetNodeId() 111 TRACK_LOG_STR("Page Node ID: (0x%016llX)", nodeId_); in SetNodeId()
|
| D | component_tree.cpp | 64 nodeId_ = 0; in SetNodeId() 85 nodeId_ |= type << COMPONENT_TYPE_POSION; in SetNodeId() 86 nodeId_ |= w << COMPONENT_WIDTH_POSION; in SetNodeId() 87 nodeId_ |= h << COMPONENT_HEIGHT_POSION; in SetNodeId() 88 nodeId_ |= str << COMPONENT_CONTENT_POSION; in SetNodeId() 89 nodeId_ |= index_ << COMPONENT_RESERVED_POSION; in SetNodeId() 91 …TRACK_LOG_STR("component Node ID: (0x%016llX), inspectorKey: (%s)", nodeId_, inspectorKey_.c_str()… in SetNodeId()
|
| D | ability_tree.cpp | 52 nodeId_ |= nameSize << ABILITY_BUNDLE_NAME_SIZE_POSION; in SetNodeId() 53 nodeId_ |= GetSubName(bundleName_, nameCount) << ABILITY_BUNDLE_NAME_POSION; in SetNodeId() 58 nodeId_ |= nameSize << ABILITY_ABILITY_NAME_SIZE_POSION; in SetNodeId() 59 nodeId_ |= GetSubName(abilityName_, nameCount) << ABILITY_ABILITY_NAME_POSION; in SetNodeId() 61 TRACK_LOG_STR("Ability Node ID: (0x%016llX)", nodeId_); in SetNodeId()
|
| D | tree_manager.cpp | 538 currentPageNode_->nodeId_ = newPageNode_->nodeId_; in UpdateCurrentPage()
|
| /test/ostest/wukong/component_event/include/ |
| D | wukong_tree.h | 36 WuKongTree() : nodeId_(0), index_(0), inputCount_(0), parent_(), children_(0) in WuKongTree() 49 return nodeId_; in GetNodeId() 67 … TRACK_LOG_STR("current note has parent (%d), Node (0x%016llX)", !parent_.expired(), nodeId_); in GetParent() 98 return (nodeId_ == other->nodeId_); in IsEqual() 127 uint64_t nodeId_; variable
|
| D | page_tree.h | 32 TRACK_LOG_STR("Node (0x%016llX)", !parent_.expired(), nodeId_); in ~PageTree()
|