Searched refs:imsCallInfoList (Results 1 – 2 of 2) sorted by relevance
387 void CellularCallHandler::ReportImsCallsData(const ImsCurrentCallList &imsCallInfoList) in ReportImsCallsData() argument395 std::vector<ImsCurrentCall>::const_iterator it = imsCallInfoList.calls.begin(); in ReportImsCallsData()396 for (; it != imsCallInfoList.calls.end(); ++it) { in ReportImsCallsData()399 …TELEPHONY_LOGI("[slot%{public}d] imsCallInfoList.callSize:%{public}d", slotId_, imsCallInfoList.ca… in ReportImsCallsData()402 if (imsCallInfoList.callSize == 0) { in ReportImsCallsData()407 if (imsControl->ReportImsCallsData(slotId_, imsCallInfoList) != TELEPHONY_SUCCESS) { in ReportImsCallsData()417 if (imsCallInfoList.callSize == 1) { in ReportImsCallsData()428 if (imsControl->ReportImsCallsData(slotId_, imsCallInfoList) != TELEPHONY_SUCCESS) { in ReportImsCallsData()467 auto imsCallInfoList = event->GetSharedObject<ImsCurrentCallList>(); in GetImsCallsDataResponse() local468 if (imsCallInfoList == nullptr) { in GetImsCallsDataResponse()[all …]
231 void ReportImsCallsData(const ImsCurrentCallList &imsCallInfoList);