Lines Matching refs:OTTCall

27 OTTCall::OTTCall(DialParaInfo &info) : CallBase(info), ottCallConnectionPtr_(std::make_unique<OTTCallConnection>())
30 OTTCall::OTTCall(DialParaInfo &info, AppExecFwk::PacMap &extras)
34 OTTCall::~OTTCall() {}
36 int32_t OTTCall::DialingProcess()
45 int32_t OTTCall::AnswerCall(int32_t videoState)
74 int32_t OTTCall::RejectCall()
96 int32_t OTTCall::HangUpCall()
114 int32_t OTTCall::HoldCall()
130 int32_t OTTCall::UnHoldCall()
146 int32_t OTTCall::SwitchCall()
162 void OTTCall::GetCallAttributeInfo(CallAttributeInfo &info)
167 bool OTTCall::GetEmergencyState()
172 int32_t OTTCall::StartDtmf(char str)
177 int32_t OTTCall::StopDtmf()
182 int32_t OTTCall::PostDialProceed(bool proceed)
187 int32_t OTTCall::GetSlotId()
192 int32_t OTTCall::CombineConference()
218 void OTTCall::HandleCombineConferenceFailEvent()
230 int32_t OTTCall::CanCombineConference()
240 int32_t OTTCall::SeparateConference()
255 int32_t OTTCall::KickOutFromConference()
270 int32_t OTTCall::CanSeparateConference()
275 int32_t OTTCall::CanKickOutFromConference()
280 int32_t OTTCall::LaunchConference()
289 int32_t OTTCall::ExitConference()
298 int32_t OTTCall::HoldConference()
307 int32_t OTTCall::GetMainCallId(int32_t &mainCallId)
313 int32_t OTTCall::GetSubCallIdList(std::vector<std::u16string> &callIdList)
318 int32_t OTTCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList)
323 int32_t OTTCall::IsSupportConferenceable()
340 int32_t OTTCall::SendUpdateCallMediaModeRequest(ImsCallMode mode)
345 int32_t OTTCall::InitVideoCall()
350 int32_t OTTCall::RecieveUpdateCallMediaModeRequest(CallModeReportInfo &imsCallModeInfo)
355 int32_t OTTCall::SendUpdateCallMediaModeResponse(ImsCallMode mode)
360 int32_t OTTCall::ReceiveUpdateCallMediaModeResponse(CallModeReportInfo &response)
365 int32_t OTTCall::UpdateImsCallMode(ImsCallMode mode)
370 int32_t OTTCall::ReportImsCallModeInfo(CallMediaModeInfo &response)
375 int32_t OTTCall::ControlCamera(std::string &cameraId, int32_t callingUid, int32_t callingPid)
380 int32_t OTTCall::SetPreviewWindow(std::string &surfaceId, sptr<Surface> surface)
385 int32_t OTTCall::SetDisplayWindow(std::string &surfaceId, sptr<Surface> surface)
390 int32_t OTTCall::SetPausePicture(std::string &path)
395 int32_t OTTCall::SetDeviceDirection(int32_t rotation)
400 int32_t OTTCall::CancelCallUpgrade()
405 int32_t OTTCall::RequestCameraCapabilities()
410 int32_t OTTCall::SetMute(int32_t mute, int32_t slotId)
415 int32_t OTTCall::PackOttCallRequestInfo(OttCallRequestInfo &requestInfo)