Lines Matching defs:reportInfo
451 CallReportInfo reportInfo = EncapsulationCallReportInfo(slotId, callInfoList.calls[i]);
452 if (callInfoList.callSize == 1 && reportInfo.state == TelCallState::CALL_STATUS_WAITING) {
454 reportInfo.state = TelCallState::CALL_STATUS_INCOMING;
460 connection.SetOrUpdateCallReportInfo(reportInfo);
469 pConnection->SetOrUpdateCallReportInfo(reportInfo);
478 callsReportInfo.callVec.push_back(reportInfo);
598 CallReportInfo reportInfo;
599 reportInfo.state = TelCallState::CALL_STATUS_DISCONNECTED;
600 reportInfo.accountId = slotId;
601 callsReportInfo.callVec.push_back(reportInfo);