Home
last modified time | relevance | path

Searched refs:ReportHangUp (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h108 int32_t ReportHangUp(const std::vector<CellularCallInfo> &infos, int32_t slotId);
H A Dcs_control.h186 int32_t ReportHangUp(const std::vector<CellularCallInfo> &infos, int32_t slotId);
H A Dims_control.h183 int32_t ReportHangUp(const std::vector<CellularCallInfo> &infos, int32_t slotId);
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp109 satelliteControl.ReportHangUp(infos, SIM2_SLOTID);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp777 ASSERT_EQ(csControl.ReportHangUp(infos, SIM1_SLOTID), TELEPHONY_SUCCESS);
816 imsControl.ReportHangUp(infos, SIM1_SLOTID);
817 imsControl.ReportHangUp(infos, SIM2_SLOTID);
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp354 int32_t SatelliteControl::ReportHangUp(const std::vector<CellularCallInfo> &infos, int32_t slotId) in ReportHangUp() function in OHOS::Telephony::SatelliteControl
H A Dcs_control.cpp681 int32_t CSControl::ReportHangUp(const std::vector<CellularCallInfo> &infos, int32_t slotId) in ReportHangUp() function in OHOS::Telephony::CSControl
H A Dims_control.cpp612 int32_t IMSControl::ReportHangUp(const std::vector<CellularCallInfo> &infos, int32_t slotId) in ReportHangUp() function in OHOS::Telephony::IMSControl
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp1473 csControl->ReportHangUp(infos, it); in HangUpWithCellularCallRestart()
1478 imsControl->ReportHangUp(infos, it); in HangUpWithCellularCallRestart()