/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/ |
H A D | zero_branch_test.cpp | 102 satelliteControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_DEFAULT); 103 satelliteControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_HOLD_WAIT); 104 satelliteControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); 105 satelliteControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ALL); 106 satelliteControl.HangUp(cellularCallInfo, static_cast<CallSupplementType>(invalidSupType)); 197 callService.HangUp(satelliteCallInfo, CallSupplementType::TYPE_HANG_UP_HOLD_WAIT);
|
H A D | satellite_test.cpp | 147 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); 154 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT);
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | carrier_call.cpp | 97 ret = cellularCallConnectionPtr_->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); in CarrierRejectCall() 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
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/satellite/ |
H A D | satellite_call_interface.h | 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 | 87 int32_t HangUp(int32_t slotId, int32_t index);
|
/ohos5.0/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 170 return satelliteCallProxy_->HangUp(slotId, index); in HangUp()
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs1_test.cpp | 601 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT); 603 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); 609 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT); 611 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); 637 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT); 644 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT);
|
H A D | cs_calloperation_test.cpp | 486 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT); 488 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); 494 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT); 496 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); 522 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT); 529 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT);
|
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 144 return telephonyService->HangUp(callInfo, static_cast<CallSupplementType>(type)); in HangUp()
|
/ohos5.0/base/telephony/call_manager/services/call/include/ |
H A D | ott_call_connection.h | 46 int32_t HangUp(const OttCallRequestInfo &requestInfo);
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 720 csControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_DEFAULT); 721 csControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); 722 csControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ALL); 723 csControl.HangUp(cellularCallInfo, static_cast<CallSupplementType>(invlaidCallType)); 805 imsControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_DEFAULT); 806 imsControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_HOLD_WAIT); 807 imsControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); 808 imsControl.HangUp(cellularCallInfo, CallSupplementType::TYPE_HANG_UP_ALL); 809 imsControl.HangUp(cellularCallInfo, static_cast<CallSupplementType>(invalidSupType));
|
H A D | ims1_test.cpp | 419 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); 421 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE); 428 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT); 430 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE);
|
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/ |
H A D | voip_call_manager_proxy.h | 119 int32_t HangUp(const VoipCallEventInfo &events) override;
|
H A D | i_voip_call_manager_service.h | 67 virtual int32_t HangUp(const VoipCallEventInfo &events) = 0;
|
/ohos5.0/base/telephony/cellular_call/services/control/include/ |
H A D | satellite_control.h | 58 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
|
H A D | cs_control.h | 61 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
|
H A D | ims_control.h | 51 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/ |
H A D | separateconference_fuzzer.cpp | 65 cSControl->HangUp(callInfo, type); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/ |
H A D | setimsfeaturevalue_fuzzer.cpp | 262 void HangUp(const uint8_t *data, size_t size) in HangUp() function 315 HangUp(data, size); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | voip_call_connection.cpp | 135 return voipCallManagerInterfacePtr_->HangUp(events); in HangUpCall()
|
/ohos5.0/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;
|