Lines Matching refs:calls
111 * <n> (parameter sets the adjustment for outgoing calls):
155 // The AT command for hanging up all calls is the same as the AT command for rejecting calls,
291 // The AT command for hanging up all calls is the same as the AT command for rejecting calls,
404 CallReportInfo reportInfo = EncapsulationCallReportInfo(slotId, imsCurrentCallInfoList.calls[i]);
407 connection.SetStatus(static_cast<TelCallState>(imsCurrentCallInfoList.calls[i].state));
408 connection.SetIndex(imsCurrentCallInfoList.calls[i].index);
409 connection.SetNumber(imsCurrentCallInfoList.calls[i].number);
411 SetConnectionData(connectionMap_, imsCurrentCallInfoList.calls[i].index, connection);
434 CallReportInfo reportInfo = EncapsulationCallReportInfo(slotId, callInfoList.calls[i]);
440 connectionMap_, callInfoList.calls[i].index);
445 connection.SetIndex(callInfoList.calls[i].index);
446 connection.SetNumber(callInfoList.calls[i].number);
447 SetConnectionData(connectionMap_, callInfoList.calls[i].index, connection);
451 pConnection->SetIndex(callInfoList.calls[i].index);
452 pConnection->SetNumber(callInfoList.calls[i].number);