/base/telephony/cellular_call/services/common/src/ |
D | cellular_call_hisysevent.cpp | 68 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/ |
D | call_manager_hisysevent.h | 38 …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/ |
D | call_manager_hisysevent.cpp | 55 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/ |
D | cellular_call_hisysevent.h | 53 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/ |
D | imsclient_fuzzer.cpp | 95 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/ |
D | common_type.h | 36 videoState(VideoStateType::TYPE_VOICE), callType(CallType::TYPE_ERR_CALL), in DialParaInfo() 44 CallType callType; member
|
/base/telephony/cellular_call/services/manager/src/ |
D | cellular_call_service.cpp | 304 …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 …]
|
D | cellular_call_register.cpp | 37 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/ |
D | cs_test.cpp | 144 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/ |
D | call_incoming_filter_manager.cpp | 44 callInfo.callType = info.callType; in PackCellularCallInfo()
|
D | call_request_process.cpp | 42 …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()
|
D | call_status_manager.cpp | 86 … 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()
|
D | call_policy.cpp | 45 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/ |
D | control_base.cpp | 30 …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/ |
D | hril_vendor_call_defs.h | 41 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/ |
D | ims_call_proxy.h | 34 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);
|
D | ims_call_client.h | 58 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);
|
D | ims_call_interface.h | 137 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;
|
D | ims_call_types.h | 89 ImsCallType callType; member
|
/base/telephony/cellular_call/services/connection/src/ |
D | cellular_call_connection_ims.cpp | 159 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/ |
D | at_call.h | 48 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/ |
D | call_manager_inner_type.h | 156 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/ |
D | ims_call.h | 73 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/ |
D | call_fuzzer.cpp | 63 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/ |
D | call_status_callback.cpp | 35 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()
|