Lines Matching refs:calls
75 * <n> (parameter sets the adjustment for outgoing calls):
144 TELEPHONY_LOGE("Answer return, error type: con is null, there are no active calls");
203 CallReportInfo reportInfo = EncapsulationCallReportInfo(slotId, callInfoList.calls[i]);
206 connectionMap_, callInfoList.calls[i].index);
211 connection.SetIndex(callInfoList.calls[i].index);
212 connection.SetNumber(callInfoList.calls[i].number);
213 SetConnectionData(connectionMap_, callInfoList.calls[i].index, connection);
216 pConnection->SetIndex(callInfoList.calls[i].index);
218 pConnection->SetNumber(callInfoList.calls[i].number);
283 CallReportInfo cellularCallReportInfo = EncapsulationCallReportInfo(slotId, callInfoList.calls[i]);
286 connection.SetStatus(static_cast<TelCallState>(callInfoList.calls[i].state));
287 connection.SetIndex(callInfoList.calls[i].index);
289 connection.SetNumber(callInfoList.calls[i].number);
290 SetConnectionData(connectionMap_, callInfoList.calls[i].index, connection);
410 // The AT command for hanging up all calls is the same as the AT command for rejecting calls,