Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp360 CallReportInfo satelliteCallReportInfo; in ReportHangUp() local
361 …if (memset_s(satelliteCallReportInfo.accountNum, kMaxNumberLen + 1, 0, kMaxNumberLen + 1) != EOK) { in ReportHangUp()
365 …if (memcpy_s(satelliteCallReportInfo.accountNum, kMaxNumberLen, info.phoneNum, kMaxNumberLen) != E… in ReportHangUp()
369 satelliteCallReportInfo.index = info.index; in ReportHangUp()
370 satelliteCallReportInfo.accountId = info.slotId; in ReportHangUp()
371 satelliteCallReportInfo.callType = CallType::TYPE_SATELLITE; in ReportHangUp()
372 satelliteCallReportInfo.callMode = VideoStateType::TYPE_VOICE; in ReportHangUp()
373 satelliteCallReportInfo.state = TelCallState::CALL_STATUS_DISCONNECTED; in ReportHangUp()
374 callsReportInfo.callVec.push_back(satelliteCallReportInfo); in ReportHangUp()