/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_call_defs.h | 591 void (*CallSupplement)(const ReqDataInfo *requestInfo, int32_t type); member
|
/base/telephony/cellular_call/services/connection/src/ |
H A D | cellular_call_connection_cs.cpp | 202 CoreManagerInner::GetInstance().CallSupplement(slotId, RadioEvent::RADIO_CALL_SUPPLEMENT, type, handle); in CallSupplementRequest()
|
H A D | cellular_call_connection_ims.cpp | 260 CoreManagerInner::GetInstance().CallSupplement(slotId, RadioEvent::RADIO_CALL_SUPPLEMENT, type, handle); in CallSupplementRequest()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 72 .CallSupplement = ReqCallSupplement,
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_call.h | 40 int32_t CallSupplement(int32_t type, const AppExecFwk::InnerEvent::Pointer &result);
|
H A D | tel_ril_manager.h | 75 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 D | sendsmsmoremode_fuzzer.cpp | 105 telRilCall->CallSupplement(index, result); in GetCallList()
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_call.h | 59 int32_t CallSupplement(int32_t serialId, int32_t type);
|
H A D | hril_manager.h | 104 int32_t CallSupplement(int32_t slotId, int32_t serialId, int32_t type);
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_call.cpp | 396 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 D | tel_ril_manager.cpp | 401 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 D | ril_call_test.cpp | 1039 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 D | zero_branch_test.cpp | 115 EXPECT_NE(HDF_SUCCESS, manager->CallSupplement(0, 0, 0)); in TestCallInterface()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 69 virtual int32_t CallSupplement(int32_t slotId, int32_t type, const AppExecFwk::InnerEvent::Pointer &result) = 0;
|
H A D | core_manager_inner.h | 76 int32_t CallSupplement(
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_manager.cpp | 545 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 D | hril_call.cpp | 254 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 D | vsim_test.cpp | 523 int32_t status = CoreManagerInner::GetInstance().CallSupplement(0, 0, 0, handler); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 958 EXPECT_GT(mInner.CallSupplement(0, 0, 0, nullptr), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_manager_inner.cpp | 965 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 D | ril_interface_test.cpp | 319 cout << "---->CallSupplement Hangup hold wait: 1, Hangup active: 2: " << endl;
in CallSupplementTest() 321 int ret = g_rilInterface->CallSupplement(slotId, GetSerialId(), hangupType);
in CallSupplementTest()
|