Lines Matching defs:connection
96 // Match the session connection according to the phone number string
101 TELEPHONY_LOGE("HangUp, error type: connection is null");
129 TELEPHONY_LOGE("Answer return, error type: connection is null");
131 CALL_ERR_CALL_CONNECTION_NOT_EXIST, "get connection data is null");
167 TELEPHONY_LOGE("SatelliteControl::Reject, error type: connection is null");
208 CellularCallConnectionSatellite connection;
209 connection.SetOrUpdateCallReportInfo(reportInfo);
210 connection.SetFlag(true);
211 connection.SetIndex(callInfoList.calls[i].index);
212 connection.SetNumber(callInfoList.calls[i].number);
213 SetConnectionData(connectionMap_, callInfoList.calls[i].index, connection);
285 CellularCallConnectionSatellite connection;
286 connection.SetStatus(static_cast<TelCallState>(callInfoList.calls[i].state));
287 connection.SetIndex(callInfoList.calls[i].index);
288 connection.SetOrUpdateCallReportInfo(cellularCallReportInfo);
289 connection.SetNumber(callInfoList.calls[i].number);
290 SetConnectionData(connectionMap_, callInfoList.calls[i].index, connection);
409 CellularCallConnectionSatellite connection;
412 connection.RejectRequest(slotId);