Searched refs:SetCallTransferInfoByIms (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_supplement.h | 551 int32_t SetCallTransferInfoByIms(
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 424 callSup.SetCallTransferInfoByIms(SIM1_SLOTID, cfInfo, utCommand); 425 callSup.SetCallTransferInfoByIms(SIM2_SLOTID, cfInfo, utCommand); 663 …ASSERT_EQ(callSup.SetCallTransferInfoByIms(SIM1_SLOTID, cfInfo, command), TELEPHONY_ERR_IPC_CONNEC… 665 ASSERT_EQ(callSup.SetCallTransferInfoByIms(SIM1_SLOTID, cfInfo, command), TELEPHONY_SUCCESS);
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_supplement.cpp | 785 return SetCallTransferInfoByIms(slotId, cfInfo, utCommand); in SetCallTransferInfo() 839 int32_t CellularCallSupplement::SetCallTransferInfoByIms( in SetCallTransferInfoByIms() function in OHOS::Telephony::CellularCallSupplement
|