Home
last modified time | relevance | path

Searched refs:SetVideoStateType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_base.h84 void SetVideoStateType(VideoStateType mediaType);
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp371 csCall->SetVideoStateType(VideoStateType::TYPE_VIDEO);
703 call->SetVideoStateType(VideoStateType::TYPE_VIDEO);
707 call->SetVideoStateType(VideoStateType::TYPE_VOICE);
717 call->SetVideoStateType(VideoStateType::TYPE_VIDEO);
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp497 call->SetVideoStateType(info.callMode); in OutgoingVoipCallHandle()
617 call->SetVideoStateType(info.callMode); in UpdateDialingCallInfo()
713 call->SetVideoStateType(info.callMode); in ActiveVoipCallHandle()
1131 call->SetVideoStateType(info.callMode); in RefreshCallIfNecessary()
H A Dcall_base.cpp368 void CallBase::SetVideoStateType(VideoStateType mediaType) in SetVideoStateType() function in OHOS::Telephony::CallBase
H A Dcall_control_manager.cpp283 call->SetVideoStateType(static_cast<VideoStateType>(videoState)); in AnswerHandlerForSatelliteOrVideoCall()
/ohos5.0/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp86 callObjectPtr->SetVideoStateType(mediaType); in CSCallFunc()