Lines Matching defs:connection

84         TELEPHONY_LOGI("DialCdma, CDMA is have connection in active state.");
117 TELEPHONY_LOGI("DialGsm, GSM is have connection in active state.");
122 // - a call can be temporarily disconnected from the ME but the connection is retained by the network
168 // Match the session connection according to the phone number string
173 TELEPHONY_LOGE("CSControl::HangUp, error type: connection is null");
197 CellularCallConnectionCS connection;
198 return connection.CallSupplementRequest(callInfo.slotId, type);
202 CellularCallConnectionCS connection;
205 return connection.RejectRequest(callInfo.slotId);
223 TELEPHONY_LOGE("Answer return, error type: connection is null");
225 CALL_ERR_CALL_CONNECTION_NOT_EXIST, "get connection data is null");
299 TELEPHONY_LOGE("CSControl::Reject, error type: connection is null");
336 CellularCallConnectionCS connection;
337 return connection.HoldRequest(slotId);
349 CellularCallConnectionCS connection;
350 return connection.UnHoldCallRequest(slotId);
368 CellularCallConnectionCS connection;
369 return connection.SwitchCallRequest(slotId);
391 TELEPHONY_LOGI("SeparateConference: connection cannot be matched, use index directly");
392 CellularCallConnectionCS connection;
393 return connection.SeparateConferenceRequest(slotId, index, VOICE_CALL);
410 CellularCallConnectionCS connection;
413 return connection.RejectRequest(slotId);
459 CellularCallConnectionCS connection;
460 connection.SetOrUpdateCallReportInfo(reportInfo);
461 connection.SetFlag(true);
462 connection.SetIndex(callInfoList.calls[i].index);
463 connection.SetNumber(callInfoList.calls[i].number);
464 SetConnectionData(connectionMap_, callInfoList.calls[i].index, connection);
562 CellularCallConnectionCS connection;
563 connection.SetStatus(static_cast<TelCallState>(callInfoList.calls[i].state));
564 connection.SetIndex(callInfoList.calls[i].index);
565 connection.SetOrUpdateCallReportInfo(cellularCallReportInfo);
566 connection.SetNumber(callInfoList.calls[i].number);
567 SetConnectionData(connectionMap_, callInfoList.calls[i].index, connection);