Home
last modified time | relevance | path

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

/test/ostest/wukong/component_event/include/
Dwukong_tree.h27 static const std::shared_ptr<WuKongTree> GetRoot(const std::shared_ptr<WuKongTree>& child) in GetRoot() function
32 return GetRoot(child->GetParent()); in GetRoot()
/test/ostest/wukong/shell_command/src/
Dwukong_shell_command.cpp144 if (aacPtr->GetRoot(root) != Accessibility::RET_OK) { in RunTestCommand()
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp150 if (CheckBundleFinished(WuKongTree::GetRoot(currentAbilityPtr))) { in CheckInputFinished()
/test/ostest/wukong/test_flow/src/
Dfocus_test_flow.cpp337 accPtr->GetRoot(*(root.get())); in SetBlockPage()
Drandom_test_flow.cpp331 accPtr->GetRoot(*(root.get())); in SetBlockPage()
/test/ostest/wukong/component_event/src/
Dtree_manager.cpp261 auto bResult = aacPtr->GetRoot(*(root.get())); in UpdateComponentInfo()