Home
last modified time | relevance | path

Searched refs:SetCallTransferRequest (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/common/include/
H A Dsupplement_request_ims.h91 …int32_t SetCallTransferRequest(int32_t slotId, const CallTransferInfo &cfInfo, int32_t classType, …
H A Dsupplement_request_cs.h78 …int32_t SetCallTransferRequest(int32_t slotId, const CallTransferParam &callTransferParam, int32_t…
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_ims.cpp81 int32_t SupplementRequestIms::SetCallTransferRequest( in SetCallTransferRequest() function in OHOS::Telephony::SupplementRequestIms
H A Dsupplement_request_cs.cpp73 int32_t SupplementRequestCs::SetCallTransferRequest( in SetCallTransferRequest() function in OHOS::Telephony::SupplementRequestCs
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp404 result = supplementRequestIms_.SetCallTransferRequest(slotId, cfInfo, serviceCode, index); in HandleSetCallTransfer()
411 result = supplementRequestCs_.SetCallTransferRequest(slotId, callTransferParam, index); in HandleSetCallTransfer()
800 result = supplementRequestCs_.SetCallTransferRequest(slotId, callTransferParam, index); in SetCallTransferInfo()
851 …int32_t result = supplementRequestIms_.SetCallTransferRequest(slotId, cfInfo, ServiceClassType::VO… in SetCallTransferInfoByIms()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch1_test.cpp750 SRequestIms.SetCallTransferRequest(SIM1_SLOTID, CTransferInfo, ACTIVATE_ACTION, 0);
920 ASSERT_EQ(supplementRequestCs.SetCallTransferRequest(SIM1_SLOTID, callTransferParam, 0),
H A Dims_connection_test.cpp566 int32_t ret = supplementRequestIms.SetCallTransferRequest(slotId, cfInfo, reason, index);
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp826 EXPECT_NE(request.SetCallTransferRequest(slotId, param, index), TELEPHONY_SUCCESS);
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp1106 … return supplementRequest.SetCallTransferRequest(slotId, callTransferParam, resultInfo.index); in SetCallTransferResponse()