Lines Matching refs:CSCall
23 CSCall::CSCall(DialParaInfo &info) : CarrierCall(info) {}
25 CSCall::CSCall(DialParaInfo &info, AppExecFwk::PacMap &extras) : CarrierCall(info, extras) {}
27 CSCall::~CSCall() {}
29 int32_t CSCall::DialingProcess()
34 int32_t CSCall::AnswerCall(int32_t videoState)
39 int32_t CSCall::RejectCall()
44 int32_t CSCall::HangUpCall()
49 int32_t CSCall::HoldCall()
54 int32_t CSCall::UnHoldCall()
59 int32_t CSCall::SwitchCall()
64 void CSCall::GetCallAttributeInfo(CallAttributeInfo &info)
69 int32_t CSCall::SetMute(int32_t mute, int32_t slotId)
74 int32_t CSCall::CombineConference()
89 void CSCall::HandleCombineConferenceFailEvent()
101 int32_t CSCall::SeparateConference()
106 int32_t CSCall::KickOutFromConference()
111 int32_t CSCall::CanCombineConference()
121 int32_t CSCall::CanSeparateConference()
126 int32_t CSCall::CanKickOutFromConference()
131 int32_t CSCall::LaunchConference()
140 int32_t CSCall::ExitConference()
149 int32_t CSCall::HoldConference()
158 int32_t CSCall::GetMainCallId(int32_t &mainCallId)
164 int32_t CSCall::GetSubCallIdList(std::vector<std::u16string> &callIdList)
169 int32_t CSCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList)
174 int32_t CSCall::IsSupportConferenceable()