Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h170 int32_t ReportIncomingInfo(int32_t slotId, const SatelliteCurrentCallList &list);
H A Dcs_control.h210 int32_t ReportIncomingInfo(int32_t slotId, const CallInfoList &list);
H A Dims_control.h225 int32_t ReportIncomingInfo(int32_t slotId, const ImsCurrentCallList &callInfoList);
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp191 return ReportIncomingInfo(slotId, callInfoList); in ReportSatelliteCallsData()
278 int32_t SatelliteControl::ReportIncomingInfo(int32_t slotId, const SatelliteCurrentCallList &callIn… in ReportIncomingInfo() function in OHOS::Telephony::SatelliteControl
H A Dcs_control.cpp439 return ReportIncomingInfo(slotId, callInfoList); in ReportCallsData()
555 int32_t CSControl::ReportIncomingInfo(int32_t slotId, const CallInfoList &callInfoList) in ReportIncomingInfo() function in OHOS::Telephony::CSControl
H A Dims_control.cpp358 return ReportIncomingInfo(slotId, callInfoList); in ReportImsCallsData()
402 int32_t IMSControl::ReportIncomingInfo(int32_t slotId, const ImsCurrentCallList &imsCurrentCallInfo… in ReportIncomingInfo() function in OHOS::Telephony::IMSControl
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp118 satelliteControl.ReportIncomingInfo(SIM1_SLOTID, satellitecallInfoList);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp731 csControl.ReportIncomingInfo(SIM1_SLOTID, callInfoList);
856 imsControl.ReportIncomingInfo(SIM1_SLOTID, ImsCallList);