Home
last modified time | relevance | path

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

/test/ostest/wukong/component_event/src/
Dnormal_scene.cpp47 TRACK_LOG_STR("component inputcount: %d", (*it)->GetInputCount()); in SetInputComponentList()
48 … if ((*it)->GetInputCount() > MAXINPUTNUM || IsComponentBlock((*it), compIdBlock, compTypeBlock)) { in SetInputComponentList()
55 TRACK_LOG_STR("component inputcount: %d", (*it)->GetInputCount()); in SetInputComponentList()
56 …if ((*it)->GetInputCount() <= MAXINPUTNUM || IsComponentBlock((*it), compIdBlock, compTypeBlock)) { in SetInputComponentList()
99 … DEBUG_LOG_STR("component inputcount: %d, node id: %016llX", it->GetInputCount(), it->GetNodeId()); in SetInputComponent()
100 if (it->GetInputCount() < 1 && !IsComponentBlock(it, compIdBlock, compTypeBlock)) { in SetInputComponent()
123 TRACK_LOG_STR("component inputcount: %d", (*it)->GetInputCount()); in SetInputComponentListForFocusInput()
127 … if ((*it)->GetInputCount() >= limit || IsComponentBlock((*it), compIdBlock, compTypeBlock)) { in SetInputComponentListForFocusInput()
Dtree_manager.cpp117 … componentTree->GetIndex(), componentTree->GetNodeId(), componentTree->GetInputCount(), in RecursComponent()
121 componentTree->GetNodeId(), componentTree->GetInputCount()); in RecursComponent()
137 componentTree->GetNodeId(), componentTree->GetInputCount()); in RecursSetDialog()
Dscene_delegate.cpp292 … coverage = (float)oldpage->GetInputCount() / (float)oldpage->GetValidComponentCount(); in FindSamePageInParent()
Dfocus_scene_delegate.cpp292 … coverage = (float)oldpage->GetInputCount() / (float)oldpage->GetValidComponentCount(); in FindSamePageInParent()
/test/ostest/wukong/component_event/include/
Dwukong_tree.h84 virtual uint32_t GetInputCount() in GetInputCount() function
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp116 uint32_t inputCount = abilityNode->GetInputCount(); in CheckAbliltyFinished()