• Home
  • Raw
  • Download

Lines Matching refs:inputCompMsgPtr

244             auto inputCompMsgPtr = std::static_pointer_cast<ComponmentInputMsg>(inputedMsgObject);  in SplitInputMode()  local
245 ComponmentInfoArrange(data["bundleName"], inputCompMsgPtr, data); in SplitInputMode()
262 auto inputCompMsgPtr = std::static_pointer_cast<ComponmentInputMsg>(inputedMsgObject); in GroupFocusDataAndRecord() local
272 item += inputCompMsgPtr->pagePath_ + ","; in GroupFocusDataAndRecord()
273 item += inputCompMsgPtr->componmentType_ + ","; in GroupFocusDataAndRecord()
274 item += std::to_string(inputCompMsgPtr->startX_) + ","; in GroupFocusDataAndRecord()
275 item += std::to_string(inputCompMsgPtr->startY_) + ","; in GroupFocusDataAndRecord()
276 item += std::to_string(inputCompMsgPtr->endX_) + ","; in GroupFocusDataAndRecord()
277 item += std::to_string(inputCompMsgPtr->endY_) + ","; in GroupFocusDataAndRecord()
278 item += inputCompMsgPtr->content_; in GroupFocusDataAndRecord()
534 …mponmentInfoArrange(const std::string &bundle, std::shared_ptr<ComponmentInputMsg> inputCompMsgPtr, in ComponmentInfoArrange() argument
543 componmentRecord.pageIdComponments[inputCompMsgPtr->pageId_] = inputCompMsgPtr->pageComponments; in ComponmentInfoArrange()
547 …componmentTypeCountIter = componmentRecord.componmentTypeCount.find(inputCompMsgPtr->componmentTyp… in ComponmentInfoArrange()
555 if (componmentVectorIter.compare(inputCompMsgPtr->componmentType_) == 0) { in ComponmentInfoArrange()
564 …componmentRecord.componmentTypeCount[inputCompMsgPtr->componmentType_] = componmentTypeInputedCoun… in ComponmentInfoArrange()
565 data["componment"] = inputCompMsgPtr->componmentType_; in ComponmentInfoArrange()