/base/telephony/cellular_call/test/unittest/satellitetest/ |
H A D | zero_branch_test.cpp | 102 satelliteControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_DEFAULT); in HWTEST_F() 103 satelliteControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_HOLD_WAIT); in HWTEST_F() 104 satelliteControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); in HWTEST_F() 105 satelliteControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ALL); in HWTEST_F() 106 satelliteControl.HangUp(cellularCallInfo, static_cast<CallSupplementType>(invalidSupType)); in HWTEST_F() 197 callService.HangUp(satelliteCallInfo, CallSupplementType::TYPE_HANG_UP_HOLD_WAIT); in HWTEST_F()
|
/base/telephony/cellular_call/interfaces/innerkits/satellite/ |
H A D | satellite_call_interface.h | 39 * @brief Satellite HangUp the call interface 45 virtual int32_t HangUp(int32_t slotId, int32_t index) = 0;
|
H A D | satellite_call_proxy.h | 32 int32_t HangUp(int32_t slotId, int32_t index) override;
|
H A D | satellite_call_client.h | 81 * @brief Satellite HangUp the call interface 87 int32_t HangUp(int32_t slotId, int32_t index);
|
/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/ |
H A D | reporthangupinfo_fuzzer.cpp | 66 iMSControl->HangUp(callInfo, type); in DoSomethingInterestingWithMyAPI() 77 satelliteControl->HangUp(callInfo, type); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/ |
H A D | satelliteclient_fuzzer.cpp | 77 satelliteCallClient->HangUp(slotId, index); in TestSatelliteCallClientWithCallInfo() 103 proxy->HangUp(slotId, index); in TestSatelliteCallProxyWithCallInfo()
|
/base/telephony/call_manager/services/call/include/ |
H A D | ott_call_connection.h | 40 * HangUp 46 int32_t HangUp(const OttCallRequestInfo &requestInfo);
|
/base/telephony/call_manager/services/call/src/ |
H A D | carrier_call.cpp | 97 ret = cellularCallConnectionPtr_->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); in CarrierRejectCall() 113 callInfo.accountId, callInfo.callId, ret, "HangUp PackCellularCallInfo failed"); in CarrierHangUpCall() 121 ret = cellularCallConnectionPtr_->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); in CarrierHangUpCall() 123 ret = cellularCallConnectionPtr_->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_HOLD_WAIT); in CarrierHangUpCall() 125 ret = cellularCallConnectionPtr_->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); in CarrierHangUpCall()
|
H A D | ott_call_connection.cpp | 33 int32_t OTTCallConnection::HangUp(const OttCallRequestInfo &requestInfo) in HangUp() function in OHOS::Telephony::OTTCallConnection
|
/base/telephony/cellular_call/services/control/include/ |
H A D | satellite_control.h | 50 * SatelliteControl HangUp 58 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
|
H A D | cs_control.h | 50 * CSControl HangUp 61 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
|
H A D | ims_control.h | 45 * HangUp 51 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | i_voip_call_manager_service.h | 68 virtual int32_t HangUp(const VoipCallEventInfo &events) = 0;
|
H A D | voip_call_manager_proxy.h | 119 int32_t HangUp(const VoipCallEventInfo &events) override;
|
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/ |
H A D | separateconference_fuzzer.cpp | 65 cSControl->HangUp(callInfo, type); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/cellular_call/services/satellite_service_interaction/src/ |
H A D | satellite_call_client.cpp | 161 int32_t SatelliteCallClient::HangUp(int32_t slotId, int32_t index) in HangUp() function in OHOS::Telephony::SatelliteCallClient 166 slotId, INVALID_PARAMETER, TELEPHONY_ERR_IPC_CONNECT_STUB_FAIL, "HangUp satellite ipc reconnect failed"); in HangUp() 170 return satelliteCallProxy_->HangUp(slotId, index); in HangUp()
|
/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs1_test.cpp | 582 * @tc.name Test for HangUp function by cs 601 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT); in HWTEST_F() 603 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); in HWTEST_F() 609 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT); in HWTEST_F() 611 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); in HWTEST_F() 618 * @tc.name Test for HangUp function with invalid slot by cs 637 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT); in HWTEST_F() 644 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT); in HWTEST_F()
|
H A D | cs_calloperation_test.cpp | 467 * @tc.name Test for HangUp function by cs 486 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT); in HWTEST_F() 488 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); in HWTEST_F() 494 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT); in HWTEST_F() 496 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); in HWTEST_F() 503 * @tc.name Test for HangUp function with invalid slot by cs 522 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT); in HWTEST_F() 529 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT); in HWTEST_F()
|
H A D | cs_test.cpp | 67 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::HANG_UP)] = &CsTest::HangUp; in SetUp() 132 int32_t CsTest::HangUp(const sptr<CellularCallInterface> &telephonyService) const in HangUp() function in OHOS::Telephony::CsTest 134 std::cout << "test HangUp entry.\n"; in HangUp() 144 return telephonyService->HangUp(callInfo, static_cast<CallSupplementType>(type)); in HangUp() 520 "1:Dial\n2:HangUp\n3:Reject\n4:Answer\n5:HoldCall\n6:UnHoldCall\n7:SwitchCall\n" in InputNumForInterface()
|
/base/telephony/cellular_call/services/connection/src/ |
H A D | cellular_call_connection_satellite.cpp | 70 return DelayedSingleton<SatelliteCallClient>::GetInstance()->HangUp(slotId, index); in HangUpRequest()
|
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
H A D | ims_unit_test.h | 40 int32_t HangUp(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | voip_call_connection.cpp | 138 return voipCallManagerInterfacePtr_->HangUp(events); in HangUpCall()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 720 csControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_DEFAULT); in HWTEST_F() 721 csControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); in HWTEST_F() 722 csControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ALL); in HWTEST_F() 723 csControl.HangUp(cellularCallInfo, static_cast<CallSupplementType>(invlaidCallType)); in HWTEST_F() 805 imsControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_DEFAULT); in HWTEST_F() 806 imsControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_HOLD_WAIT); in HWTEST_F() 807 imsControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); in HWTEST_F() 808 imsControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ALL); in HWTEST_F() 809 imsControl.HangUp(cellularCallInfo, static_cast<CallSupplementType>(invalidSupType)); in HWTEST_F()
|
H A D | ims1_test.cpp | 400 * @tc.name Test for HangUp function by ims 419 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); in HWTEST_F() 421 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); in HWTEST_F() 428 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); in HWTEST_F() 430 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); in HWTEST_F()
|
/base/telephony/call_manager/services/telephony_interaction/include/ |
H A D | cellular_call_connection.h | 50 * HangUp 57 int HangUp(const CellularCallInfo &callInfo, CallSupplementType type);
|