/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
H A D | ims_unit_test.h | 84 int32_t GetCallTransfer(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
H A D | ims_unit_test.cpp | 109 … 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 D | supplement_request_ims.cpp | 78 return imsCallClient->GetCallTransfer(slotId, reason, index); in GetCallTransferRequest()
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
H A D | ims_call.h | 398 int32_t GetCallTransfer(int32_t slotId, int32_t reason) override;
|
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_interface.h | 457 virtual int32_t GetCallTransfer(int32_t slotId, int32_t reason, int32_t index) = 0;
|
H A D | ims_call_client.h | 505 int32_t GetCallTransfer(int32_t slotId, int32_t reason, int32_t index);
|
H A D | ims_call_proxy.h | 81 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 D | imsclient_fuzzer.cpp | 180 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 D | ims_call_client.cpp | 621 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 D | ims_call_proxy.cpp | 793 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 D | ims_service_test.cpp | 1147 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 D | ims_call.cpp | 632 int32_t ImsCall::GetCallTransfer(int32_t slotId, int32_t reason) in GetCallTransfer() function in OHOS::Telephony::ImsCall
|
H A D | ims_call_stub.cpp | 555 reply.WriteInt32(GetCallTransfer(slotId, reason)); in OnGetCallTransfer()
|