Home
last modified time | relevance | path

Searched refs:GetCallReportInfo (Results 1 - 7 of 7) sorted by relevance

/base/telephony/cellular_call/services/connection/include/
H A Dbase_connection.h52 CallReportInfo GetCallReportInfo();
/base/telephony/cellular_call/services/connection/src/
H A Dbase_connection.cpp35 CallReportInfo BaseConnection::GetCallReportInfo() in GetCallReportInfo() function in OHOS::Telephony::BaseConnection
H A Dcellular_call_connection_ims.cpp164 int32_t callType = static_cast<int32_t>(GetCallReportInfo().callMode); in HoldCallRequest()
179 int32_t callType = static_cast<int32_t>(GetCallReportInfo().callMode); in UnHoldCallRequest()
194 int32_t callType = static_cast<int32_t>(GetCallReportInfo().callMode); in SwitchCallRequest()
409 return GetCallReportInfo().isPendingHold; in IsPendingHold()
/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp109 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in HangUp()
180 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in Reject()
239 CallReportInfo callReportInfo = it->second.GetCallReportInfo(); in DeleteConnection()
313 CallReportInfo callReportInfo = it.second.GetCallReportInfo(); in ReportHangUpInfo()
H A Dcs_control.cpp181 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in HangUp()
282 auto callReportInfo = holdConn.GetCallReportInfo(); in CheckAndHangupHoldingCall()
318 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in Reject()
497 CallReportInfo callReportInfo = it->second.GetCallReportInfo(); in DeleteConnection()
590 CallReportInfo callReportInfo = it.second.GetCallReportInfo(); in ReportHangUpInfo()
H A Dims_control.cpp142 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in HangUp()
206 auto callReportInfo = holdConn.GetCallReportInfo(); in CheckAndHangupHoldingCall()
233 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in Reject()
372 CallReportInfo reportInfo = it.second.GetCallReportInfo(); in ReportHangUpInfo()
532 CallReportInfo callReportInfo = it->second.GetCallReportInfo(); in DeleteConnection()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp471 EXPECT_EQ(baseConnection.GetCallReportInfo().isPendingHold, true); in HWTEST_F()

Completed in 7 milliseconds