Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h84 int32_t GetCallTransfer(const sptr<ImsCallInterface> &imsCallSerivce) const;
H A Dims_unit_test.cpp109 … requestCallFuncMap_[ImsCallInterfaceCode::IMS_GET_CALL_TRANSFER] = &ImsUnitTest::GetCallTransfer; in InitSupplementFuncMap()
621 int32_t ImsUnitTest::GetCallTransfer(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in GetCallTransfer() function in OHOS::Telephony::ImsUnitTest
628 return imsCallPtr->GetCallTransfer(slotId, type); in GetCallTransfer()
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_ims.cpp78 return imsCallClient->GetCallTransfer(slotId, reason, index); in GetCallTransferRequest()
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h398 int32_t GetCallTransfer(int32_t slotId, int32_t reason) override;
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h457 virtual int32_t GetCallTransfer(int32_t slotId, int32_t reason, int32_t index) = 0;
H A Dims_call_client.h505 int32_t GetCallTransfer(int32_t slotId, int32_t reason, int32_t index);
H A Dims_call_proxy.h81 int32_t GetCallTransfer(int32_t slotId, int32_t reason, int32_t index) override;
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp180 imsCallClient->GetCallTransfer(slotId, type, index); in TestImsCallClientWithSettingFunction()
355 proxy->GetCallTransfer(slotId, type, index); in TestImsCallProxyWithSettingFunction()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_client.cpp621 int32_t ImsCallClient::GetCallTransfer(int32_t slotId, int32_t reason, int32_t index) in GetCallTransfer() function in OHOS::Telephony::ImsCallClient
628 return imsCallProxy_->GetCallTransfer(slotId, reason, index); in GetCallTransfer()
H A Dims_call_proxy.cpp793 int32_t ImsCallProxy::GetCallTransfer(int32_t slotId, int32_t reason, int32_t index) in GetCallTransfer() function in OHOS::Telephony::ImsCallProxy
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.cpp1147 ret = imsCallPtr_->GetCallTransfer(DEFAULT_SLOTID, DEFAULT_TRANSFER_TYPE);
1162 ret = imsCallPtr_->GetCallTransfer(SIM_SLOT_ID_1, DEFAULT_TRANSFER_TYPE);
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp632 int32_t ImsCall::GetCallTransfer(int32_t slotId, int32_t reason) in GetCallTransfer() function in OHOS::Telephony::ImsCall
H A Dims_call_stub.cpp555 reply.WriteInt32(GetCallTransfer(slotId, reason)); in OnGetCallTransfer()