Home
last modified time | relevance | path

Searched refs:abilityNode (Results 1 – 3 of 3) sorted by relevance

/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp107 bool CheckAbliltyFinished(const std::shared_ptr<AbilityTree>& abilityNode) in CheckAbliltyFinished() argument
111 if (abilityNode == nullptr) { in CheckAbliltyFinished()
115 uint32_t allCount = abilityNode->GetAllComponentCount(); in CheckAbliltyFinished()
116 uint32_t inputCount = abilityNode->GetInputCount(); in CheckAbliltyFinished()
117 …TRACK_LOG_STR("ability (%s) component count (%u), input count (%u)", abilityNode->GetBundleName().… in CheckAbliltyFinished()
/test/ostest/wukong/component_event/src/
Dtree_manager.cpp144 bool TreeManager::FindAbility(const std::shared_ptr<AbilityTree>& abilityNode) in FindAbility() argument
146 if (newAbilityNode_->IsEqual(abilityNode)) { in FindAbility()
148 currentAbilityNode_ = abilityNode; in FindAbility()
151 for (auto child : abilityNode->GetChildren()) { in FindAbility()
/test/ostest/wukong/component_event/include/
Dtree_manager.h286 bool FindAbility(const std::shared_ptr<AbilityTree>& abilityNode);