Searched refs:GetCallType (Results 1 – 14 of 14) sorted by relevance
70 if (callPtr->GetCallType() == CallType::TYPE_IMS) { in SetPreviewWindow()94 if (callPtr->GetCallType() == CallType::TYPE_IMS) { in SetDisplayWindow()129 if (callPtr->GetCallType() == CallType::TYPE_IMS) { in SetPausePicture()156 if (callPtr->GetCallType() == CallType::TYPE_IMS) { in SetDeviceDirection()183 if (callPtr->GetCallType() == CallType::TYPE_IMS) { in UpdateImsCallMode()216 if (callPtr->GetCallType() == CallType::TYPE_IMS) { in OpenCamera()251 if (callPtr->GetCallType() == CallType::TYPE_IMS) { in CloseCamera()312 if (callPtr->GetCallType() == CallType::TYPE_IMS) { in CancelCallUpgrade()336 if (callPtr->GetCallType() == CallType::TYPE_IMS) { in RequestCameraCapabilities()
173 if ((*it)->GetCallType() != CallType::TYPE_VOIP && in IsNewCallAllowedCreate()235 … if ((*it)->GetCallType() == CallType::TYPE_CS || (*it)->GetCallType() == CallType::TYPE_IMS || in GetCarrierCallList()236 (*it)->GetCallType() == CallType::TYPE_SATELLITE) { in GetCarrierCallList()350 … if ((*it)->GetCallType() == CallType::TYPE_CS || (*it)->GetCallType() == CallType::TYPE_IMS || in HasCellularCallExist()351 (*it)->GetCallType() == CallType::TYPE_SATELLITE) { in HasCellularCallExist()363 if ((*it)->GetCallType() == CallType::TYPE_VOIP) { in HasVoipCallExist()375 …if ((*it)->GetVideoStateType() == VideoStateType::TYPE_VIDEO && (*it)->GetCallType() != CallType::… in HasVideoCall()454 if ((*it)->GetCallType() == CallType::TYPE_VOIP) { in GetOneCallObjectByVoipCallId()469 if ((*it)->GetCallType() == callType && (*it)->GetTelCallState() == callState) { in IsCallExist()605 callDetatilInfo.callType = call->GetCallType(); in DealFailDial()[all …]
225 if (callPtr->GetCallType() != CallType::TYPE_IMS) { in StartRttPolicy()226 TELEPHONY_LOGE("calltype is illegal, calltype:%{public}d", callPtr->GetCallType()); in StartRttPolicy()244 if (callPtr->GetCallType() != CallType::TYPE_IMS) { in StopRttPolicy()245 TELEPHONY_LOGE("calltype is illegal, calltype:%{public}d", callPtr->GetCallType()); in StopRttPolicy()
312 …if (call != nullptr && (call->GetCallType() != info.callType || call->GetTelCallState() != info.st… in IncomingHandle()314 if (call->GetCallType() != info.callType) { in IncomingHandle()903 … static_cast<int32_t>(call->GetCallType()), static_cast<int32_t>(call->GetVideoStateType()), ret, in UpdateCallState()929 if (call->GetCallType() == CallType::TYPE_IMS && call->GetVideoStateType() != info.callMode) { in RefreshCallIfNecessary()934 if (call->GetCallType() == CallType::TYPE_IMS) { in RefreshCallIfNecessary()937 if (call->GetCallType() == info.callType) { in RefreshCallIfNecessary()1084 if (callPtr->GetCallType() == CallType::TYPE_IMS) { in CreateNewCallByCallType()
182 …if (call->GetCallType() == CallType::TYPE_IMS && videoState != static_cast<int32_t>(call->GetVideo… in AnswerCall()673 … if (!CallObjectManager::IsCallExist(mainCall->GetCallType(), TelCallState::CALL_STATUS_HOLDING)) { in CombineConference()674 …Y_LOGE("callType:%{public}d,callState:CALL_STATUS_HOLDING is not exist!", mainCall->GetCallType()); in CombineConference()983 if (call->GetCallType() == CallType::TYPE_IMS in SetMuted()984 || call->GetCallType() == CallType::TYPE_CS) { in SetMuted()1132 if (call != nullptr && call->GetCallType() == CallType::TYPE_VOIP) { in HangUpVoipCall()
100 if (call->GetCallType() == CallType::TYPE_VOIP) { in AnswerRequest()415 … if (CallObjectManager::IsCallExist(call->GetCallType(), TelCallState::CALL_STATUS_INCOMING) && in HandleCallWaitingNumOneNext()553 (CallObjectManager::IsCallExist(call->GetCallType(), TelCallState::CALL_STATUS_HOLDING))) || in HangUpRequest()707 if (call->GetCallType() != CallType::TYPE_IMS) { in StartRttRequest()723 if (call->GetCallType() != CallType::TYPE_IMS) { in StopRttRequest()
153 CallType CallBase::GetCallType() in GetCallType() function in OHOS::Telephony::CallBase
37 if (callObjectPtr != nullptr && callObjectPtr->GetCallType() == CallType::TYPE_VOIP) { in NewCallCreated()52 if (callObjectPtr != nullptr && callObjectPtr->GetCallType() == CallType::TYPE_VOIP) { in CallStateUpdated()
72 if (callObjectPtr != nullptr && callObjectPtr->GetCallType() == CallType::TYPE_VOIP) { in CallStateUpdated()
197 if (call->GetCallType() == CallType::TYPE_IMS) { in ReceiveImsCallModeRequest()214 if (call->GetCallType() == CallType::TYPE_IMS) { in ReceiveImsCallModeResponse()
188 if (call != nullptr && call->GetCallType() == CallType::TYPE_VOIP) { in ClearVoipCall()
92 if (callObjectPtr->GetCallType() == CallType::TYPE_VOIP) { in CallStateUpdated()116 if (callObjectPtr->GetCallType() != CallType::TYPE_IMS) { in VideoStateUpdated()161 if (foregroundCall->GetCallType() != CallType::TYPE_IMS) { in UpdateDeviceTypeForVideoCall()330 CallType callType = callObjectPtr->GetCallType(); in HandleNewActiveCall()
76 CallType GetCallType();
79 callObjectPtr->GetCallType(); in CSCallFunc()