Home
last modified time | relevance | path

Searched defs:callInfo (Results 1 – 25 of 33) sorted by relevance

12

/base/telephony/call_manager/services/call/src/
Dcarrier_call.cpp53 CellularCallInfo callInfo; in CarrierAnswerCall() local
81 CellularCallInfo callInfo; in CarrierRejectCall() local
112 CellularCallInfo callInfo; in CarrierHangUpCall() local
140 CellularCallInfo callInfo; in CarrierHoldCall() local
159 CellularCallInfo callInfo; in CarrierUnHoldCall() local
207 CellularCallInfo callInfo; in CarrierSwitchCall() local
231 CellularCallInfo callInfo; in CarrierCombineConference() local
245 CellularCallInfo callInfo; in CarrierSeparateConference() local
259 CellularCallInfo callInfo; in CarrierKickOutFromConference() local
277 int32_t CarrierCall::PackCellularCallInfo(CellularCallInfo &callInfo) in PackCellularCallInfo()
[all …]
Dcall_incoming_filter_manager.cpp42 int32_t CallIncomingFilterManager::PackCellularCallInfo(CellularCallInfo &callInfo, const CallDetai… in PackCellularCallInfo()
80 CellularCallInfo callInfo; in doIncomingFilter() local
Dcall_request_process.cpp364 CellularCallInfo callInfo; in CarrierDialProcess() local
391 CellularCallInfo callInfo; in VoiceMailDialProcess() local
409 AppExecFwk::PacMap callInfo; in OttDialProcess() local
422 int32_t CallRequestProcess::PackCellularCallInfo(DialParaInfo &info, CellularCallInfo &callInfo) in PackCellularCallInfo()
Dims_call.cpp114 CellularCallInfo callInfo; in StartRtt() local
130 CellularCallInfo callInfo; in StopRtt() local
365 CellularCallInfo callInfo; in DispatchUpdateVideoRequest() local
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp123 CellularCallInfo callInfo; in Dial() local
141 CellularCallInfo callInfo; in HangUp() local
169 CellularCallInfo callInfo; in Answer() local
192 CellularCallInfo callInfo; in Reject() local
217 CellularCallInfo callInfo; in HoldCall() local
240 CellularCallInfo callInfo; in UnHoldCall() local
263 CellularCallInfo callInfo; in SwitchCall() local
300 CellularCallInfo callInfo; in CombineConference() local
322 CellularCallInfo callInfo; in SeparateConference() local
359 CellularCallInfo callInfo; in KickOutFromConference() local
[all …]
Dcs_test.h128 …nt32_t InitCellularCallInfo(int32_t accountId, std::string phonenumber, CellularCallInfo &callInfo) in InitCellularCallInfo()
162 CellularCallInfo callInfo; in TestDialCallByCs() local
/base/telephony/call_manager/services/telephony_interaction/src/
Dcellular_call_connection.cpp177 int CellularCallConnection::Dial(const CellularCallInfo &callInfo) in Dial()
194 int CellularCallConnection::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp()
210 int CellularCallConnection::Reject(const CellularCallInfo &callInfo) in Reject()
226 int CellularCallConnection::Answer(const CellularCallInfo &callInfo) in Answer()
242 int CellularCallConnection::HoldCall(const CellularCallInfo &callInfo) in HoldCall()
256 int CellularCallConnection::UnHoldCall(const CellularCallInfo &callInfo) in UnHoldCall()
270 int CellularCallConnection::SwitchCall(const CellularCallInfo &callInfo) in SwitchCall()
293 int CellularCallConnection::CombineConference(const CellularCallInfo &callInfo) in CombineConference()
307 int CellularCallConnection::SeparateConference(const CellularCallInfo &callInfo) in SeparateConference()
321 int CellularCallConnection::KickOutFromConference(const CellularCallInfo &callInfo) in KickOutFromConference()
[all …]
/base/telephony/cellular_call/services/control/src/
Dcs_control.cpp32 int32_t CSControl::Dial(const CellularCallInfo &callInfo, bool isEcc) in Dial()
61 int32_t CSControl::DialCdma(const CellularCallInfo &callInfo) in DialCdma()
90 int32_t CSControl::DialGsm(const CellularCallInfo &callInfo) in DialGsm()
154 int32_t CSControl::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp()
206 int32_t CSControl::Answer(const CellularCallInfo &callInfo) in Answer()
272 int32_t CSControl::Reject(const CellularCallInfo &callInfo) in Reject()
475 CallReportInfo CSControl::EncapsulationCallReportInfo(int32_t slotId, const CallInfo &callInfo) in EncapsulationCallReportInfo()
597 int32_t CSControl::PostDialProceed(const CellularCallInfo &callInfo, const bool proceed) in PostDialProceed()
Dcontrol_base.cpp28 int32_t ControlBase::DialPreJudgment(const CellularCallInfo &callInfo, bool isEcc) in DialPreJudgment()
118 int32_t ControlBase::CheckAirplaneModeScene(const CellularCallInfo &callInfo, bool isEcc) in CheckAirplaneModeScene()
132 int32_t ControlBase::HandleEcc(const CellularCallInfo &callInfo, bool isEcc) in HandleEcc()
Dims_control.cpp33 int32_t IMSControl::Dial(const CellularCallInfo &callInfo, bool isEcc) in Dial()
121 int32_t IMSControl::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp()
159 int32_t IMSControl::Answer(const CellularCallInfo &callInfo) in Answer()
205 int32_t IMSControl::Reject(const CellularCallInfo &callInfo) in Reject()
304 int32_t IMSControl::UpdateImsCallMode(const CellularCallInfo &callInfo, ImsCallMode mode) in UpdateImsCallMode()
464 …lReportInfo IMSControl::EncapsulationCallReportInfo(int32_t slotId, const ImsCurrentCall &callInfo) in EncapsulationCallReportInfo()
532 int32_t IMSControl::PostDialProceed(const CellularCallInfo &callInfo, const bool proceed) in PostDialProceed()
/base/telephony/cellular_call/services/control/include/
Dcontrol_base.h307 int32_t StartDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in StartDtmf()
344 int32_t StopDtmf(T &&t, const CellularCallInfo &callInfo) const in StopDtmf()
376 int32_t SendDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in SendDtmf()
/base/telephony/cellular_call/services/connection/src/
Dcellular_call_connection_ims.cpp30 ImsCallInfo callInfo; in DialRequest() local
66 ImsCallInfo callInfo; in HangUpRequest() local
98 ImsCallInfo callInfo; in AnswerRequest() local
129 ImsCallInfo callInfo; in RejectRequest() local
260 int32_t CellularCallConnectionIMS::UpdateCallMediaModeRequest(const CellularCallInfo &callInfo, Ims… in UpdateCallMediaModeRequest()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp295 int32_t CellularCallService::Dial(const CellularCallInfo &callInfo) in Dial()
338 int32_t CellularCallService::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp()
378 int32_t CellularCallService::Reject(const CellularCallInfo &callInfo) in Reject()
418 int32_t CellularCallService::Answer(const CellularCallInfo &callInfo) in Answer()
477 int32_t CellularCallService::HoldCall(const CellularCallInfo &callInfo) in HoldCall()
505 int32_t CellularCallService::UnHoldCall(const CellularCallInfo &callInfo) in UnHoldCall()
533 int32_t CellularCallService::SwitchCall(const CellularCallInfo &callInfo) in SwitchCall()
561 int32_t CellularCallService::CombineConference(const CellularCallInfo &callInfo) in CombineConference()
589 int32_t CellularCallService::SeparateConference(const CellularCallInfo &callInfo) in SeparateConference()
617 int32_t CellularCallService::KickOutFromConference(const CellularCallInfo &callInfo) in KickOutFromConference()
[all …]
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.cpp672 CellularCallInfo callInfo; variable
681 CellularCallInfo callInfo; variable
709 CellularCallInfo callInfo; variable
716 CellularCallInfo callInfo; variable
742 CellularCallInfo callInfo; variable
749 CellularCallInfo callInfo; variable
775 CellularCallInfo callInfo; variable
782 CellularCallInfo callInfo; variable
808 CellularCallInfo callInfo; variable
815 CellularCallInfo callInfo; variable
[all …]
Dims_test.h170 …nt32_t InitCellularCallInfo(int32_t accountId, std::string phonenumber, CellularCallInfo &callInfo) in InitCellularCallInfo()
/base/telephony/call_manager/frameworks/native/src/
Dcellular_call_proxy.cpp24 int32_t CellularCallProxy::Dial(const CellularCallInfo &callInfo) in Dial()
50 int32_t CellularCallProxy::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp()
79 int32_t CellularCallProxy::Reject(const CellularCallInfo &callInfo) in Reject()
105 int32_t CellularCallProxy::Answer(const CellularCallInfo &callInfo) in Answer()
131 int32_t CellularCallProxy::HoldCall(const CellularCallInfo &callInfo) in HoldCall()
157 int32_t CellularCallProxy::UnHoldCall(const CellularCallInfo &callInfo) in UnHoldCall()
184 int32_t CellularCallProxy::SwitchCall(const CellularCallInfo &callInfo) in SwitchCall()
296 int32_t CellularCallProxy::CombineConference(const CellularCallInfo &callInfo) in CombineConference()
323 int32_t CellularCallProxy::SeparateConference(const CellularCallInfo &callInfo) in SeparateConference()
376 int32_t CellularCallProxy::KickOutFromConference(const CellularCallInfo &callInfo) in KickOutFromConference()
[all …]
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
Dseparateconference_fuzzer.cpp53 CellularCallInfo callInfo; in DoSomethingInterestingWithMyAPI() local
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_client.cpp156 int32_t ImsCallClient::Dial(const ImsCallInfo &callInfo, CLIRMode mode) in Dial()
167 int32_t ImsCallClient::HangUp(const ImsCallInfo &callInfo) in HangUp()
178 int32_t ImsCallClient::Reject(const ImsCallInfo &callInfo) in Reject()
189 int32_t ImsCallClient::RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) in RejectWithReason()
198 int32_t ImsCallClient::Answer(const ImsCallInfo &callInfo) in Answer()
263 int32_t ImsCallClient::UpdateImsCallMode(const ImsCallInfo &callInfo, ImsCallMode mode) in UpdateImsCallMode()
Dims_call_proxy.cpp24 int32_t ImsCallProxy::Dial(const ImsCallInfo &callInfo, CLIRMode mode) in Dial()
64 int32_t ImsCallProxy::HangUp(const ImsCallInfo &callInfo) in HangUp()
96 int32_t ImsCallProxy::RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) in RejectWithReason()
133 int32_t ImsCallProxy::Answer(const ImsCallInfo &callInfo) in Answer()
233 int32_t ImsCallProxy::UpdateImsCallMode(const ImsCallInfo &callInfo, ImsCallMode mode) in UpdateImsCallMode()
/base/telephony/cellular_call/test/fuzztest/reporthungupinfo_fuzzer/
Dreporthungupinfo_fuzzer.cpp53 CellularCallInfo callInfo; in DoSomethingInterestingWithMyAPI() local
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
Dims_call.cpp38 int32_t ImsCall::Dial(const ImsCallInfo &callInfo, CLIRMode mode) in Dial()
53 int32_t ImsCall::HangUp(const ImsCallInfo &callInfo) in HangUp()
68 int32_t ImsCall::RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) in RejectWithReason()
83 int32_t ImsCall::Answer(const ImsCallInfo &callInfo) in Answer()
182 int32_t ImsCall::UpdateImsCallMode(const ImsCallInfo &callInfo, ImsCallMode mode) in UpdateImsCallMode()
Dims_call_stub.cpp132 ImsCallInfo *callInfo = (ImsCallInfo *)data.ReadRawData(sizeof(ImsCallInfo)); in OnDial() local
147 ImsCallInfo *callInfo = (ImsCallInfo *)data.ReadRawData(sizeof(ImsCallInfo)); in OnHangUp() local
160 ImsCallInfo *callInfo = (ImsCallInfo *)data.ReadRawData(sizeof(ImsCallInfo)); in OnRejectWithReason() local
175 ImsCallInfo *callInfo = (ImsCallInfo *)data.ReadRawData(sizeof(ImsCallInfo)); in OnAnswer() local
245 ImsCallInfo *callInfo = (ImsCallInfo *)data.ReadRawData(sizeof(ImsCallInfo)); in OnUpdateImsCallMode() local
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.cpp137 ImsCallInfo callInfo; in Dial() local
154 ImsCallInfo callInfo; in HangUp() local
172 ImsCallInfo callInfo; in RejectWithReason() local
190 ImsCallInfo callInfo; in Answer() local
285 ImsCallInfo callInfo; in UpdateImsCallMode() local
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
Dimsclient_fuzzer.cpp51 ImsCallInfo callInfo; in TestImsCallClientWithCallInfo() local
169 ImsCallInfo callInfo; in TestImsCallProxyWithCallInfo() local
/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/
Dsetimsfeaturevalue_fuzzer.cpp225 CellularCallInfo callInfo; in Reject() local
261 CellularCallInfo callInfo; in HangUp() local

12