/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_service.cpp | 729 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 D | cellular_call_callback.cpp | 42 iface_cast<CellularCallInterface>(remote)->HangUpAllConnection(slotId); in ClearCellularCallList()
|
H A D | cellular_call_stub.cpp | 538 reply.WriteInt32(HangUpAllConnection()); in OnHangUpAllConnectionInner()
|
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/ |
H A D | cellular_call_interface.h | 132 virtual int32_t HangUpAllConnection() = 0; 140 virtual int32_t HangUpAllConnection(int32_t slotId) = 0;
|
H A D | cellular_call_proxy.h | 144 int32_t HangUpAllConnection() override; 152 int32_t HangUpAllConnection(int32_t slotId) override;
|
/ohos5.0/base/telephony/cellular_call/services/control/include/ |
H A D | satellite_control.h | 151 int32_t HangUpAllConnection(int32_t slotId) override;
|
H A D | cs_control.h | 161 int32_t HangUpAllConnection(int32_t slotId) override;
|
H A D | ims_control.h | 128 int32_t HangUpAllConnection(int32_t slotId) override;
|
H A D | control_base.h | 154 virtual int32_t HangUpAllConnection(int32_t slotId) = 0;
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/ |
H A D | separateconference_fuzzer.cpp | 73 cSControl->HangUpAllConnection(slotId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_service.h | 208 int32_t HangUpAllConnection() override; 216 int32_t HangUpAllConnection(int32_t slotId) override;
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs_test.cpp | 81 &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 D | cs_test.h | 107 int32_t HangUpAllConnection(const sptr<CellularCallInterface> &telephonyService) const;
|
H A D | cs_calloperation_test.cpp | 1080 int32_t ret = telephonyService->HangUpAllConnection(); 1084 int32_t ret = telephonyService->HangUpAllConnection();
|
H A D | cs2_test.cpp | 265 int32_t ret = telephonyService->HangUpAllConnection(); 269 int32_t ret = telephonyService->HangUpAllConnection();
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/ |
H A D | getcallrestriction_fuzzer.cpp | 99 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 D | zero_branch_test.cpp | 124 satelliteControl.HangUpAllConnection(SIM1_SLOTID);
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 728 csControl.HangUpAllConnection(SIM1_SLOTID); 828 imsControl.HangUpAllConnection(SIM1_SLOTID); 888 imsControl.HangUpAllConnection(SIM1_SLOTID);
|
H A D | zero_branch1_test.cpp | 600 cellularCall.HangUpAllConnection(); 601 cellularCall.HangUpAllConnection(SIM1_SLOTID);
|
H A D | ims2_test.cpp | 522 EXPECT_EQ(imsControl->HangUpAllConnection(slotId), TELEPHONY_SUCCESS);
|
/ohos5.0/base/telephony/cellular_call/services/control/src/ |
H A D | satellite_control.cpp | 406 int32_t SatelliteControl::HangUpAllConnection(int32_t slotId) in HangUpAllConnection() function in OHOS::Telephony::SatelliteControl
|
H A D | cs_control.cpp | 407 int32_t CSControl::HangUpAllConnection(int32_t slotId) in HangUpAllConnection() function in OHOS::Telephony::CSControl
|
H A D | ims_control.cpp | 280 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 D | cellular_call_proxy.cpp | 403 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
|