Home
last modified time | relevance | path

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

/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp277 auto wComponentInfos = treemanager->GetActiveComponentInfos(); in RandomInput() local
288 wComponentInfos[index]->GetNodeId()); in RandomInput()
328 auto wComponentInfos = treemanager->GetActiveComponentInfos(); in FocusInput() local
334 … uint32_t index = ChooseRightComponentIndex(componentInfos, wComponentInfos, shouldScreenCap); in FocusInput()
336 componentInfos.size(), wComponentInfos.size(), index); in FocusInput()
339 wComponentInfos[index]->GetNodeId()); in FocusInput()
373 std::vector<std::shared_ptr<ComponentTree>> &wComponentInfos, bool shouldScreenCap) in ChooseRightComponentIndex() argument
380 int count = wComponentInfos.size(); in ChooseRightComponentIndex()
382 auto it = wComponentInfos[i]; in ChooseRightComponentIndex()
/test/ostest/wukong/input_factory/include/
Dcomponent_input.h42 std::vector<std::shared_ptr<ComponentTree>> &wComponentInfos, bool shouldScreenCap);