Home
last modified time | relevance | path

Searched refs:CallSupplement (Results 1 - 21 of 21) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h591 void (*CallSupplement)(const ReqDataInfo *requestInfo, int32_t type); member
/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_cs.cpp202 CoreManagerInner::GetInstance().CallSupplement(slotId, RadioEvent::RADIO_CALL_SUPPLEMENT, type, handle); in CallSupplementRequest()
H A Dcellular_call_connection_ims.cpp260 CoreManagerInner::GetInstance().CallSupplement(slotId, RadioEvent::RADIO_CALL_SUPPLEMENT, type, handle); in CallSupplementRequest()
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c72 .CallSupplement = ReqCallSupplement,
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h40 int32_t CallSupplement(int32_t type, const AppExecFwk::InnerEvent::Pointer &result);
H A Dtel_ril_manager.h75 int32_t CallSupplement(int32_t slotId, int32_t type, const AppExecFwk::InnerEvent::Pointer &result) override;
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp105 telRilCall->CallSupplement(index, result); in GetCallList()
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h59 int32_t CallSupplement(int32_t serialId, int32_t type);
H A Dhril_manager.h104 int32_t CallSupplement(int32_t slotId, int32_t serialId, int32_t type);
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp396 int32_t TelRilCall::CallSupplement(int32_t type, const AppExecFwk::InnerEvent::Pointer &result) in CallSupplement() function in OHOS::Telephony::TelRilCall
398 return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::CallSupplement, type); in CallSupplement()
H A Dtel_ril_manager.cpp401 int32_t TelRilManager::CallSupplement(int32_t slotId, int32_t type, const AppExecFwk::InnerEvent::Pointer &response) in CallSupplement() function in OHOS::Telephony::TelRilManager
403 return TaskSchedule(response, "TelRilCall", GetTelRilCall(slotId), &TelRilCall::CallSupplement, type); in CallSupplement()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_call_test.cpp1039 int32_t ret = g_rilInterface->CallSupplement(SLOTID_1, RilTestUtil::GetSerialId(), 1); in HWTEST_F()
1055 int32_t ret = g_rilInterface->CallSupplement(SLOTID_2, RilTestUtil::GetSerialId(), 1); in HWTEST_F()
H A Dzero_branch_test.cpp115 EXPECT_NE(HDF_SUCCESS, manager->CallSupplement(0, 0, 0)); in TestCallInterface()
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h69 virtual int32_t CallSupplement(int32_t slotId, int32_t type, const AppExecFwk::InnerEvent::Pointer &result) = 0;
H A Dcore_manager_inner.h76 int32_t CallSupplement(
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp545 int32_t HRilManager::CallSupplement(int32_t slotId, int32_t serialId, int32_t type) in CallSupplement() function in OHOS::Telephony::HRilManager
547 return TaskSchedule(MODULE_HRIL_CALL, hrilCall_[slotId], &HRilCall::CallSupplement, serialId, type); in CallSupplement()
H A Dhril_call.cpp254 int32_t HRilCall::CallSupplement(int32_t serialId, int32_t type) in CallSupplement() function in OHOS::Telephony::HRilCall
256 return RequestVendor(serialId, HREQ_CALL_CALL_SUPPLEMENT, callFuncs_, &HRilCallReq::CallSupplement, type); in CallSupplement()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvsim_test.cpp523 int32_t status = CoreManagerInner::GetInstance().CallSupplement(0, 0, 0, handler); in HWTEST_F()
H A Dzero_branch_test.cpp958 EXPECT_GT(mInner.CallSupplement(0, 0, 0, nullptr), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp965 int32_t CoreManagerInner::CallSupplement( in CallSupplement() function in OHOS::Telephony::CoreManagerInner
978 return telRilManager_->CallSupplement(slotId, type, response); in CallSupplement()
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp319 cout << "---->CallSupplement Hangup hold wait: 1, Hangup active: 2: " << endl; in CallSupplementTest()
321 int ret = g_rilInterface->CallSupplement(slotId, GetSerialId(), hangupType); in CallSupplementTest()

Completed in 39 milliseconds