Home
last modified time | relevance | path

Searched refs:HangUpAllConnection (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp729 int32_t CellularCallService::HangUpAllConnection() in HangUpAllConnection() function in OHOS::Telephony::CellularCallService
735 GetCsControl(it)->HangUpAllConnection(it); in HangUpAllConnection()
738 GetImsControl(it)->HangUpAllConnection(it); in HangUpAllConnection()
764 int32_t CellularCallService::HangUpAllConnection(int32_t slotId) in HangUpAllConnection() function in OHOS::Telephony::CellularCallService
767 GetCsControl(slotId)->HangUpAllConnection(slotId); in HangUpAllConnection()
770 GetImsControl(slotId)->HangUpAllConnection(slotId); in HangUpAllConnection()
773 GetSatelliteControl(slotId)->HangUpAllConnection(slotId); in HangUpAllConnection()
1457 csControl->HangUpAllConnection(it); in HandleCallManagerException()
1461 imsControl->HangUpAllConnection(it); in HandleCallManagerException()
1474 csControl->HangUpAllConnection(it); in HangUpWithCellularCallRestart()
[all …]
H A Dcellular_call_callback.cpp42 iface_cast<CellularCallInterface>(remote)->HangUpAllConnection(slotId); in ClearCellularCallList()
H A Dcellular_call_stub.cpp538 reply.WriteInt32(HangUpAllConnection()); in OnHangUpAllConnectionInner()
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_interface.h132 virtual int32_t HangUpAllConnection() = 0;
140 virtual int32_t HangUpAllConnection(int32_t slotId) = 0;
H A Dcellular_call_proxy.h144 int32_t HangUpAllConnection() override;
152 int32_t HangUpAllConnection(int32_t slotId) override;
/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h151 int32_t HangUpAllConnection(int32_t slotId) override;
H A Dcs_control.h161 int32_t HangUpAllConnection(int32_t slotId) override;
H A Dims_control.h128 int32_t HangUpAllConnection(int32_t slotId) override;
H A Dcontrol_base.h154 virtual int32_t HangUpAllConnection(int32_t slotId) = 0;
/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp73 cSControl->HangUpAllConnection(slotId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h208 int32_t HangUpAllConnection() override;
216 int32_t HangUpAllConnection(int32_t slotId) override;
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp81 &CsTest::HangUpAllConnection; in SetUp()
260 int32_t CsTest::HangUpAllConnection(const sptr<CellularCallInterface> &telephonyService) const in HangUpAllConnection() function in OHOS::Telephony::CsTest
263 return telephonyService->HangUpAllConnection(); in HangUpAllConnection()
H A Dcs_test.h107 int32_t HangUpAllConnection(const sptr<CellularCallInterface> &telephonyService) const;
H A Dcs_calloperation_test.cpp1080 int32_t ret = telephonyService->HangUpAllConnection();
1084 int32_t ret = telephonyService->HangUpAllConnection();
H A Dcs2_test.cpp265 int32_t ret = telephonyService->HangUpAllConnection();
269 int32_t ret = telephonyService->HangUpAllConnection();
/ohos5.0/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/
H A Dgetcallrestriction_fuzzer.cpp99 void HangUpAllConnection(const uint8_t *data, size_t size) in HangUpAllConnection() function
428 HangUpAllConnection(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp124 satelliteControl.HangUpAllConnection(SIM1_SLOTID);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp728 csControl.HangUpAllConnection(SIM1_SLOTID);
828 imsControl.HangUpAllConnection(SIM1_SLOTID);
888 imsControl.HangUpAllConnection(SIM1_SLOTID);
H A Dzero_branch1_test.cpp600 cellularCall.HangUpAllConnection();
601 cellularCall.HangUpAllConnection(SIM1_SLOTID);
H A Dims2_test.cpp522 EXPECT_EQ(imsControl->HangUpAllConnection(slotId), TELEPHONY_SUCCESS);
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp406 int32_t SatelliteControl::HangUpAllConnection(int32_t slotId) in HangUpAllConnection() function in OHOS::Telephony::SatelliteControl
H A Dcs_control.cpp407 int32_t CSControl::HangUpAllConnection(int32_t slotId) in HangUpAllConnection() function in OHOS::Telephony::CSControl
H A Dims_control.cpp280 int32_t IMSControl::HangUpAllConnection(int32_t slotId) in HangUpAllConnection() function in OHOS::Telephony::IMSControl
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcellular_call_proxy.cpp403 int32_t CellularCallProxy::HangUpAllConnection() in HangUpAllConnection() function in OHOS::Telephony::CellularCallProxy
458 int32_t CellularCallProxy::HangUpAllConnection(int32_t slotId) in HangUpAllConnection() function in OHOS::Telephony::CellularCallProxy