Home
last modified time | relevance | path

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

123

/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcarrier_call.cpp53 CellularCallInfo callInfo; in CarrierAnswerCall() local
82 CellularCallInfo callInfo; in CarrierRejectCall() local
108 CellularCallInfo callInfo; in CarrierHangUpCall() local
136 CellularCallInfo callInfo; in CarrierHoldCall() local
155 CellularCallInfo callInfo; in CarrierUnHoldCall() local
203 CellularCallInfo callInfo; in CarrierSwitchCall() local
227 CellularCallInfo callInfo; in CarrierCombineConference() local
241 CellularCallInfo callInfo; in CarrierSeparateConference() local
255 CellularCallInfo callInfo; in CarrierKickOutFromConference() local
298 CellularCallInfo callInfo; in StartDtmf() local
[all …]
H A Dcall_incoming_filter_manager.cpp32 int32_t CallIncomingFilterManager::PackCellularCallInfo(CellularCallInfo &callInfo, const CallDetai… in PackCellularCallInfo()
H A Dims_call.cpp139 CellularCallInfo callInfo; in StartRtt() local
155 CellularCallInfo callInfo; in StopRtt() local
326 CellularCallInfo callInfo; in SendUpdateCallMediaModeRequest() local
343 CellularCallInfo callInfo; in SendUpdateCallMediaModeResponse() local
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims1_test.cpp416 CellularCallInfo callInfo; variable
425 CellularCallInfo callInfo; variable
453 CellularCallInfo callInfo; variable
460 CellularCallInfo callInfo; variable
486 CellularCallInfo callInfo; variable
493 CellularCallInfo callInfo; variable
519 CellularCallInfo callInfo; variable
526 CellularCallInfo callInfo; variable
552 CellularCallInfo callInfo; variable
559 CellularCallInfo callInfo; variable
[all …]
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dsatellite_test.cpp144 CellularCallInfo callInfo; variable
151 CellularCallInfo callInfo; variable
178 CellularCallInfo callInfo; variable
185 CellularCallInfo callInfo; variable
212 CellularCallInfo callInfo; variable
219 CellularCallInfo callInfo; variable
244 CellularCallInfo callInfo; variable
252 CellularCallInfo callInfo; variable
278 CellularCallInfo callInfo; variable
313 CellularCallInfo callInfo; variable
[all …]
H A Dzero_branch_test.cpp62 …hTest::InitCellularCallInfo(int32_t accountId, std::string phonenumber, CellularCallInfo &callInfo) in InitCellularCallInfo()
161 CellularCallInfo callInfo; variable
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp117 CellularCallInfo callInfo; in Dial() local
135 CellularCallInfo callInfo; in HangUp() local
150 CellularCallInfo callInfo; in Answer() local
160 CellularCallInfo callInfo; in Reject() local
172 CellularCallInfo callInfo; in HoldCall() local
182 CellularCallInfo callInfo; in UnHoldCall() local
192 CellularCallInfo callInfo; in SwitchCall() local
216 CellularCallInfo callInfo; in CombineConference() local
226 CellularCallInfo callInfo; in SeparateConference() local
251 CellularCallInfo callInfo; in KickOutFromConference() local
[all …]
H A Dcs_test.h128 …nt32_t InitCellularCallInfo(int32_t accountId, std::string phonenumber, CellularCallInfo &callInfo) in InitCellularCallInfo()
162 CellularCallInfo callInfo; in TestDialCallByCs() local
H A Dcs2_test.cpp133 CellularCallInfo callInfo; variable
140 CellularCallInfo callInfo; variable
292 CellularCallInfo callInfo; variable
300 CellularCallInfo callInfo; variable
326 CellularCallInfo callInfo; variable
361 CellularCallInfo callInfo; variable
368 CellularCallInfo callInfo; variable
659 CallInfo callInfo; variable
H A Dcs_calloperation_test.cpp948 CellularCallInfo callInfo; variable
955 CellularCallInfo callInfo; variable
1107 CellularCallInfo callInfo; variable
1115 CellularCallInfo callInfo; variable
1141 CellularCallInfo callInfo; variable
1176 CellularCallInfo callInfo; variable
1183 CellularCallInfo callInfo; variable
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcellular_call_connection.cpp177 int CellularCallConnection::Dial(const CellularCallInfo &callInfo) in Dial()
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()
349 int CellularCallConnection::StopDtmf(const CellularCallInfo &callInfo) in StopDtmf()
383 CellularCallInfo callInfo; in SendDtmf() local
525 int CellularCallConnection::StopRtt(const CellularCallInfo &callInfo) in StopRtt()
[all …]
/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dcontrol_base.h300 int32_t StartDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in StartDtmf()
336 int32_t StopDtmf(T &&t, const CellularCallInfo &callInfo) const in StopDtmf()
368 int32_t SendDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in SendDtmf()
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dcontrol_base.cpp29 int32_t ControlBase::DialPreJudgment(const CellularCallInfo &callInfo, bool isEcc) in DialPreJudgment()
109 bool ControlBase::CheckAirplaneModeScene(const CellularCallInfo &callInfo) in CheckAirplaneModeScene()
127 int32_t ControlBase::HandleEcc(const CellularCallInfo &callInfo, bool isEcc, bool isAirplaneModeOn,… in HandleEcc()
H A Dsatellite_control.cpp32 int32_t SatelliteControl::Dial(const CellularCallInfo &callInfo, bool isEcc) in Dial()
91 int32_t SatelliteControl::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp()
122 int32_t SatelliteControl::Answer(const CellularCallInfo &callInfo) in Answer()
160 int32_t SatelliteControl::Reject(const CellularCallInfo &callInfo) in Reject()
252 …SatelliteControl::EncapsulationCallReportInfo(int32_t slotId, const SatelliteCurrentCall &callInfo) in EncapsulationCallReportInfo()
450 int32_t SatelliteControl::PostDialProceed(const CellularCallInfo &callInfo, const bool proceed) in PostDialProceed()
H A Dcs_control.cpp33 int32_t CSControl::Dial(const CellularCallInfo &callInfo, bool isEcc) in Dial()
62 int32_t CSControl::DialCdma(const CellularCallInfo &callInfo) in DialCdma()
92 int32_t CSControl::DialGsm(const CellularCallInfo &callInfo) in DialGsm()
163 int32_t CSControl::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp()
216 int32_t CSControl::Answer(const CellularCallInfo &callInfo) in Answer()
292 int32_t CSControl::Reject(const CellularCallInfo &callInfo) in Reject()
510 CallReportInfo CSControl::EncapsulationCallReportInfo(int32_t slotId, const CallInfo &callInfo) in EncapsulationCallReportInfo()
645 int32_t CSControl::PostDialProceed(const CellularCallInfo &callInfo, const bool proceed) in PostDialProceed()
H A Dims_control.cpp33 int32_t IMSControl::Dial(const CellularCallInfo &callInfo, bool isEcc) in Dial()
126 int32_t IMSControl::HangUp(const CellularCallInfo &callInfo, CallSupplementType type) in HangUp()
165 int32_t IMSControl::Answer(const CellularCallInfo &callInfo) in Answer()
220 int32_t IMSControl::Reject(const CellularCallInfo &callInfo) in Reject()
480 …lReportInfo IMSControl::EncapsulationCallReportInfo(int32_t slotId, const ImsCurrentCall &callInfo) in EncapsulationCallReportInfo()
575 int32_t IMSControl::PostDialProceed(const CellularCallInfo &callInfo, const bool proceed) in PostDialProceed()
H A Dims_video_call_control.cpp122 int32_t ImsVideoCallControl::SendUpdateCallMediaModeRequest(const CellularCallInfo &callInfo, ImsCa… in SendUpdateCallMediaModeRequest()
164 int32_t ImsVideoCallControl::SendUpdateCallMediaModeResponse(const CellularCallInfo &callInfo, ImsC… in SendUpdateCallMediaModeResponse()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp303 int32_t CellularCallService::Dial(const CellularCallInfo &callInfo) in Dial()
337 int32_t CellularCallService::DialNormalCall(const CellularCallInfo &callInfo, bool isEcc) in DialNormalCall()
418 int32_t CellularCallService::Reject(const CellularCallInfo &callInfo) in Reject()
470 int32_t CellularCallService::Answer(const CellularCallInfo &callInfo) in Answer()
543 int32_t CellularCallService::HoldCall(const CellularCallInfo &callInfo) in HoldCall()
578 int32_t CellularCallService::UnHoldCall(const CellularCallInfo &callInfo) in UnHoldCall()
613 int32_t CellularCallService::SwitchCall(const CellularCallInfo &callInfo) in SwitchCall()
648 int32_t CellularCallService::CombineConference(const CellularCallInfo &callInfo) in CombineConference()
676 int32_t CellularCallService::SeparateConference(const CellularCallInfo &callInfo) in SeparateConference()
704 int32_t CellularCallService::KickOutFromConference(const CellularCallInfo &callInfo) in KickOutFromConference()
[all …]
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp63 ImsCallInfo callInfo; in TestImsCallClientWithCallInfo() local
188 ImsCallInfo callInfo; in TestImsCallClientWithCallMediaModeRequest() local
207 ImsCallInfo callInfo; in TestImsCallClientWithCallMediaModeResponse() local
241 ImsCallInfo callInfo; in TestImsCallProxyWithCallInfo() local
362 ImsCallInfo callInfo; in TestImsCallProxyWithCallMediaModeRequest() local
380 ImsCallInfo callInfo; in TestImsCallProxyWithCallMediaModeResponse() local
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dcall_reporter.cpp28 callCounts.Compute(funcName, [&overCount, &firstCallTime](auto &key, CallInfo &callInfo) { in Count()
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcellular_call_proxy.cpp24 int32_t CellularCallProxy::Dial(const CellularCallInfo &callInfo) in Dial()
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()
552 int32_t CellularCallProxy::StopDtmf(const CellularCallInfo &callInfo) in StopDtmf()
[all …]
/ohos5.0/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/
H A Dsatelliteclient_fuzzer.cpp62 SatelliteCallInfo callInfo; in TestSatelliteCallClientWithCallInfo() local
87 SatelliteCallInfo callInfo; in TestSatelliteCallProxyWithCallInfo() local
/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp53 CellularCallInfo callInfo; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/
H A Dreporthangupinfo_fuzzer.cpp54 CellularCallInfo callInfo; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_client.cpp161 int32_t ImsCallClient::Dial(const ImsCallInfo &callInfo, CLIRMode mode) in Dial()
173 int32_t ImsCallClient::HangUp(const ImsCallInfo &callInfo) in HangUp()
185 int32_t ImsCallClient::Reject(const ImsCallInfo &callInfo) in Reject()
197 int32_t ImsCallClient::RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) in RejectWithReason()
207 int32_t ImsCallClient::Answer(const ImsCallInfo &callInfo) in Answer()
279 int32_t ImsCallClient::SendUpdateCallMediaModeRequest(const ImsCallInfo &callInfo, ImsCallType call… in SendUpdateCallMediaModeRequest()
289 int32_t ImsCallClient::SendUpdateCallMediaModeResponse(const ImsCallInfo &callInfo, ImsCallType cal… in SendUpdateCallMediaModeResponse()

123