Home
last modified time | relevance | path

Searched refs:HangUp (Results 1 – 25 of 59) sorted by relevance

123

/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp102 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 Dsatellite_test.cpp147 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 Dcarrier_call.cpp97 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 Dott_call_connection.cpp33 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 Dreporthangupinfo_fuzzer.cpp66 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 Dsatelliteclient_fuzzer.cpp77 satelliteCallClient->HangUp(slotId, index); in TestSatelliteCallClientWithCallInfo()
103 proxy->HangUp(slotId, index); in TestSatelliteCallProxyWithCallInfo()
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/satellite/
H A Dsatellite_call_interface.h45 virtual int32_t HangUp(int32_t slotId, int32_t index) = 0;
H A Dsatellite_call_proxy.h32 int32_t HangUp(int32_t slotId, int32_t index) override;
H A Dsatellite_call_client.h87 int32_t HangUp(int32_t slotId, int32_t index);
/ohos5.0/base/telephony/cellular_call/services/satellite_service_interaction/src/
H A Dsatellite_call_client.cpp161 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 Dcs1_test.cpp601 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 Dcs_calloperation_test.cpp486 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 Dcs_test.cpp67 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 Dott_call_connection.h46 int32_t HangUp(const OttCallRequestInfo &requestInfo);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp720 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 Dims1_test.cpp419 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 Dvoip_call_manager_proxy.h119 int32_t HangUp(const VoipCallEventInfo &events) override;
H A Di_voip_call_manager_service.h67 virtual int32_t HangUp(const VoipCallEventInfo &events) = 0;
/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h58 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
H A Dcs_control.h61 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
H A Dims_control.h51 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp65 cSControl->HangUp(callInfo, type); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/
H A Dsetimsfeaturevalue_fuzzer.cpp262 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 Dvoip_call_connection.cpp135 return voipCallManagerInterfacePtr_->HangUp(events); in HangUpCall()
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h40 int32_t HangUp(const sptr<ImsCallInterface> &imsCallSerivce) const;

123