Home
last modified time | relevance | path

Searched refs:SetCallTransferInfoByIms (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h551 int32_t SetCallTransferInfoByIms(
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp424 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 Dcellular_call_supplement.cpp785 return SetCallTransferInfoByIms(slotId, cfInfo, utCommand); in SetCallTransferInfo()
839 int32_t CellularCallSupplement::SetCallTransferInfoByIms( in SetCallTransferInfoByIms() function in OHOS::Telephony::CellularCallSupplement