Lines Matching refs:VoIPCall

26 VoIPCall::VoIPCall(DialParaInfo &info) : CarrierCall(info)
42 VoIPCall::~VoIPCall() {}
44 int32_t VoIPCall::DialingProcess()
49 int32_t VoIPCall::AnswerCall(int32_t videoState)
51 TELEPHONY_LOGI("VoIPCall::AnswerCall");
66 int32_t VoIPCall::PackVoipCallInfo(VoipCallEventInfo &voipcallInfo)
74 int32_t VoIPCall::RejectCall()
76 TELEPHONY_LOGI("VoIPCall::RejectCall enter");
91 int32_t VoIPCall::HangUpCall()
93 TELEPHONY_LOGI("VoIPCall::HangUpCall enter");
109 int32_t VoIPCall::HangUpCall(const ErrorReason &status)
111 TELEPHONY_LOGI("VoIPCall::dial cellularcall HangUpvoipCall enter");
127 int32_t VoIPCall::HoldCall()
132 int32_t VoIPCall::UnHoldCall()
137 int32_t VoIPCall::SwitchCall()
142 int32_t VoIPCall::SetMute(int32_t mute, int32_t slotId)
149 TELEPHONY_LOGI("VoIPCall::setMute voipCallId: %{public}s, callAudioEvent: %{public}d", voipCallId.c_str(),
155 void VoIPCall::GetCallAttributeInfo(CallAttributeInfo &info)
173 int32_t VoIPCall::CombineConference()
178 void VoIPCall::HandleCombineConferenceFailEvent()
183 int32_t VoIPCall::SeparateConference()
188 int32_t VoIPCall::KickOutFromConference()
193 int32_t VoIPCall::CanCombineConference()
198 int32_t VoIPCall::CanSeparateConference()
203 int32_t VoIPCall::CanKickOutFromConference()
208 int32_t VoIPCall::GetMainCallId(int32_t &mainCallId)
213 int32_t VoIPCall::GetSubCallIdList(std::vector<std::u16string> &callIdList)
218 int32_t VoIPCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList)
223 int32_t VoIPCall::IsSupportConferenceable()
228 int32_t VoIPCall::LaunchConference()
233 int32_t VoIPCall::ExitConference()
238 int32_t VoIPCall::HoldConference()
243 std::string VoIPCall::GetVoipCallId()
248 std::string VoIPCall::GetVoipBundleName()
253 int32_t VoIPCall::GetVoipUid()