Searched refs:SetCallTransferRequest (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/common/include/ |
H A D | supplement_request_ims.h | 91 …int32_t SetCallTransferRequest(int32_t slotId, const CallTransferInfo &cfInfo, int32_t classType, …
|
H A D | supplement_request_cs.h | 78 …int32_t SetCallTransferRequest(int32_t slotId, const CallTransferParam &callTransferParam, int32_t…
|
/ohos5.0/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_ims.cpp | 81 int32_t SupplementRequestIms::SetCallTransferRequest( in SetCallTransferRequest() function in OHOS::Telephony::SupplementRequestIms
|
H A D | supplement_request_cs.cpp | 73 int32_t SupplementRequestCs::SetCallTransferRequest( in SetCallTransferRequest() function in OHOS::Telephony::SupplementRequestCs
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_supplement.cpp | 404 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 D | zero_branch1_test.cpp | 750 SRequestIms.SetCallTransferRequest(SIM1_SLOTID, CTransferInfo, ACTIVATE_ACTION, 0); 920 ASSERT_EQ(supplementRequestCs.SetCallTransferRequest(SIM1_SLOTID, callTransferParam, 0),
|
H A D | ims_connection_test.cpp | 566 int32_t ret = supplementRequestIms.SetCallTransferRequest(slotId, cfInfo, reason, index);
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 826 EXPECT_NE(request.SetCallTransferRequest(slotId, param, index), TELEPHONY_SUCCESS);
|
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_stub.cpp | 1106 … return supplementRequest.SetCallTransferRequest(slotId, callTransferParam, resultInfo.index); in SetCallTransferResponse()
|