Lines Matching refs:IMSCall

29 IMSCall::IMSCall(DialParaInfo &info) : CarrierCall(info), videoCallState_(nullptr), isInitialized_(false) {}
31 IMSCall::IMSCall(DialParaInfo &info, AppExecFwk::PacMap &extras)
35 IMSCall::~IMSCall() {}
37 int32_t IMSCall::InitVideoCall()
81 void IMSCall::AssignVideoCallState(VideoStateType videoStateType)
102 int32_t IMSCall::DialingProcess()
107 int32_t IMSCall::AnswerCall(int32_t videoState)
112 int32_t IMSCall::RejectCall()
117 int32_t IMSCall::HangUpCall()
122 int32_t IMSCall::HoldCall()
127 int32_t IMSCall::UnHoldCall()
132 int32_t IMSCall::SwitchCall()
137 int32_t IMSCall::StartRtt(std::u16string &msg)
153 int32_t IMSCall::StopRtt()
169 int32_t IMSCall::SetMute(int32_t mute, int32_t slotId)
174 void IMSCall::GetCallAttributeInfo(CallAttributeInfo &info)
179 int32_t IMSCall::CombineConference()
195 void IMSCall::HandleCombineConferenceFailEvent()
207 int32_t IMSCall::SeparateConference()
212 int32_t IMSCall::KickOutFromConference()
217 int32_t IMSCall::CanCombineConference()
227 int32_t IMSCall::CanSeparateConference()
232 int32_t IMSCall::CanKickOutFromConference()
237 int32_t IMSCall::GetMainCallId(int32_t &mainCallId)
243 int32_t IMSCall::LaunchConference()
252 int32_t IMSCall::ExitConference()
261 int32_t IMSCall::HoldConference()
270 int32_t IMSCall::GetSubCallIdList(std::vector<std::u16string> &callIdList)
275 int32_t IMSCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList)
280 int32_t IMSCall::IsSupportConferenceable()
297 int32_t IMSCall::UpdateImsCallMode(ImsCallMode mode)
318 int32_t IMSCall::ReportImsCallModeInfo(CallMediaModeInfo &imsCallModeInfo)
324 int32_t IMSCall::SendUpdateCallMediaModeRequest(ImsCallMode mode)
341 int32_t IMSCall::SendUpdateCallMediaModeResponse(ImsCallMode mode)
358 int32_t IMSCall::RecieveUpdateCallMediaModeRequest(CallModeReportInfo &response)
374 int32_t IMSCall::ReceiveUpdateCallMediaModeResponse(CallModeReportInfo &response)
394 int32_t IMSCall::ControlCamera(std::string &cameraId, int32_t callingUid, int32_t callingPid)
406 int32_t IMSCall::SetPreviewWindow(std::string &surfaceId, sptr<Surface> surface)
418 int32_t IMSCall::SetDisplayWindow(std::string &surfaceId, sptr<Surface> surface)
430 int32_t IMSCall::SetPausePicture(std::string &path)
441 int32_t IMSCall::SetDeviceDirection(int32_t rotation)
452 int32_t IMSCall::RequestCameraCapabilities()
463 int32_t IMSCall::CancelCallUpgrade()
474 void IMSCall::SwitchVideoState(ImsCallMode mode)
486 bool IMSCall::IsSupportVideoCall()
503 sptr<VideoCallState> IMSCall::GetCallVideoState(ImsCallMode mode)
513 bool IMSCall::IsVoiceModifyToVideo()