Home
last modified time | relevance | path

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

/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp387 uint32_t randIndex = (std::uint32_t) rand() % indexList.size(); in ChooseRightComponentIndex() local
388 index = indexList[randIndex]; in ChooseRightComponentIndex()
391 uint32_t randIndex = treemanager->FindInputComponentIndex(shouldScreenCap); in ChooseRightComponentIndex() local
392 DEBUG_LOG_STR("ComponentInput::FocusInput START: randomIndex: %u", randIndex); in ChooseRightComponentIndex()
393 index = randIndex % componentInfos.size(); in ChooseRightComponentIndex()