Home
last modified time | relevance | path

Searched refs:GetAllComponentCount (Results 1 – 4 of 4) sorted by relevance

/test/ostest/wukong/component_event/include/
Dability_tree.h40 uint32_t GetAllComponentCount() in GetAllComponentCount() function
Dpage_tree.h47 uint32_t GetAllComponentCount() in GetAllComponentCount() function
/test/ostest/wukong/component_event/src/
Dtree_manager.cpp348 currentAbilityNode_->AddAllComponentCount(currentPageNode_->GetAllComponentCount()); in AddPage()
482 currentAbilityNode_->allComponentCount_ -= currentPageNode_->GetAllComponentCount(); in UpdateCurrentPage()
483 currentAbilityNode_->allComponentCount_ += newPageNode_->GetAllComponentCount(); in UpdateCurrentPage()
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp93 uint32_t allCount = abilityNode->GetAllComponentCount(); in CheckAbliltyFinished()