Lines Matching defs:inputCompMsgPtr
244 auto inputCompMsgPtr = std::static_pointer_cast<ComponmentInputMsg>(inputedMsgObject);
245 ComponmentInfoArrange(data["bundleName"], inputCompMsgPtr, data);
262 auto inputCompMsgPtr = std::static_pointer_cast<ComponmentInputMsg>(inputedMsgObject);
272 item += inputCompMsgPtr->pagePath_ + ",";
273 item += inputCompMsgPtr->componmentType_ + ",";
274 item += std::to_string(inputCompMsgPtr->startX_) + ",";
275 item += std::to_string(inputCompMsgPtr->startY_) + ",";
276 item += std::to_string(inputCompMsgPtr->endX_) + ",";
277 item += std::to_string(inputCompMsgPtr->endY_) + ",";
278 item += inputCompMsgPtr->content_ + ",";
279 item += std::to_string(inputCompMsgPtr->pssTotal_);
535 void Report::ComponmentInfoArrange(const std::string &bundle, std::shared_ptr<ComponmentInputMsg> inputCompMsgPtr,
544 componmentRecord.pageIdComponments[inputCompMsgPtr->pageId_] = inputCompMsgPtr->pageComponments;
548 componmentTypeCountIter = componmentRecord.componmentTypeCount.find(inputCompMsgPtr->componmentType_);
556 if (componmentVectorIter.compare(inputCompMsgPtr->componmentType_) == 0) {
565 componmentRecord.componmentTypeCount[inputCompMsgPtr->componmentType_] = componmentTypeInputedCount;
566 data["componment"] = inputCompMsgPtr->componmentType_;