Searched refs:curEventStatisticsRecordPtr (Results 1 – 1 of 1) sorted by relevance
39 std::shared_ptr<EventStatisticsRecord> curEventStatisticsRecordPtr = nullptr; in StatisticsDetail() local44 curEventStatisticsRecordPtr = curEventStatisticsMsgPtr->eventTypeRecord_[i]; in StatisticsDetail()45 … UpdateLine(curEventStatisticsRecordPtr, curEventStatisticsMsgPtr->eventTypeTotal_, line); in StatisticsDetail()47 curBundleAllStatisticsPtr->execTimes_ += curEventStatisticsRecordPtr->execTimes_; in StatisticsDetail()87 std::shared_ptr<EventStatisticsRecord> curEventStatisticsRecordPtr = in SrcDatasPretreatment() local92 curEventStatisticsRecordPtr = curStatisticsMsgPtr->eventTypeRecord_[index]; in SrcDatasPretreatment()97 curEventStatisticsRecordPtr->eventType_ = srcData["event"]; in SrcDatasPretreatment()98 curEventStatisticsRecordPtr->execTimes_++; in SrcDatasPretreatment()101 curStatisticsMsgPtr->eventTypeRecord_[index] = curEventStatisticsRecordPtr; in SrcDatasPretreatment()104 curStatisticsMsgPtr->eventTypeRecord_.push_back(curEventStatisticsRecordPtr); in SrcDatasPretreatment()[all …]