Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/control/src/
H A Dcs_control.cpp280 CellularCallConnectionCS holdConn = it.second; in CheckAndHangupHoldingCall() local
281 if (holdConn.GetStatus() == TelCallState::CALL_STATUS_HOLDING) { in CheckAndHangupHoldingCall()
282 auto callReportInfo = holdConn.GetCallReportInfo(); in CheckAndHangupHoldingCall()
283 int32_t result = holdConn.HangUpRequest(callReportInfo.accountId); in CheckAndHangupHoldingCall()
H A Dims_control.cpp204 CellularCallConnectionIMS holdConn = it.second; in CheckAndHangupHoldingCall() local
205 if (holdConn.GetStatus() == TelCallState::CALL_STATUS_HOLDING) { in CheckAndHangupHoldingCall()
206 auto callReportInfo = holdConn.GetCallReportInfo(); in CheckAndHangupHoldingCall()
207 int32_t result = holdConn.HangUpRequest(callReportInfo.accountId, in CheckAndHangupHoldingCall()

Completed in 3 milliseconds