Home
last modified time | relevance | path

Searched defs:callType (Results 1 – 25 of 42) sorted by relevance

12

/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()
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/core_service/interfaces/innerkits/include/
Dnetwork_search_callback_base.h58 virtual void SetReadyToCall(int32_t slotId, int32_t callType, bool isReadyToCall) {} in SetReadyToCall()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_callback.cpp45 void CellularCallCallback::SetReadyToCall(int32_t slotId, int32_t callType, bool isReadyToCall) in SetReadyToCall()
/base/telephony/cellular_call/services/common/src/
Dcellular_call_hisysevent.cpp128 …d CellularCallHiSysEvent::WriteIncomingCallFaultEvent(const int32_t slotId, const int32_t callType, in WriteIncomingCallFaultEvent()
142 void CellularCallHiSysEvent::WriteDialCallFaultEvent(const int32_t slotId, const int32_t callType, in WriteDialCallFaultEvent()
299 const int32_t slotId, const int32_t callType, const int32_t videoState) in SetCallParameterInfo()
330 const int32_t slotId, const int32_t callType, const int32_t videoState) in JudgingIncomingTimeOut()
/base/telephony/cellular_call/services/connection/src/
Dcellular_call_connection_ims.cpp164 int32_t callType = static_cast<int32_t>(GetCallReportInfo().callMode); in HoldCallRequest() local
179 int32_t callType = static_cast<int32_t>(GetCallReportInfo().callMode); in UnHoldCallRequest() local
194 int32_t callType = static_cast<int32_t>(GetCallReportInfo().callMode); in SwitchCallRequest() local
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp151 int32_t callType = 0; in HangUp() local
179 int32_t callType = 0; in Answer() local
202 int32_t callType = 0; in Reject() local
227 int32_t callType = 0; in HoldCall() local
250 int32_t callType = 0; in UnHoldCall() local
273 int32_t callType = 0; in SwitchCall() local
309 int32_t callType = 0; in CombineConference() local
331 int32_t callType = 0; in SeparateConference() local
368 int32_t callType = 0; in KickOutFromConference() local
433 int32_t callType = 0; in StartDtmf() local
[all …]
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
Dimsclient_fuzzer.cpp95 int32_t callType = static_cast<int32_t>(size % 2); in TestImsCallClientWithSlotAndType() local
211 int32_t callType = static_cast<int32_t>(size % 2); in TestImsCallProxyWithSlotAndType() local
/base/telephony/cellular_call/services/common/include/
Dcellular_call_hisysevent.h54 int32_t callType = 0; member
/base/telephony/call_manager/services/call/include/
Dcommon_type.h44 CallType callType = CallType::TYPE_ERR_CALL; member
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_client.cpp209 int32_t ImsCallClient::HoldCall(int32_t slotId, int32_t callType) in HoldCall()
218 int32_t ImsCallClient::UnHoldCall(int32_t slotId, int32_t callType) in UnHoldCall()
227 int32_t ImsCallClient::SwitchCall(int32_t slotId, int32_t callType) in SwitchCall()
Dims_call_proxy.cpp165 int32_t ImsCallProxy::HoldCall(int32_t slotId, int32_t callType) in HoldCall()
175 int32_t ImsCallProxy::UnHoldCall(int32_t slotId, int32_t callType) in UnHoldCall()
185 int32_t ImsCallProxy::SwitchCall(int32_t slotId, int32_t callType) in SwitchCall()
978 …llProxy::WriteCommonInfo(int32_t slotId, std::string funcName, MessageParcel &in, int32_t callType) in WriteCommonInfo()
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
Dims_call.cpp98 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()
Dims_call_stub.cpp189 int32_t callType = data.ReadInt32(); in OnHoldCall() local
197 int32_t callType = data.ReadInt32(); in OnUnHoldCall() local
205 int32_t callType = data.ReadInt32(); in OnSwitchCall() local
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
Dstats_dump_test.cpp232 std::string callType = "DUBAI_TAG_DIST_SCHED_TO_REMOTE"; variable
/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_types.h212 ImsCallType callType = ImsCallType::TEL_IMS_CALL_TYPE_VOICE; member
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.cpp209 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/
Dcall_policy.cpp45 CallType callType = (CallType)extras.GetIntValue("callType"); in DialPolicy() local
Dcall_base.cpp430 void CallBase::SetCallType(CallType callType) in SetCallType()
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_call_parcel.h103 int32_t callType = 0; member
/base/telephony/call_manager/test/unittest/ui_client/
Dbluetooth_call_test.cpp259 int32_t callType = DEFAULT_CALL_TYPE; in DialCall() local
/base/telephony/call_manager/services/audio/src/
Daudio_control_manager.cpp179 CallType callType = callObjectPtr->GetCallType(); in HandleNewActiveCall() local
/base/powermgr/battery_statistics/test/unittest/src/servicetest/
Dstats_service_dump_test.cpp314 std::string callType = "DUBAI_TAG_DIST_SCHED_TO_REMOTE"; variable
/base/telephony/call_manager/test/fuzztest/dialcall_fuzzer/
Ddialcall_fuzzer.cpp160 int32_t callType = static_cast<int32_t>(size % CALL_TYPE_NUM); in DialCall() local
/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/
Dgetcallrestriction_fuzzer.cpp115 int32_t callType = static_cast<int32_t>(size % SLOT_NUM); in SetReadyToCall() local
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h422 CallType callType = CallType::TYPE_ERR_CALL; member
475 CallType callType = CallType::TYPE_ERR_CALL; member
591 CallType callType = CallType::TYPE_ERR_CALL; member
1417 CallType callType = CallType::TYPE_ERR_CALL; member
1939 CallType callType = CallType::TYPE_ERR_CALL; member

12