Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp387 void CellularCallHandler::ReportImsCallsData(const ImsCurrentCallList &imsCallInfoList) in ReportImsCallsData() argument
395 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() local
468 if (imsCallInfoList == nullptr) { in GetImsCallsDataResponse()
[all …]
/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_handler.h231 void ReportImsCallsData(const ImsCurrentCallList &imsCallInfoList);