Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/call/src/
Dcall_status_manager.cpp759 int32_t videoState = static_cast<int32_t>(ringCall->GetVideoStateType()); in AutoHandleForDsda()
883 VideoStateType videoState = call->GetVideoStateType(); in UpdateCallState()
889 call->GetSlotId(), call->GetCallID(), static_cast<int32_t>(call->GetVideoStateType())); in UpdateCallState()
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()
975 VideoStateType videoState = call->GetVideoStateType(); in SetOriginalCallTypeForActiveState()
Dims_call.cpp40 VideoStateType videoStateType = GetVideoStateType(); in InitVideoCall()
75 VideoStateType videoStateType = GetVideoStateType(); in InitVideoCall()
Dcall_request_process.cpp232 … if ((activeCall != nullptr && activeCall->GetVideoStateType() != VideoStateType::TYPE_VOICE && in NeedAnswerVOAndEndActiveVT()
234 … (holdingCall != nullptr && holdingCall->GetVideoStateType() != VideoStateType::TYPE_VOICE && in NeedAnswerVOAndEndActiveVT()
427 incomingCall->AnswerCall(static_cast<int32_t>(incomingCall->GetVideoStateType())); in HandleCallWaitingNumOneNext()
466 incomingCall->AnswerCall(static_cast<int32_t>(incomingCall->GetVideoStateType())); in HandleCallWaitingNumZero()
Dcall_object_manager.cpp375 …if ((*it)->GetVideoStateType() == VideoStateType::TYPE_VIDEO && (*it)->GetCallType() != CallType::… in HasVideoCall()
608 callDetatilInfo.callMode = call->GetVideoStateType(); in DealFailDial()
Dcall_policy.cpp64 if (ringCall != nullptr && ringCall->GetVideoStateType() == VideoStateType::TYPE_VOICE) { in DialPolicy()
Dcall_base.cpp343 VideoStateType CallBase::GetVideoStateType() in GetVideoStateType() function in OHOS::Telephony::CallBase
Dcall_control_manager.cpp182 …allType() == CallType::TYPE_IMS && videoState != static_cast<int32_t>(call->GetVideoStateType())) { in AnswerCall()
/base/telephony/call_manager/services/call/include/
Dcall_base.h82 VideoStateType GetVideoStateType();
/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_call_service.cpp51 VideoStateType videoState = call->GetVideoStateType(); in AnswerCall()
/base/telephony/call_manager/services/audio/src/
Daudio_control_manager.cpp170 if (IsVideoCall(foregroundCall->GetVideoStateType())) { in UpdateDeviceTypeForVideoCall()
519 if (liveCall != nullptr && liveCall->GetVideoStateType() == VideoStateType::TYPE_VIDEO) { in GetInitAudioDeviceType()
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
Dcall_fuzzer.cpp85 callObjectPtr->GetVideoStateType(); in CSCallFunc()