Home
last modified time | relevance | path

Searched refs:GetCallType (Results 1 – 14 of 14) sorted by relevance

/base/telephony/call_manager/services/video/src/
Dvideo_control_manager.cpp70 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()
/base/telephony/call_manager/services/call/src/
Dcall_object_manager.cpp173 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 …]
Dcall_policy.cpp225 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()
Dcall_status_manager.cpp312 …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()
Dcall_control_manager.cpp182 …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()
Dcall_request_process.cpp100 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()
Dcall_base.cpp153 CallType CallBase::GetCallType() in GetCallType() function in OHOS::Telephony::CallBase
/base/telephony/call_manager/services/call/call_state_observer/src/
Dmissed_call_notification.cpp37 if (callObjectPtr != nullptr && callObjectPtr->GetCallType() == CallType::TYPE_VOIP) { in NewCallCreated()
52 if (callObjectPtr != nullptr && callObjectPtr->GetCallType() == CallType::TYPE_VOIP) { in CallStateUpdated()
Dcall_records_manager.cpp72 if (callObjectPtr != nullptr && callObjectPtr->GetCallType() == CallType::TYPE_VOIP) { in CallStateUpdated()
/base/telephony/call_manager/services/telephony_interaction/src/
Dreport_call_info_handler.cpp197 if (call->GetCallType() == CallType::TYPE_IMS) { in ReceiveImsCallModeRequest()
214 if (call->GetCallType() == CallType::TYPE_IMS) { in ReceiveImsCallModeResponse()
Dvoip_call_connection.cpp188 if (call != nullptr && call->GetCallType() == CallType::TYPE_VOIP) { in ClearVoipCall()
/base/telephony/call_manager/services/audio/src/
Daudio_control_manager.cpp92 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()
/base/telephony/call_manager/services/call/include/
Dcall_base.h76 CallType GetCallType();
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
Dcall_fuzzer.cpp79 callObjectPtr->GetCallType(); in CSCallFunc()