Home
last modified time | relevance | path

Searched refs:Hangup (Results 1 - 23 of 23) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h490 void (*Hangup)(const ReqDataInfo *requestInfo, const uint32_t *data, size_t dataLen); member
/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_cs.cpp65 CoreManagerInner::GetInstance().Hangup(slotId, RadioEvent::RADIO_HANGUP_CONNECT, index, handle); in HangUpRequest()
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c62 .Hangup = ReqHangup,
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h33 int32_t Hangup(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &result);
H A Dtel_ril_manager.h60 int32_t Hangup(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &result) override;
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp102 telRilCall->Hangup(index, result); in GetCallList()
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h35 int32_t Hangup(int32_t serialId, int32_t gsmIndex);
H A Dhril_manager.h78 int32_t Hangup(int32_t slotId, int32_t serialId, int32_t gsmIndex);
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp350 int32_t TelRilCall::Hangup(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &result) in Hangup() function in OHOS::Telephony::TelRilCall
352 return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::Hangup, gsmIndex); in Hangup()
H A Dtel_ril_manager.cpp378 int32_t TelRilManager::Hangup(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &response) in Hangup() function in OHOS::Telephony::TelRilManager
380 return TaskSchedule(response, "TelRilCall", GetTelRilCall(slotId), &TelRilCall::Hangup, gsmIndex); in Hangup()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_call_test.cpp243 * @tc.name Hangup
251 int32_t ret = g_rilInterface->Hangup(SLOTID_1, RilTestUtil::GetSerialId(), 0); in HWTEST_F()
259 * @tc.name Hangup
267 int32_t ret = g_rilInterface->Hangup(SLOTID_2, RilTestUtil::GetSerialId(), 0); in HWTEST_F()
H A Dzero_branch_test.cpp89 EXPECT_NE(HDF_SUCCESS, manager->Hangup(0, 0, 0)); in TestCallInterface()
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h53 virtual int32_t Hangup(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &result) = 0;
H A Dcore_manager_inner.h64 int32_t Hangup(
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp420 int32_t HRilManager::Hangup(int32_t slotId, int32_t serialId, int32_t gsmIndex) in Hangup() function in OHOS::Telephony::HRilManager
422 return TaskSchedule(MODULE_HRIL_CALL, hrilCall_[slotId], &HRilCall::Hangup, serialId, gsmIndex); in Hangup()
H A Dhril_call.cpp211 int32_t HRilCall::Hangup(int32_t serialId, int32_t gsmIndex) in Hangup() function in OHOS::Telephony::HRilCall
214 return RequestVendor(serialId, HREQ_CALL_HANGUP, callFuncs_, &HRilCallReq::Hangup, &data, sizeof(uint32_t)); in Hangup()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvsim_test.cpp443 int32_t status = CoreManagerInner::GetInstance().Hangup(0, 0, 0, handler); in HWTEST_F()
H A Dcore_service_native_branch_test.cpp606 EXPECT_EQ(mInner.Hangup(-1, 0, 1, handler), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
H A Dzero_branch_test.cpp950 EXPECT_GT(mInner.Hangup(0, 0, 0, nullptr), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp837 int32_t CoreManagerInner::Hangup( in Hangup() function in OHOS::Telephony::CoreManagerInner
850 return telRilManager_->Hangup(slotId, gsmIndex, response); in Hangup()
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp254 int32_t callIndex = InputInt32(1, MAX_CALL_ID, "Hangup call number"); in HangupTest()
255 int ret = g_rilInterface->Hangup(slotId, GetSerialId(), callIndex); in HangupTest()
319 cout << "---->CallSupplement Hangup hold wait: 1, Hangup active: 2: " << endl; in CallSupplementTest()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp915 telRilManager_->Hangup(slotId, static_cast<int>(event->GetInnerEventId()), event); in CallHangupTest()
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp828 telRilManager_->Hangup(slotId, static_cast<int32_t>(event->GetInnerEventId()), event); in OnRequestCallHangupTest()

Completed in 45 milliseconds