Home
last modified time | relevance | path

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

/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);
/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp119 satelliteControl.ReportUpdateInfo(SIM1_SLOTID, satellitecallInfoList); in HWTEST_F()
/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 &callInfoList) in ReportUpdateInfo() function in OHOS::Telephony::SatelliteControl
200 TELEPHONY_LOGD("ReportUpdateInfo entry"); in ReportUpdateInfo()
225 TELEPHONY_LOGE("ReportUpdateInfo return, GetInstance() is nullptr."); in ReportUpdateInfo()
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
448 TELEPHONY_LOGD("ReportUpdateInfo entry"); in ReportUpdateInfo()
483 TELEPHONY_LOGE("ReportUpdateInfo return, GetInstance() is nullptr."); in ReportUpdateInfo()
H A Dims_control.cpp357 return ReportUpdateInfo(slotId, callInfoList); in ReportImsCallsData()
429 int32_t IMSControl::ReportUpdateInfo(int32_t slotId, const ImsCurrentCallList &callInfoList) in ReportUpdateInfo() function in OHOS::Telephony::IMSControl
431 TELEPHONY_LOGD("ReportUpdateInfo entry"); in ReportUpdateInfo()
466 TELEPHONY_LOGE("ReportUpdateInfo return, GetInstance() is nullptr."); in ReportUpdateInfo()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp732 csControl.ReportUpdateInfo(SIM1_SLOTID, callInfoList); in HWTEST_F()
857 imsControl.ReportUpdateInfo(SIM1_SLOTID, ImsCallList); in HWTEST_F()
H A Dims2_test.cpp514 EXPECT_NE(imsControl->ReportUpdateInfo(slotId, callList), TELEPHONY_SUCCESS); in HWTEST_F()
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp658 EXPECT_NE(csControl->ReportUpdateInfo(slotId, callList), TELEPHONY_SUCCESS); in HWTEST_F()

Completed in 17 milliseconds