Lines Matching defs:reportInfo
372 CallReportInfo reportInfo = it.second.GetCallReportInfo();
373 reportInfo.state = TelCallState::CALL_STATUS_DISCONNECTED;
374 reportInfo.accountId = slotId;
375 callsReportInfo.callVec.push_back(reportInfo);
380 CallReportInfo reportInfo;
381 reportInfo.state = TelCallState::CALL_STATUS_DISCONNECTED;
382 reportInfo.accountId = slotId;
383 callsReportInfo.callVec.push_back(reportInfo);
404 CallReportInfo reportInfo = EncapsulationCallReportInfo(slotId, imsCurrentCallInfoList.calls[i]);
410 connection.SetOrUpdateCallReportInfo(reportInfo);
413 callsReportInfo.callVec.push_back(reportInfo);
434 CallReportInfo reportInfo = EncapsulationCallReportInfo(slotId, callInfoList.calls[i]);
435 if (callInfoList.callSize == 1 && reportInfo.state == TelCallState::CALL_STATUS_WAITING) {
437 reportInfo.state = TelCallState::CALL_STATUS_INCOMING;
443 connection.SetOrUpdateCallReportInfo(reportInfo);
453 pConnection->SetOrUpdateCallReportInfo(reportInfo);
461 callsReportInfo.callVec.push_back(reportInfo);