/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() 71 …id CallManagerHisysevent::WriteIncomingCallFaultEvent(const int32_t slotId, const int32_t callType, in WriteIncomingCallFaultEvent() 85 void CallManagerHisysevent::WriteDialCallFaultEvent(const int32_t slotId, const int32_t callType, in WriteDialCallFaultEvent() 283 void CallManagerHisysevent::JudgingDialTimeOut(const int32_t slotId, const int32_t callType, const … in JudgingDialTimeOut() 296 const int32_t slotId, const int32_t callType, const int32_t videoState) in JudgingIncomingTimeOut()
|
/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 174 int32_t callType = static_cast<int32_t>(GetCallReportInfo().callMode); in UnHoldCallRequest() local 189 int32_t callType = static_cast<int32_t>(GetCallReportInfo().callMode); in SwitchCallRequest() local
|
/base/telephony/cellular_call/services/common/src/ |
D | cellular_call_hisysevent.cpp | 124 …d CellularCallHiSysEvent::WriteIncomingCallFaultEvent(const int32_t slotId, const int32_t callType, in WriteIncomingCallFaultEvent() 138 void CellularCallHiSysEvent::WriteDialCallFaultEvent(const int32_t slotId, const int32_t callType, in WriteDialCallFaultEvent() 290 const int32_t slotId, const int32_t callType, const int32_t videoState) in SetCallParameterInfo() 321 const int32_t slotId, const int32_t callType, const int32_t videoState) in JudgingIncomingTimeOut()
|
/base/telephony/cellular_call/test/unittest/cstest/ |
D | cs_test.cpp | 144 int32_t callType = 0; in HangUp() local 172 int32_t callType = 0; in Answer() local 195 int32_t callType = 0; in Reject() local 220 int32_t callType = 0; in HoldCall() local 243 int32_t callType = 0; in UnHoldCall() local 266 int32_t callType = 0; in SwitchCall() local 302 int32_t callType = 0; in CombineConference() local 324 int32_t callType = 0; in SeparateConference() local 415 int32_t callType = 0; in StartDtmf() local 442 int32_t callType = 0; in StopDtmf() local [all …]
|
/base/telephony/cellular_call/services/common/include/ |
D | cellular_call_hisysevent.h | 53 int32_t callType; member
|
D | cellular_call_data_struct.h | 284 CallType callType; // call type: CS、IMS member
|
/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 210 int32_t callType = static_cast<int32_t>(size % 2); in TestImsCallProxyWithSlotAndType() local
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
D | ims_call_client.cpp | 210 int32_t ImsCallClient::HoldCall(int32_t slotId, int32_t callType) in HoldCall() 219 int32_t ImsCallClient::UnHoldCall(int32_t slotId, int32_t callType) in UnHoldCall() 228 int32_t ImsCallClient::SwitchCall(int32_t slotId, int32_t callType) in SwitchCall()
|
D | ims_call_proxy.cpp | 182 int32_t ImsCallProxy::HoldCall(int32_t slotId, int32_t callType) in HoldCall() 196 int32_t ImsCallProxy::UnHoldCall(int32_t slotId, int32_t callType) in UnHoldCall() 210 int32_t ImsCallProxy::SwitchCall(int32_t slotId, int32_t callType) in SwitchCall() 934 …llProxy::WriteCommonInfo(std::string funcName, MessageParcel &in, int32_t slotId, int32_t callType) in WriteCommonInfo()
|
/base/telephony/call_manager/services/call/include/ |
D | common_type.h | 44 CallType callType; member
|
/base/telephony/call_manager/test/fuzztest/dialcall_fuzzer/ |
D | dialcall_fuzzer.cpp | 121 int32_t callType = static_cast<int32_t>(size % CALL_TYPE_NUM); in DialCall() local
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/ |
D | ims_call.cpp | 98 int32_t ImsCall::HoldCall(int32_t slotId, int32_t callType) in HoldCall() 112 int32_t ImsCall::UnHoldCall(int32_t slotId, int32_t callType) in UnHoldCall() 126 int32_t ImsCall::SwitchCall(int32_t slotId, int32_t callType) in SwitchCall()
|
D | ims_call_stub.cpp | 188 int32_t callType = data.ReadInt32(); in OnHoldCall() local 196 int32_t callType = data.ReadInt32(); in OnUnHoldCall() local 204 int32_t callType = data.ReadInt32(); in OnSwitchCall() local
|
/base/powermgr/battery_statistics/services/native/test/unittest/src/ |
D | stats_dump_test.cpp | 232 std::string callType = "DUBAI_TAG_DIST_SCHED_TO_REMOTE"; variable
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
D | ims_call_types.h | 89 ImsCallType callType; member
|
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
D | ims_unit_test.cpp | 209 int32_t callType; in HoldCall() local 222 int32_t callType; in UnHoldCall() local 235 int32_t callType; in SwitchCall() local
|
/base/telephony/call_manager/services/call/src/ |
D | call_policy.cpp | 45 CallType callType = (CallType)extras.GetIntValue("callType"); in DialPolicy() local
|
D | call_object_manager.cpp | 312 bool CallObjectManager::IsCallExist(CallType callType, TelCallState callState) in IsCallExist()
|
/base/telephony/call_manager/test/unittest/ui_client/ |
D | bluetooth_call_test.cpp | 255 int32_t callType = DEFAULT_CALL_TYPE; in DialCall() local
|
/base/telephony/call_manager/services/audio/src/ |
D | audio_control_manager.cpp | 173 CallType callType = callObjectPtr->GetCallType(); in HandleNewActiveCall() local
|
/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/core_service/services/tel_ril/src/ |
D | tel_ril_call.cpp | 294 int32_t TelRilCall::CombineConference(int32_t callType, const AppExecFwk::InnerEvent::Pointer &resu… in CombineConference() 312 int32_t callIndex, int32_t callType, const AppExecFwk::InnerEvent::Pointer &result) in SeparateConference()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_call_parcel.h | 61 int32_t callType; member
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_call.c | 723 void ReqCombineConference(const ReqDataInfo *requestInfo, int32_t callType) in ReqCombineConference() 758 void ReqSeparateConference(const ReqDataInfo *requestInfo, int32_t callIndex, int32_t callType) in ReqSeparateConference()
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_call.cpp | 145 int32_t HRilCall::CombineConference(int32_t serialId, int32_t callType) in CombineConference() 151 int32_t HRilCall::SeparateConference(int32_t serialId, int32_t callIndex, int32_t callType) in SeparateConference()
|