Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_callback.cpp41 TELEPHONY_LOGI("HangUpAllConnection for slotId[%{public}d]", slotId); in ClearCellularCallList()
42 iface_cast<CellularCallInterface>(remote)->HangUpAllConnection(slotId); in ClearCellularCallList()
H A Dcellular_call_service.cpp730 int32_t CellularCallService::HangUpAllConnection() in HangUpAllConnection() function in OHOS::Telephony::CellularCallService
736 GetCsControl(it)->HangUpAllConnection(it); in HangUpAllConnection()
739 GetImsControl(it)->HangUpAllConnection(it); in HangUpAllConnection()
765 int32_t CellularCallService::HangUpAllConnection(int32_t slotId) in HangUpAllConnection() function in OHOS::Telephony::CellularCallService
768 GetCsControl(slotId)->HangUpAllConnection(slotId); in HangUpAllConnection()
771 GetImsControl(slotId)->HangUpAllConnection(slotId); in HangUpAllConnection()
774 GetSatelliteControl(slotId)->HangUpAllConnection(slotId); in HangUpAllConnection()
1458 csControl->HangUpAllConnection(it); in HandleCallManagerException()
1462 imsControl->HangUpAllConnection(it); in HandleCallManagerException()
1475 csControl->HangUpAllConnection(i in HangUpWithCellularCallRestart()
[all...]
H A Dcellular_call_stub.cpp538 reply.WriteInt32(HangUpAllConnection()); in OnHangUpAllConnectionInner()
/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h147 * HangUpAllConnection
151 int32_t HangUpAllConnection(int32_t slotId) override;
H A Dcs_control.h156 * HangUpAllConnection
161 int32_t HangUpAllConnection(int32_t slotId) override;
H A Dims_control.h124 * HangUpAllConnection
128 int32_t HangUpAllConnection(int32_t slotId) override;
H A Dcontrol_base.h149 * HangUpAllConnection
154 virtual int32_t HangUpAllConnection(int32_t slotId) = 0;
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp73 cSControl->HangUpAllConnection(slotId); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_proxy.h144 int32_t HangUpAllConnection() override;
152 int32_t HangUpAllConnection(int32_t slotId) override;
H A Dcellular_call_interface.h132 virtual int32_t HangUpAllConnection() = 0;
140 virtual int32_t HangUpAllConnection(int32_t slotId) = 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;
/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
262 std::cout << "test HangUpAllConnection entry." << std::endl; in HangUpAllConnection()
263 return telephonyService->HangUpAllConnection(); in HangUpAllConnection()
522 "13:KickOutFromConference\n14:HangUpAllConnection\n" in InputNumForInterface()
H A Dcs_test.h109 int32_t HangUpAllConnection(const sptr<CellularCallInterface> &telephonyService) const;
H A Dcs_calloperation_test.cpp1080 int32_t ret = telephonyService->HangUpAllConnection(); in HWTEST_F()
1084 int32_t ret = telephonyService->HangUpAllConnection(); in HWTEST_F()
H A Dcs2_test.cpp265 int32_t ret = telephonyService->HangUpAllConnection(); in HWTEST_F()
269 int32_t ret = telephonyService->HangUpAllConnection(); in HWTEST_F()
/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp124 satelliteControl.HangUpAllConnection(SIM1_SLOTID); in HWTEST_F()
/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()
/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
408 TELEPHONY_LOGI("HangUpAllConnection entry"); in HangUpAllConnection()
H A Dcs_control.cpp407 int32_t CSControl::HangUpAllConnection(int32_t slotId) in HangUpAllConnection() function in OHOS::Telephony::CSControl
409 TELEPHONY_LOGI("HangUpAllConnection entry"); in HangUpAllConnection()
H A Dims_control.cpp277 int32_t IMSControl::HangUpAllConnection(int32_t slotId) in HangUpAllConnection() function in OHOS::Telephony::IMSControl
279 TELEPHONY_LOGI("HangUpAllConnection entry"); in HangUpAllConnection()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch1_test.cpp600 cellularCall.HangUpAllConnection(); in HWTEST_F()
601 cellularCall.HangUpAllConnection(SIM1_SLOTID); in HWTEST_F()
H A Dzero_branch_test.cpp728 csControl.HangUpAllConnection(SIM1_SLOTID); in HWTEST_F()
828 imsControl.HangUpAllConnection(SIM1_SLOTID); in HWTEST_F()
888 imsControl.HangUpAllConnection(SIM1_SLOTID); in HWTEST_F()
H A Dims2_test.cpp522 EXPECT_EQ(imsControl->HangUpAllConnection(slotId), TELEPHONY_SUCCESS); in HWTEST_F()
/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

Completed in 28 milliseconds