Home
last modified time | relevance | path

Searched refs:GetVideoStateType (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp365 auto videoState = call->GetVideoStateType(); in IncomingHandle()
493 VideoStateType originalType = call->GetVideoStateType(); in OutgoingVoipCallHandle()
709 VideoStateType originalType = call->GetVideoStateType(); in ActiveVoipCallHandle()
932 int32_t videoState = static_cast<int32_t>(ringCall->GetVideoStateType()); in AutoHandleForDsda()
1071 VideoStateType videoState = call->GetVideoStateType(); in UpdateCallState()
1081 call->GetSlotId(), call->GetCallID(), static_cast<int32_t>(call->GetVideoStateType())); in UpdateCallState()
1094 … static_cast<int32_t>(call->GetCallType()), static_cast<int32_t>(call->GetVideoStateType()), ret, in UpdateCallState()
1114 VideoStateType videoState = call->GetVideoStateType(); in SetVideoCallState()
1130 if (call->GetCallType() == CallType::TYPE_IMS && call->GetVideoStateType() != info.callMode) { in RefreshCallIfNecessary()
1185 VideoStateType videoState = call->GetVideoStateType(); in SetOriginalCallTypeForActiveState()
H A Dims_call.cpp40 VideoStateType videoStateType = GetVideoStateType(); in InitVideoCall()
75 VideoStateType videoStateType = GetVideoStateType(); in InitVideoCall()
H A Dcall_request_process.cpp226 … if ((activeCall != nullptr && activeCall->GetVideoStateType() != VideoStateType::TYPE_VOICE && in NeedAnswerVOAndEndActiveVT()
228 … (holdingCall != nullptr && holdingCall->GetVideoStateType() != VideoStateType::TYPE_VOICE && in NeedAnswerVOAndEndActiveVT()
424 incomingCall->AnswerCall(static_cast<int32_t>(incomingCall->GetVideoStateType())); in HandleCallWaitingNumOneNext()
469 incomingCall->AnswerCall(static_cast<int32_t>(incomingCall->GetVideoStateType())); in HandleCallWaitingNumZero()
H A Dcall_object_manager.cpp441 …if ((*it)->GetVideoStateType() == VideoStateType::TYPE_VIDEO && (*it)->GetCallType() != CallType::… in HasVideoCall()
761 callDetatilInfo.callMode = call->GetVideoStateType(); in DealFailDial()
H A Dcall_policy.cpp164 if (ringCall != nullptr && ringCall->GetVideoStateType() == VideoStateType::TYPE_VOICE && in IsVoiceCallValid()
H A Dcall_base.cpp362 VideoStateType CallBase::GetVideoStateType() in GetVideoStateType() function in OHOS::Telephony::CallBase
H A Dcall_control_manager.cpp282 …allType() == CallType::TYPE_IMS && videoState != static_cast<int32_t>(call->GetVideoStateType())) { in AnswerHandlerForSatelliteOrVideoCall()
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_base.h83 VideoStateType GetVideoStateType();
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_control_manager.cpp218 if (IsVideoCall(foregroundCall->GetVideoStateType()) || in UpdateDeviceTypeForVideoOrSatelliteCall()
260 if (dialingCall->GetVideoStateType() == VideoStateType::TYPE_VIDEO) { in UpdateDeviceTypeForVideoDialing()
645 if (liveCall != nullptr && (liveCall->GetVideoStateType() == VideoStateType::TYPE_VIDEO || in GetInitAudioDeviceType()
/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp55 VideoStateType videoState = call->GetVideoStateType(); in AnswerCall()
/ohos5.0/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp85 callObjectPtr->GetVideoStateType(); in CSCallFunc()
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp910 if (call == nullptr || call->GetVideoStateType() != VideoStateType::TYPE_RECEIVE_ONLY) { in SetPreviewWindow()