Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h178 int32_t ReportUpdateInfo(int32_t slotId, const SatelliteCurrentCallList &list);
H A Dcs_control.h218 int32_t ReportUpdateInfo(int32_t slotId, const CallInfoList &list);
H A Dims_control.h233 int32_t ReportUpdateInfo(int32_t slotId, const ImsCurrentCallList &callInfoList);
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp193 return ReportUpdateInfo(slotId, callInfoList); in ReportSatelliteCallsData()
198 int32_t SatelliteControl::ReportUpdateInfo(int32_t slotId, const SatelliteCurrentCallList &callInfo… in ReportUpdateInfo() function in OHOS::Telephony::SatelliteControl
H A Dcs_control.cpp441 return ReportUpdateInfo(slotId, callInfoList); in ReportCallsData()
446 int32_t CSControl::ReportUpdateInfo(int32_t slotId, const CallInfoList &callInfoList) in ReportUpdateInfo() function in OHOS::Telephony::CSControl
H A Dims_control.cpp360 return ReportUpdateInfo(slotId, callInfoList); in ReportImsCallsData()
432 int32_t IMSControl::ReportUpdateInfo(int32_t slotId, const ImsCurrentCallList &callInfoList) in ReportUpdateInfo() function in OHOS::Telephony::IMSControl
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp119 satelliteControl.ReportUpdateInfo(SIM1_SLOTID, satellitecallInfoList);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp732 csControl.ReportUpdateInfo(SIM1_SLOTID, callInfoList);
857 imsControl.ReportUpdateInfo(SIM1_SLOTID, ImsCallList);
H A Dims2_test.cpp514 EXPECT_NE(imsControl->ReportUpdateInfo(slotId, callList), TELEPHONY_SUCCESS);
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp658 EXPECT_NE(csControl->ReportUpdateInfo(slotId, callList), TELEPHONY_SUCCESS);