Home
last modified time | relevance | path

Searched refs:callType (Results 1 – 25 of 72) sorted by relevance

123

/base/telephony/cellular_call/services/common/src/
Dcellular_call_hisysevent.cpp68 if (info.callType == CS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteDialCallBehaviorEvent()
70 } else if (info.callType == IMS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteDialCallBehaviorEvent()
72 } else if (info.callType == IMS_CALL_TYPE && info.videoState == VIDEO_TYPE) { in WriteDialCallBehaviorEvent()
86 if (info.callType == CS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteHangUpCallBehaviorEvent()
88 } else if (info.callType == IMS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteHangUpCallBehaviorEvent()
90 } else if (info.callType == IMS_CALL_TYPE && info.videoState == VIDEO_TYPE) { in WriteHangUpCallBehaviorEvent()
105 info.callType == IMS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteAnswerCallBehaviorEvent()
108 info.callType == IMS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteAnswerCallBehaviorEvent()
111 info.callType == IMS_CALL_TYPE && info.videoState == VIDEO_TYPE) { in WriteAnswerCallBehaviorEvent()
114 info.callType == CS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteAnswerCallBehaviorEvent()
[all …]
/base/telephony/call_manager/services/call_manager_service/include/
Dcall_manager_hisysevent.h38 …static void WriteIncomingCallBehaviorEvent(const int32_t slotId, int32_t callType, int32_t callMod…
39 …static void WriteIncomingCallFaultEvent(const int32_t slotId, const int32_t callType, const int32_…
41 …static void WriteDialCallFaultEvent(const int32_t slotId, const int32_t callType, const int32_t vi…
51 void JudgingDialTimeOut(const int32_t slotId, const int32_t callType, const int32_t videoState);
52 …void JudgingIncomingTimeOut(const int32_t slotId, const int32_t callType, const int32_t videoState…
/base/telephony/call_manager/services/call_manager_service/src/
Dcall_manager_hisysevent.cpp55 void CallManagerHisysevent::WriteIncomingCallBehaviorEvent(const int32_t slotId, int32_t callType, … in WriteIncomingCallBehaviorEvent() argument
58 if (callType == IMS_CALL_TYPE && callMode == VOICE_TYPE) { in WriteIncomingCallBehaviorEvent()
60 } else if (callType == IMS_CALL_TYPE && callMode == VIDEO_TYPE) { in WriteIncomingCallBehaviorEvent()
62 } else if (callType == CS_CALL_TYPE && callMode == VOICE_TYPE) { in WriteIncomingCallBehaviorEvent()
71 …id CallManagerHisysevent::WriteIncomingCallFaultEvent(const int32_t slotId, const int32_t callType, in WriteIncomingCallFaultEvent() argument
77 … CALL_TYPE_KEY, callType, VIDEO_STATE_KEY, videoState, ERROR_TYPE_KEY, static_cast<int32_t>(value), in WriteIncomingCallFaultEvent()
81 …CALL_TYPE_KEY, callType, VIDEO_STATE_KEY, videoState, ERROR_TYPE_KEY, errCode, ERROR_MSG_KEY, desc… in WriteIncomingCallFaultEvent()
85 void CallManagerHisysevent::WriteDialCallFaultEvent(const int32_t slotId, const int32_t callType, in WriteDialCallFaultEvent() argument
91 … CALL_TYPE_KEY, callType, VIDEO_STATE_KEY, videoState, ERROR_TYPE_KEY, static_cast<int32_t>(value), in WriteDialCallFaultEvent()
95 …CALL_TYPE_KEY, callType, VIDEO_STATE_KEY, videoState, ERROR_TYPE_KEY, errCode, ERROR_MSG_KEY, desc… in WriteDialCallFaultEvent()
[all …]
/base/telephony/cellular_call/services/common/include/
Dcellular_call_hisysevent.h53 int32_t callType; member
66 …static void WriteDialCallFaultEvent(const int32_t slotId, const int32_t callType, const int32_t vi…
72 …static void WriteIncomingCallFaultEvent(const int32_t slotId, const int32_t callType, const int32_…
74 … void SetCallParameterInfo(const int32_t slotId, const int32_t callType, const int32_t videoState);
78 …void JudgingIncomingTimeOut(const int32_t slotId, const int32_t callType, const int32_t videoState…
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
Dimsclient_fuzzer.cpp95 int32_t callType = static_cast<int32_t>(size % 2); in TestImsCallClientWithSlotAndType() local
105 imsCallClient->HoldCall(slotId, callType); in TestImsCallClientWithSlotAndType()
106 imsCallClient->UnHoldCall(slotId, callType); in TestImsCallClientWithSlotAndType()
107 imsCallClient->SwitchCall(slotId, callType); in TestImsCallClientWithSlotAndType()
109 imsCallClient->GetImsCallsDataRequest(slotId, callType); in TestImsCallClientWithSlotAndType()
120 capbility.imsCapabilityType = static_cast<ImsCapabilityType>(callType); in TestImsCallClientWithSlotAndType()
121 capbility.imsRadioTech = static_cast<ImsRegTech>(callType); in TestImsCallClientWithSlotAndType()
210 int32_t callType = static_cast<int32_t>(size % 2); in TestImsCallProxyWithSlotAndType() local
220 proxy->HoldCall(slotId, callType); in TestImsCallProxyWithSlotAndType()
221 proxy->UnHoldCall(slotId, callType); in TestImsCallProxyWithSlotAndType()
[all …]
/base/telephony/call_manager/services/call/include/
Dcommon_type.h36 videoState(VideoStateType::TYPE_VOICE), callType(CallType::TYPE_ERR_CALL), in DialParaInfo()
44 CallType callType; member
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp304 …allHiSysEvent::WriteDialCallFaultEvent(callInfo.accountId, static_cast<int32_t>(callInfo.callType), in Dial()
309 …allHiSysEvent::WriteDialCallFaultEvent(callInfo.accountId, static_cast<int32_t>(callInfo.callType), in Dial()
344 callInfo.slotId, static_cast<int32_t>(callInfo.callType), callInfo.videoState); in HangUp()
362 if (CallType::TYPE_CS == callInfo.callType) { in HangUp()
371 } else if (CallType::TYPE_IMS == callInfo.callType) { in HangUp()
390 callInfo.slotId, static_cast<int32_t>(callInfo.callType), callInfo.videoState); in Reject()
408 if (CallType::TYPE_CS == callInfo.callType) { in Reject()
417 } else if (CallType::TYPE_IMS == callInfo.callType) { in Reject()
436 callInfo.slotId, static_cast<int32_t>(callInfo.callType), callInfo.videoState); in Answer()
455 if (CallType::TYPE_CS == callInfo.callType) { in Answer()
[all …]
Dcellular_call_register.cpp37 detailInfo.callType = (*it).callType; in ReportCallsInfo()
53 static_cast<int32_t>(detailInfo.callType), static_cast<int32_t>(detailInfo.callMode)); in ReportCallsInfo()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp144 int32_t callType = 0; in HangUp() local
145 std::cin >> callType; in HangUp()
146 callInfo.callType = static_cast<CallType>(callType); in HangUp()
172 int32_t callType = 0; in Answer() local
173 std::cin >> callType; in Answer()
174 callInfo.callType = static_cast<CallType>(callType); in Answer()
195 int32_t callType = 0; in Reject() local
196 std::cin >> callType; in Reject()
197 callInfo.callType = static_cast<CallType>(callType); in Reject()
220 int32_t callType = 0; in HoldCall() local
[all …]
/base/telephony/call_manager/services/call/src/
Dcall_incoming_filter_manager.cpp44 callInfo.callType = info.callType; in PackCellularCallInfo()
Dcall_request_process.cpp42 …CallManagerHisysevent::WriteDialCallFaultEvent(info.accountId, static_cast<int32_t>(info.callType), in DialRequest()
62 …CallManagerHisysevent::WriteDialCallFaultEvent(info.accountId, static_cast<int32_t>(info.callType), in DialRequest()
283 …CallManagerHisysevent::WriteDialCallFaultEvent(info.accountId, static_cast<int32_t>(info.callType), in CarrierDialProcess()
301 …CallManagerHisysevent::WriteDialCallFaultEvent(info.accountId, static_cast<int32_t>(info.callType), in VoiceMailDialProcess()
330 callInfo.callType = info.callType; in PackCellularCallInfo()
Dcall_status_manager.cpp86 … info.accountId, static_cast<int32_t>(info.callType), static_cast<int32_t>(info.callMode)); in HandleCallReportInfo()
96 … info.accountId, static_cast<int32_t>(info.callType), static_cast<int32_t>(info.callMode)); in HandleCallReportInfo()
229 …ManagerHisysevent::WriteIncomingCallFaultEvent(info.accountId, static_cast<int32_t>(info.callType), in IncomingHandle()
234 if (info.callType == CallType::TYPE_CS || info.callType == CallType::TYPE_IMS) { in IncomingHandle()
515 if (call->GetCallType() == info.callType) { in RefreshCallIfNecessary()
582 switch (info.callType) { in CreateNewCall()
631 paraInfo.callType = info.callType; in PackParaInfo()
Dcall_policy.cpp45 CallType callType = (CallType)extras.GetIntValue("callType"); in DialPolicy() local
46 …if (callType != CallType::TYPE_CS && callType != CallType::TYPE_IMS && callType != CallType::TYPE_… in DialPolicy()
/base/telephony/cellular_call/services/control/src/
Dcontrol_base.cpp30 …allHiSysEvent::WriteDialCallFaultEvent(callInfo.accountId, static_cast<int32_t>(callInfo.callType), in DialPreJudgment()
38 …allHiSysEvent::WriteDialCallFaultEvent(callInfo.accountId, static_cast<int32_t>(callInfo.callType), in DialPreJudgment()
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_call_defs.h41 int32_t callType; /* 0: voice call member
248 void (*CombineConference)(const ReqDataInfo *requestInfo, int32_t callType);
249 void (*SeparateConference)(const ReqDataInfo *requestInfo, int32_t callIndex, int32_t callType);
/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_proxy.h34 int32_t HoldCall(int32_t slotId, int32_t callType) override;
35 int32_t UnHoldCall(int32_t slotId, int32_t callType) override;
36 int32_t SwitchCall(int32_t slotId, int32_t callType) override;
90 …int32_t WriteCommonInfo(std::string funcName, MessageParcel &in, int32_t slotId, int32_t callType);
Dims_call_client.h58 int32_t HoldCall(int32_t slotId, int32_t callType);
59 int32_t UnHoldCall(int32_t slotId, int32_t callType);
60 int32_t SwitchCall(int32_t slotId, int32_t callType);
Dims_call_interface.h137 virtual int32_t HoldCall(int32_t slotId, int32_t callType) = 0;
146 virtual int32_t UnHoldCall(int32_t slotId, int32_t callType) = 0;
155 virtual int32_t SwitchCall(int32_t slotId, int32_t callType) = 0;
Dims_call_types.h89 ImsCallType callType; member
/base/telephony/cellular_call/services/connection/src/
Dcellular_call_connection_ims.cpp159 int32_t callType = static_cast<int32_t>(GetCallReportInfo().callMode); in HoldCallRequest() local
160 return DelayedSingleton<ImsCallClient>::GetInstance()->HoldCall(slotId, callType); in HoldCallRequest()
174 int32_t callType = static_cast<int32_t>(GetCallReportInfo().callMode); in UnHoldCallRequest() local
175 return DelayedSingleton<ImsCallClient>::GetInstance()->UnHoldCall(slotId, callType); in UnHoldCallRequest()
189 int32_t callType = static_cast<int32_t>(GetCallReportInfo().callMode); in SwitchCallRequest() local
190 return DelayedSingleton<ImsCallClient>::GetInstance()->SwitchCall(slotId, callType); in SwitchCallRequest()
/base/telephony/ril_adapter/services/vendor/include/
Dat_call.h48 void ReqCombineConference(const ReqDataInfo *requestInfo, int32_t callType);
49 void ReqSeparateConference(const ReqDataInfo *requestInfo, int32_t callIndex, int32_t callType);
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h156 CallType callType; member
172 CallType callType; member
206 CallType callType; // call type: CS、IMS member
504 CallType callType; // call type: CS、IMS member
721 CallType callType; // call type: CS、IMS member
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
Dims_call.h73 int32_t HoldCall(int32_t slotId, int32_t callType) override;
82 int32_t UnHoldCall(int32_t slotId, int32_t callType) override;
91 int32_t SwitchCall(int32_t slotId, int32_t callType) override;
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
Dcall_fuzzer.cpp63 paraInfo.callType = static_cast<CallType>(size % CALL_TYPE_NUM); in CSCallFunc()
105 paraInfo.callType = static_cast<CallType>(size % CALL_TYPE_NUM); in DialingProcess()
142 paraInfo.callType = static_cast<CallType>(size % CALL_TYPE_NUM); in GetCallerInfo()
188 paraInfo.callType = static_cast<CallType>(size % CALL_TYPE_NUM); in IMSCallFunc()
242 paraInfo.callType = static_cast<CallType>(size % CALL_TYPE_NUM); in OttCallFunc()
/base/telephony/call_manager/services/telephony_interaction/src/
Dcall_status_callback.cpp35 detailInfo.callType = info.callType; in UpdateCallReportInfo()
61 detailInfo.callType = (*it).callType; in UpdateCallsReportInfo()
78 …detailsInfo.slotId, static_cast<int32_t>(detailInfo.callType), static_cast<int32_t>(detailInfo.cal… in UpdateCallsReportInfo()

123