Lines Matching defs:componentInputMsg
252 std::shared_ptr<ComponmentInputMsg> componentInputMsg = std::make_shared<ComponmentInputMsg>();
253 componentInputMsg->pageComponments = delegate->GetComponentTypeList();
254 componentInputMsg->pageId_ = delegate->GetCurrentPageId();
255 componentInputMsg->componmentType_ = elementInfo->GetComponentType();
256 Report::GetInstance()->SyncInputInfo(componentInputMsg);
298 std::shared_ptr<ComponmentInputMsg> componentInputMsg = std::make_shared<ComponmentInputMsg>();
299 DEBUG_LOG("componentInputBranch2 after componentInputMsg");
300 componentInputMsg->pageComponments = delegate->GetComponentTypeList();
301 componentInputMsg->pageId_ = delegate->GetCurrentPageId();
302 componentInputMsg->componmentType_ = componentInfos[index]->GetComponentType();
304 Report::GetInstance()->SyncInputInfo(componentInputMsg);
348 std::shared_ptr<ComponmentInputMsg> componentInputMsg = std::make_shared<ComponmentInputMsg>();
349 componentInputMsg->pageComponments = delegate->GetComponentTypeList();
350 componentInputMsg->componmentType_ = componentinfo->GetComponentType();
351 componentInputMsg->pagePath_ = componentinfo->GetPagePath();
352 componentInputMsg->startX_ = componentManager->GetStartX();
353 componentInputMsg->startY_ = componentManager->GetStartY();
354 componentInputMsg->endX_ = componentManager->GetEndX();
355 componentInputMsg->endY_ = componentManager->GetEndY();
356 componentInputMsg->content_ = componentinfo->GetContent();
357 componentInputMsg->pssTotal_ = WuKongUtil::GetInstance()->GetBundlePssTotal();
359 Report::GetInstance()->SyncInputInfo(componentInputMsg);