Searched refs:GetInputCount (Results 1 – 6 of 6) sorted by relevance
/test/ostest/wukong/component_event/src/ |
D | normal_scene.cpp | 47 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()
|
D | tree_manager.cpp | 117 … componentTree->GetIndex(), componentTree->GetNodeId(), componentTree->GetInputCount(), in RecursComponent() 121 componentTree->GetNodeId(), componentTree->GetInputCount()); in RecursComponent() 137 componentTree->GetNodeId(), componentTree->GetInputCount()); in RecursSetDialog()
|
D | scene_delegate.cpp | 292 … coverage = (float)oldpage->GetInputCount() / (float)oldpage->GetValidComponentCount(); in FindSamePageInParent()
|
D | focus_scene_delegate.cpp | 292 … coverage = (float)oldpage->GetInputCount() / (float)oldpage->GetValidComponentCount(); in FindSamePageInParent()
|
/test/ostest/wukong/component_event/include/ |
D | wukong_tree.h | 84 virtual uint32_t GetInputCount() in GetInputCount() function
|
/test/ostest/wukong/input_factory/src/ |
D | component_input.cpp | 116 uint32_t inputCount = abilityNode->GetInputCount(); in CheckAbliltyFinished()
|