Home
last modified time | relevance | path

Searched refs:VideoCallState (Results 1 - 4 of 4) sorted by relevance

/base/telephony/call_manager/services/call/include/
H A Dvideo_call_state.h37 class VideoCallState : public virtual RefBase { class
39 VideoCallState(sptr<NetCallBase> callPtr);
40 virtual ~VideoCallState() = default;
52 sptr<VideoCallState> GetCallVideoState(ImsCallMode mode);
59 class AudioOnlyState : public VideoCallState {
69 class VideoSendState : public VideoCallState {
79 class VideoReceiveState : public VideoCallState {
89 class VideoSendReceiveState : public VideoCallState {
99 class VideoPauseState : public VideoCallState {
H A Dims_call.h64 sptr<VideoCallState> GetCallVideoState(ImsCallMode mode);
79 sptr<VideoCallState> videoCallState_;
81 std::map<ImsCallMode, sptr<VideoCallState>> videoStateMap_;
/base/telephony/call_manager/services/call/src/
H A Dvideo_call_state.cpp25 VideoCallState::VideoCallState(sptr<NetCallBase> callPtr) in VideoCallState() function in OHOS::Telephony::VideoCallState
29 bool VideoCallState::IsCallSupportVideoCall() in IsCallSupportVideoCall()
39 void VideoCallState::SetVideoUpdateStatus(VideoUpdateStatus status) in SetVideoUpdateStatus()
44 VideoUpdateStatus VideoCallState::GetVideoUpdateStatus() in GetVideoUpdateStatus()
49 int32_t VideoCallState::SwitchCallVideoState(ImsCallMode mode) in SwitchCallVideoState()
60 int32_t VideoCallState::DispatchUpdateVideoRequest(ImsCallMode mode) in DispatchUpdateVideoRequest()
69 int32_t VideoCallState::DispatchUpdateVideoResponse(ImsCallMode mode) in DispatchUpdateVideoResponse()
78 int32_t VideoCallState::DispatchReportVideoCallInfo(CallMediaModeInfo &imsCallModeInfo) in DispatchReportVideoCallInfo()
87 sptr<VideoCallState> VideoCallStat
[all...]
H A Dims_call.cpp45 sptr<VideoCallState> state = (std::make_unique<AudioOnlyState>(this)).release(); in InitVideoCall()
503 sptr<VideoCallState> IMSCall::GetCallVideoState(ImsCallMode mode) in GetCallVideoState()

Completed in 2 milliseconds