Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/call/src/
H A Dcall_control_manager.cpp805 sptr<CallBase> mainCall = GetOneCallObject(mainCallId); in CombineConference() local
806 if (mainCall == nullptr) { in CombineConference()
810 if (mainCall->GetTelCallState() != TelCallState::CALL_STATUS_ACTIVE) { in CombineConference()
811 TELEPHONY_LOGE("mainCall state should be active "); in CombineConference()
814 if (!CallObjectManager::IsCallExist(mainCall->GetCallType(), TelCallState::CALL_STATUS_HOLDING)) { in CombineConference()
815 TELEPHONY_LOGE("callType:%{public}d,callState:CALL_STATUS_HOLDING is not exist!", mainCall->GetCallType()); in CombineConference()
818 int32_t ret = mainCall->CanCombineConference(); in CombineConference()

Completed in 3 milliseconds