Searched refs:SetCallTransferRequest (Results 1 - 9 of 9) sorted by relevance
/base/telephony/cellular_call/services/common/include/ |
H A D | supplement_request_cs.h | 70 * @brief SetCallTransferRequest Set Call Transfer Request 78 int32_t SetCallTransferRequest(int32_t slotId, const CallTransferParam &callTransferParam, int32_t index);
|
H A D | supplement_request_ims.h | 82 * @brief SetCallTransferRequest Set Call Transfer Request with timer 91 int32_t SetCallTransferRequest(int32_t slotId, const CallTransferInfo &cfInfo, int32_t classType, int32_t index);
|
/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
|
/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() 799 result = supplementRequestCs_.SetCallTransferRequest(slotId, callTransferParam, index); in SetCallTransferInfo() 850 int32_t result = supplementRequestIms_.SetCallTransferRequest(slotId, cfInfo, ServiceClassType::VOICE, index); in SetCallTransferInfoByIms()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch1_test.cpp | 750 SRequestIms.SetCallTransferRequest(SIM1_SLOTID, CTransferInfo, ACTIVATE_ACTION, 0); in HWTEST_F() 920 ASSERT_EQ(supplementRequestCs.SetCallTransferRequest(SIM1_SLOTID, callTransferParam, 0), in HWTEST_F()
|
H A D | ims_connection_test.cpp | 566 int32_t ret = supplementRequestIms.SetCallTransferRequest(slotId, cfInfo, reason, index); in HWTEST_F()
|
/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 826 EXPECT_NE(request.SetCallTransferRequest(slotId, param, index), TELEPHONY_SUCCESS); in HWTEST_F()
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_stub.cpp | 1110 return supplementRequest.SetCallTransferRequest(slotId, callTransferParam, resultInfo.index);
in SetCallTransferResponse()
|
Completed in 13 milliseconds