Home
last modified time | relevance | path

Searched refs:cTInfo (Results 1 - 2 of 2) sorted by relevance

/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h101 int32_t SetCallTransferInfo(int32_t slotId, const CallTransferInfo &cTInfo);
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp980 int32_t CellularCallService::SetCallTransferInfo(int32_t slotId, const CallTransferInfo &cTInfo) in SetCallTransferInfo() argument
987 if (cTInfo.settingType == CallTransferSettingType::CALL_TRANSFER_DISABLE) { in SetCallTransferInfo()
989 slotId, false, cTInfo.transferNum); in SetCallTransferInfo()
990 } else if (cTInfo.settingType == CallTransferSettingType::CALL_TRANSFER_ENABLE) { in SetCallTransferInfo()
992 slotId, true, cTInfo.transferNum); in SetCallTransferInfo()
994 return cellularCallSupplement.SetCallTransferInfo(slotId, cTInfo); in SetCallTransferInfo()

Completed in 4 milliseconds