Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/control/src/
H A Dims_control.cpp615 CallReportInfo imsCallReportInfo; in ReportHangUp() local
616 if (memset_s(imsCallReportInfo.accountNum, kMaxNumberLen + 1, 0, kMaxNumberLen + 1) != EOK) { in ReportHangUp()
620 if (memcpy_s(imsCallReportInfo.accountNum, kMaxNumberLen, info.phoneNum, kMaxNumberLen) != EOK) { in ReportHangUp()
624 imsCallReportInfo.index = info.index; in ReportHangUp()
625 imsCallReportInfo.accountId = info.slotId; in ReportHangUp()
626 imsCallReportInfo.callType = CallType::TYPE_IMS; in ReportHangUp()
627 imsCallReportInfo.callMode = in ReportHangUp()
629 imsCallReportInfo.state = TelCallState::CALL_STATUS_DISCONNECTED; in ReportHangUp()
630 callsReportInfo.callVec.push_back(imsCallReportInfo); in ReportHangUp()

Completed in 2 milliseconds