Home
last modified time | relevance | path

Searched refs:SetCallTransfer (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h83 int32_t SetCallTransfer(const sptr<ImsCallInterface> &imsCallSerivce) const;
H A Dims_unit_test.cpp108 … requestCallFuncMap_[ImsCallInterfaceCode::IMS_SET_CALL_TRANSFER] = &ImsUnitTest::SetCallTransfer; in InitSupplementFuncMap()
604 int32_t ImsUnitTest::SetCallTransfer(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in SetCallTransfer() function in OHOS::Telephony::ImsUnitTest
618 return imsCallPtr->SetCallTransfer(slotId, callTransferType, mode, transferNum, classType); in SetCallTransfer()
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_ims.cpp90 return imsCallClient->SetCallTransfer(slotId, cfInfo, classType, index); in SetCallTransferRequest()
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h388 int32_t SetCallTransfer(
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h435 virtual int32_t SetCallTransfer(
H A Dims_call_client.h484 …int32_t SetCallTransfer(int32_t slotId, const CallTransferInfo &cfInfo, int32_t classType, int32_t…
H A Dims_call_proxy.h79 …int32_t SetCallTransfer(int32_t slotId, const CallTransferInfo &cfInfo, int32_t classType, int32_t…
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp179 imsCallClient->SetCallTransfer(slotId, transferInfo, type, index); in TestImsCallClientWithSettingFunction()
354 proxy->SetCallTransfer(slotId, transferInfo, type, index); in TestImsCallProxyWithSettingFunction()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_client.cpp601 int32_t ImsCallClient::SetCallTransfer(int32_t slotId, const CallTransferInfo &cfInfo, int32_t clas… in SetCallTransfer() function in OHOS::Telephony::ImsCallClient
608 return imsCallProxy_->SetCallTransfer(slotId, cfInfo, classType, index); in SetCallTransfer()
H A Dims_call_proxy.cpp742 int32_t ImsCallProxy::SetCallTransfer(int32_t slotId, const CallTransferInfo &cfInfo, int32_t class… in SetCallTransfer() function in OHOS::Telephony::ImsCallProxy
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.cpp1110 …ret = imsCallPtr_->SetCallTransfer(DEFAULT_SLOTID, DEFAULT_TRANSFER_TYPE, DEFAULT_MODE, transferNu…
1127 …ret = imsCallPtr_->SetCallTransfer(SIM_SLOT_ID_1, DEFAULT_TRANSFER_TYPE, DEFAULT_MODE, transferNum…
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp617 int32_t ImsCall::SetCallTransfer( in SetCallTransfer() function in OHOS::Telephony::ImsCall
H A Dims_call_stub.cpp547 reply.WriteInt32(SetCallTransfer(slotId, reason, mode, transferNum, classType)); in OnSetCallTransfer()