Lines Matching refs:componentinfo
219 DEBUG_LOG_STR("update componentinfo result (%d)", result);
272 DEBUG_LOG_STR("update componentinfo result (%d)", result);
322 DEBUG_LOG_STR("update componentinfo result (%d)", result);
335 auto componentinfo = componentInfos[index];
338 int actionType = JudgeComponentType(*(componentinfo.get()));
343 result = componentManager->ComponentEventInput(*(componentinfo.get()), actionType);
350 componentInputMsg->componmentType_ = componentinfo->GetComponentType();
351 componentInputMsg->pagePath_ = componentinfo->GetPagePath();
356 componentInputMsg->content_ = componentinfo->GetContent();
358 TreeManager::GetInstance()->SetComponentType(componentinfo->GetComponentType());