Home
last modified time | relevance | path

Searched refs:TYPE_CS (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp391 } else if (CallType::TYPE_CS == callInfo.callType) { in HangUp()
443 } else if (CallType::TYPE_CS == callInfo.callType) { in Reject()
496 } else if (CallType::TYPE_CS == callInfo.callType) { in Answer()
566 } else if (CallType::TYPE_CS == callInfo.callType) { in HoldCall()
601 } else if (CallType::TYPE_CS == callInfo.callType) { in UnHoldCall()
636 } else if (CallType::TYPE_CS == callInfo.callType) { in SwitchCall()
664 } else if (CallType::TYPE_CS == callInfo.callType) { in CombineConference()
682 if (CallType::TYPE_CS == callInfo.callType) { in SeparateConference()
717 } else if (CallType::TYPE_CS == callInfo.callType) { in KickOutFromConference()
834 } else if (CallType::TYPE_CS == callInfo.callType) { in StartDtmf()
[all …]
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp250 callRequestProcess->AnswerRequest(VALID_CALLID, static_cast<int>(CallType::TYPE_CS));
281 incomingCall->SetCallType(CallType::TYPE_CS);
352 csCall->SetCallType(CallType::TYPE_CS);
611 mPacMap.PutIntValue("callType", static_cast<int32_t>(CallType::TYPE_CS));
698 call->SetCallType(CallType::TYPE_CS);
708 call->SetCallType(CallType::TYPE_CS);
710 callPolicy.IsValidCallType(CallType::TYPE_CS);
746 call->SetCallType(CallType::TYPE_CS);
H A Dzero_branch6_test.cpp189 callDetailInfo.callType = CallType::TYPE_CS;
222 dialParaInfo.callType = CallType::TYPE_CS;
230 callDetailInfo.callType = CallType::TYPE_CS;
271 dialParaInfo.callType = CallType::TYPE_CS;
H A Dzero_branch3_test.cpp951 callDetailInfo.callType = CallType::TYPE_CS;
963 dialParaInfo.callType = CallType::TYPE_CS;
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/
H A Dsetorupdatecallreportinfo_fuzzer.cpp52 callReportInfo.callType = CallType::TYPE_CS; in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp59 callInfo.callType = CallType::TYPE_CS; in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcs_conference.cpp32 conferenceType_ = CallType::TYPE_CS; in CsConference()
H A Dconference_base.cpp28 conferenceType_(CallType::TYPE_CS) in ConferenceBase()
H A Dcall_object_manager.cpp259 … if ((*it)->GetCallType() == CallType::TYPE_CS || (*it)->GetCallType() == CallType::TYPE_IMS || in GetCarrierCallList()
400 … if ((*it)->GetCallType() == CallType::TYPE_CS || (*it)->GetCallType() == CallType::TYPE_IMS || in HasCellularCallExist()
H A Dcall_policy.cpp175 …if (callType != CallType::TYPE_CS && callType != CallType::TYPE_IMS && callType != CallType::TYPE_… in IsValidCallType()
H A Dcall_control_manager.cpp304 if (call->GetCallType() == CallType::TYPE_CS || in CarrierAndVoipConflictProcess()
1128 || call->GetCallType() == CallType::TYPE_CS) { in SetMuted()
H A Dcall_status_manager.cpp375 if (info.callType == CallType::TYPE_CS || info.callType == CallType::TYPE_IMS || in IncomingHandle()
1303 case CallType::TYPE_CS: { in CreateNewCallByCallType()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/
H A Dreporthangupinfo_fuzzer.cpp60 callInfo.callType = CallType::TYPE_CS; in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/services/common/include/
H A Dcellular_call_data_struct.h291 CallType callType = CallType::TYPE_CS; // call type: CS、IMS
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dcs_control.cpp549 callReportInfo.callType = CallType::TYPE_CS; in EncapsulationCallReportInfo()
686 if (info.callType == CallType::TYPE_CS && info.slotId == slotId) { in ReportHangUp()
698 csCallReportInfo.callType = CallType::TYPE_CS; in ReportHangUp()
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_base.h110 TYPE_CS = 0, enumerator
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.h133 callInfo.callType = CallType::TYPE_CS; in InitCellularCallInfo()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch1_test.cpp534 CellularCallInfo csCallInfo = { .callType = CallType::TYPE_CS };
580 CellularCallInfo csCallInfo = { .callType = CallType::TYPE_CS };
718 CellularCallInfo csCallInfo = { .callType = CallType::TYPE_CS };
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp24 static const int32_t TYPE_CS = 0; variable
253 AppExecFwk::InnerEvent::Get(RadioEvent::RADIO_SEND_DTMF, radioResponseInfo, TYPE_CS); in SendDtmfResponse()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager3_gtest.cpp117 updateCallInfo_.callType = CallType::TYPE_CS; in Init()
H A Dcall_manager5_gtest.cpp117 updateCallInfo_.callType = CallType::TYPE_CS; in Init()
H A Dcall_manager6_gtest.cpp117 updateCallInfo_.callType = CallType::TYPE_CS; in Init()
H A Dcall_manager8_gtest.cpp117 updateCallInfo_.callType = CallType::TYPE_CS; in Init()
H A Dcall_manager1_gtest.cpp117 updateCallInfo_.callType = CallType::TYPE_CS; in Init()
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_control_manager.cpp408 case CallType::TYPE_CS: in HandleNewActiveCall()

12