Home
last modified time | relevance | path

Searched refs:otherCall (Results 1 - 2 of 2) sorted by relevance

/base/telephony/call_manager/services/call/src/
H A Dcall_request_process.cpp629 sptr<CallBase> otherCall = GetOneCallObject(otherCallId); in UnHoldRequest() local
630 if (otherCall == nullptr) { in UnHoldRequest()
631 TELEPHONY_LOGE("otherCall is nullptr"); in UnHoldRequest()
634 TelCallState state = otherCall->GetTelCallState(); in UnHoldRequest()
635 TelConferenceState confState = otherCall->GetTelConferenceState(); in UnHoldRequest()
637 otherCall->GetMainCallId(conferenceId); in UnHoldRequest()
638 TELEPHONY_LOGI("otherCall->GetTelCallState(): %{public}d ,callid:%{public}d", state, otherCallId); in UnHoldRequest()
642 if (otherCall->GetCanSwitchCallState()) { in UnHoldRequest()
644 otherCall->SetCanSwitchCallState(false); in UnHoldRequest()
645 otherCall in UnHoldRequest()
[all...]
H A Dcall_status_manager.cpp1007 sptr<CallBase> otherCall = GetOneCallObject(otherCallId); in AutoUnHoldForDsda() local
1008 if (otherCall == nullptr) { in AutoUnHoldForDsda()
1009 TELEPHONY_LOGE("otherCall is nullptr"); in AutoUnHoldForDsda()
1012 TelCallState state = otherCall->GetTelCallState(); in AutoUnHoldForDsda()
1013 TelConferenceState confState = otherCall->GetTelConferenceState(); in AutoUnHoldForDsda()
1015 otherCall->GetMainCallId(conferenceId); in AutoUnHoldForDsda()
1016 if (slotId != otherCall->GetSlotId() && state == TelCallState::CALL_STATUS_HOLDING && in AutoUnHoldForDsda()
1017 otherCall->GetCanUnHoldState() && activeCallNum == 0 && waitingCallNum == 0 && in AutoUnHoldForDsda()
1024 otherCall->UnHoldCall(); in AutoUnHoldForDsda()

Completed in 5 milliseconds