Home
last modified time | relevance | path

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

/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp259 auto componentInfos = treemanager->GetActiveElementInfos(); in RandomInput() local
260 DEBUG_LOG_STR("component list size (%d)", componentInfos.size()); in RandomInput()
264 } else if (componentInfos.size() > 0) { in RandomInput()
265 uint32_t index = (uint32_t)(rand()) % componentInfos.size(); in RandomInput()
267 int actionType = JudgeComponentType(*(componentInfos[index].get())); in RandomInput()
271 …result = ComponentManager::GetInstance()->ComponentEventInput(*(componentInfos[index].get()), acti… in RandomInput()
277 componentInputMsg->componmentType_ = componentInfos[index]->GetComponentType(); in RandomInput()