Home
last modified time | relevance | path

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

123

/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dzero_branch_test.cpp102 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 Dsatellite_call_interface.h39 * @brief Satellite HangUp the call interface
45 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.h81 * @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 Dreporthangupinfo_fuzzer.cpp66 iMSControl->HangUp(callInfo, type); in DoSomethingInterestingWithMyAPI()
77 satelliteControl->HangUp(callInfo, type); in DoSomethingInterestingWithMyAPI()
/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()
/base/telephony/call_manager/services/call/include/
H A Dott_call_connection.h40 * HangUp
46 int32_t HangUp(const OttCallRequestInfo &requestInfo);
/base/telephony/call_manager/services/call/src/
H A Dcarrier_call.cpp97 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 Dott_call_connection.cpp33 int32_t OTTCallConnection::HangUp(const OttCallRequestInfo &requestInfo) in HangUp() function in OHOS::Telephony::OTTCallConnection
/base/telephony/cellular_call/services/control/include/
H A Dsatellite_control.h50 * SatelliteControl HangUp
58 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
H A Dcs_control.h50 * CSControl HangUp
61 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
H A Dims_control.h45 * HangUp
51 int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) override;
/base/telephony/call_manager/interfaces/innerkits/
H A Di_voip_call_manager_service.h68 virtual int32_t HangUp(const VoipCallEventInfo &events) = 0;
H A Dvoip_call_manager_proxy.h119 int32_t HangUp(const VoipCallEventInfo &events) override;
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp65 cSControl->HangUp(callInfo, type); in DoSomethingInterestingWithMyAPI()
/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
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 Dcs1_test.cpp582 * @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 Dcs_calloperation_test.cpp467 * @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 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
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 Dcellular_call_connection_satellite.cpp70 return DelayedSingleton<SatelliteCallClient>::GetInstance()->HangUp(slotId, index); in HangUpRequest()
/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h40 int32_t HangUp(const sptr<ImsCallInterface> &imsCallSerivce) const;
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dvoip_call_connection.cpp138 return voipCallManagerInterfacePtr_->HangUp(events); in HangUpCall()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp720 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 Dims1_test.cpp400 * @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 Dcellular_call_connection.h50 * HangUp
57 int HangUp(const CellularCallInfo &callInfo, CallSupplementType type);

Completed in 15 milliseconds

123