Home
last modified time | relevance | path

Searched refs:IMSCall (Results 1 - 16 of 16) sorted by relevance

/base/telephony/call_manager/services/call/src/
H A Dims_call.cpp29 IMSCall::IMSCall(DialParaInfo &info) : CarrierCall(info), videoCallState_(nullptr), isInitialized_(false) {} in IMSCall() function in OHOS::Telephony::IMSCall
31 IMSCall::IMSCall(DialParaInfo &info, AppExecFwk::PacMap &extras) in IMSCall() function in OHOS::Telephony::IMSCall
35 IMSCall::~IMSCall() {} in ~IMSCall()
37 int32_t IMSCall::InitVideoCall() in InitVideoCall()
81 void IMSCall::AssignVideoCallState(VideoStateType videoStateType) in AssignVideoCallState()
102 int32_t IMSCall::DialingProcess() in DialingProcess()
107 int32_t IMSCall
[all...]
H A Dvideo_call_state.cpp35 sptr<IMSCall> netCall = static_cast<IMSCall *>(call_.GetRefPtr()); in IsCallSupportVideoCall()
55 sptr<IMSCall> netCall = static_cast<IMSCall *>(call_.GetRefPtr()); in SwitchCallVideoState()
93 sptr<IMSCall> netCall = static_cast<IMSCall *>(call_.GetRefPtr()); in GetCallVideoState()
H A Dcall_request_process.cpp456 sptr<IMSCall> imsCall = reinterpret_cast<IMSCall *>(call.GetRefPtr()); in HandleCallWaitingNumZero()
718 sptr<IMSCall> imsCall = reinterpret_cast<IMSCall *>(call.GetRefPtr()); in StartRttRequest()
734 sptr<IMSCall> imsCall = reinterpret_cast<IMSCall *>(call.GetRefPtr()); in StopRttRequest()
H A Dcall_status_manager.cpp1178 sptr<IMSCall> imsCall = reinterpret_cast<IMSCall *>(call.GetRefPtr()); in RefreshCallIfNecessary()
1367 callPtr = (std::make_unique<IMSCall>(paraInfo, extras)).release(); in CreateNewCallByCallType()
1369 callPtr = (std::make_unique<IMSCall>(paraInfo)).release(); in CreateNewCallByCallType()
1372 sptr<IMSCall> imsCall = reinterpret_cast<IMSCall *>(callPtr.GetRefPtr()); in CreateNewCallByCallType()
H A Dcall_control_manager.cpp279 sptr<IMSCall> imsCall = reinterpret_cast<IMSCall *>(call.GetRefPtr()); in AnswerHandlerForSatelliteOrVideoCall()
/base/telephony/call_manager/services/video/src/
H A Dvideo_control_manager.cpp71 sptr<IMSCall> netCall = reinterpret_cast<IMSCall *>(callPtr.GetRefPtr()); in SetPreviewWindow()
95 sptr<IMSCall> netCall = reinterpret_cast<IMSCall *>(callPtr.GetRefPtr()); in SetDisplayWindow()
130 sptr<IMSCall> netCall = reinterpret_cast<IMSCall *>(callPtr.GetRefPtr()); in SetPausePicture()
157 sptr<IMSCall> netCall = reinterpret_cast<IMSCall *>(callPtr.GetRefPtr()); in SetDeviceDirection()
185 sptr<IMSCall> netCall = reinterpret_cast<IMSCall *>(callPt in UpdateImsCallMode()
[all...]
/base/telephony/call_manager/services/call/include/
H A Dims_call.h25 class IMSCall : public CarrierCall, public NetCallBase { class
27 IMSCall(DialParaInfo &info);
28 IMSCall(DialParaInfo &info, AppExecFwk::PacMap &extras);
29 ~IMSCall();
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch_test_call_state.cpp721 sptr<OHOS::Telephony::CallBase> callBase1 = new IMSCall(mDialParaInfo); in HWTEST_F()
726 sptr<OHOS::Telephony::CallBase> callBase2 = new IMSCall(mDialParaInfo); in HWTEST_F()
732 sptr<OHOS::Telephony::CallBase> callBase5 = new IMSCall(mDialParaInfo); in HWTEST_F()
736 sptr<OHOS::Telephony::CallBase> callBase6 = new IMSCall(mDialParaInfo); in HWTEST_F()
739 sptr<OHOS::Telephony::CallBase> callBase7 = new IMSCall(mDialParaInfo); in HWTEST_F()
745 sptr<OHOS::Telephony::CallBase> callBase8 = new IMSCall(mDialParaInfo); in HWTEST_F()
748 sptr<OHOS::Telephony::CallBase> callBase9 = new IMSCall(mDialParaInfo); in HWTEST_F()
752 sptr<OHOS::Telephony::CallBase> callBase10 = new IMSCall(mDialParaInfo); in HWTEST_F()
755 sptr<OHOS::Telephony::CallBase> callBase11 = new IMSCall(mDialParaInfo); in HWTEST_F()
758 sptr<OHOS::Telephony::CallBase> callBase12 = new IMSCall(mDialParaInf in HWTEST_F()
[all...]
H A Dzero_branch8_test.cpp74 callObjectPtr = new IMSCall(mDialParaInfo); in HWTEST_F()
H A Dzero_branch1_test.cpp274 sptr<CallBase> dialCall = new IMSCall(mDialParaInfo); in HWTEST_F()
308 sptr<CallBase> dialCall = new IMSCall(mDialParaInfo); in HWTEST_F()
761 sptr<CallBase> imsCall = new IMSCall(info); in HWTEST_F()
H A Dzero_branch6_test.cpp463 callObjectPtr = new IMSCall(dialParaInfo); in HWTEST_F()
481 callObjectPtr = new IMSCall(dialParaInfo); in HWTEST_F()
H A Dzero_branch3_test.cpp506 IMSCall call { dialParaInfo }; in HWTEST_F()
/base/telephony/call_manager/test/fuzztest/distributedcommunication_fuzzer/
H A Ddistributed_communication_fuzzer.cpp37 sptr<OHOS::Telephony::CallBase> call = new IMSCall(dialParaInfo); in TestCommonController()
93 sptr<OHOS::Telephony::CallBase> call = new IMSCall(dialParaInfo); in TestSinkController()
127 sptr<OHOS::Telephony::CallBase> call = new IMSCall(dialParaInfo); in TestSourceController()
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/
H A Ddistributed_data_test.cpp107 call = (std::make_unique<IMSCall>(paraInfo)).release(); in HWTEST_F()
153 sptr<CallBase> call = (std::make_unique<IMSCall>(paraInfo)).release(); in HWTEST_F()
173 sptr<CallBase> call = (std::make_unique<IMSCall>(paraInfo)).release(); in HWTEST_F()
206 sptr<CallBase> call1 = (std::make_unique<IMSCall>(paraInfo)).release(); in HWTEST_F()
208 sptr<CallBase> call2 = (std::make_unique<IMSCall>(paraInfo)).release(); in HWTEST_F()
238 sptr<CallBase> call = (std::make_unique<IMSCall>(paraInfo)).release(); in HWTEST_F()
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dreport_call_info_handler.cpp210 sptr<IMSCall> imsCall = reinterpret_cast<IMSCall *>(call.GetRefPtr()); in ReceiveImsCallModeRequest()
234 sptr<IMSCall> imsCall = reinterpret_cast<IMSCall *>(call.GetRefPtr()); in ReceiveImsCallModeResponse()
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp192 sptr<IMSCall> callObjectPtr = std::make_unique<IMSCall>(paraInfo).release(); in IMSCallFunc()
278 sptr<IMSCall> callObjectPtr = std::make_unique<IMSCall>(paraInfo).release(); in IMSVideoCallFunc()
320 sptr<IMSCall> callObjectPtr = std::make_unique<IMSCall>(paraInfo).release(); in IMSVideoCallWindowFunc()

Completed in 19 milliseconds