Home
last modified time | relevance | path

Searched refs:wComponentInfos (Results 1 - 2 of 2) sorted by relevance

/test/ostest/wukong/input_factory/src/
H A Dcomponent_input.cpp277 auto wComponentInfos = treemanager->GetActiveComponentInfos(); in RandomInput() local
288 wComponentInfos[index]->GetNodeId()); in RandomInput()
327 auto wComponentInfos = treemanager->GetActiveComponentInfos(); in FocusInput() local
332 uint32_t index = ChooseRightComponentIndex(componentInfos, wComponentInfos, shouldScreenCap); in FocusInput()
334 componentInfos.size(), wComponentInfos.size(), index); in FocusInput()
337 wComponentInfos[index]->GetNodeId()); in FocusInput()
372 std::vector<std::shared_ptr<ComponentTree>> &wComponentInfos, bool shouldScreenCap) in ChooseRightComponentIndex()
379 int count = wComponentInfos.size(); in ChooseRightComponentIndex()
381 auto it = wComponentInfos[i]; in ChooseRightComponentIndex()
370 ChooseRightComponentIndex( std::vector<std::shared_ptr<OHOS::Accessibility::AccessibilityElementInfo>> &componentInfos, std::vector<std::shared_ptr<ComponentTree>> &wComponentInfos, bool shouldScreenCap) ChooseRightComponentIndex() argument
/test/ostest/wukong/input_factory/include/
H A Dcomponent_input.h42 std::vector<std::shared_ptr<ComponentTree>> &wComponentInfos, bool shouldScreenCap);

Completed in 2 milliseconds