Home
last modified time | relevance | path

Searched refs:CallSupplement (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h591 void (*CallSupplement)(const ReqDataInfo *requestInfo, int32_t type); member
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c72 .CallSupplement = ReqCallSupplement,
/ohos5.0/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_cs.cpp202 …CoreManagerInner::GetInstance().CallSupplement(slotId, RadioEvent::RADIO_CALL_SUPPLEMENT, type, ha… in CallSupplementRequest()
H A Dcellular_call_connection_ims.cpp260 …CoreManagerInner::GetInstance().CallSupplement(slotId, RadioEvent::RADIO_CALL_SUPPLEMENT, type, ha… in CallSupplementRequest()
/ohos5.0/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…
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp202 int32_t RilImpl::CallSupplement(int32_t slotId, int32_t serialId, int32_t type) in CallSupplement() function in OHOS::HDI::Ril::V1_3::RilImpl
204 return TaskSchedule(&Telephony::HRilManager::CallSupplement, slotId, serialId, type); in CallSupplement()
/ohos5.0/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.h105 int32_t CallSupplement(int32_t slotId, int32_t serialId, int32_t type);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md52 | [CallSupplement](#callsupplement) ([in] int slotId, [in] int serialId, [in] int type) | 通话保持和恢复。 …
237 ### CallSupplement()
240 IRil::CallSupplement ([in] int slotId, [in] int serialId, [in] int type )
H A Dinterface_i_ril_v11.md52 | [CallSupplement](#callsupplement) ([in] int slotId, [in] int serialId, [in] int type) | 通话保持和恢复。 …
242 ### CallSupplement()
245 IRil::CallSupplement ([in] int slotId, [in] int serialId, [in] int type )
/ohos5.0/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.cpp390 int32_t TelRilManager::CallSupplement(int32_t slotId, int32_t type, const AppExecFwk::InnerEvent::P… in CallSupplement() function in OHOS::Telephony::TelRilManager
392 …return TaskSchedule(response, "TelRilCall", GetTelRilCall(slotId), &TelRilCall::CallSupplement, ty… in CallSupplement()
/ohos5.0/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);
1055 int32_t ret = g_rilInterface->CallSupplement(SLOTID_2, RilTestUtil::GetSerialId(), 1);
/ohos5.0/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp105 telRilCall->CallSupplement(index, result); in GetCallList()
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h70 int32_t CallSupplement(int32_t slotId, int32_t serialId, int32_t type) override;
/ohos5.0/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…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt95 int32_t CallSupplement(int32_t slotId, int32_t serialId, int32_t type) override;
H A Dril_service.cpp.txt188 int32_t RilService::CallSupplement(int32_t slotId, int32_t serialId, int32_t type)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dril_service.h.txt93 int32_t CallSupplement(int32_t slotId, int32_t serialId, int32_t type) override;
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp254 int32_t HRilCall::CallSupplement(int32_t serialId, int32_t type) in CallSupplement() function in OHOS::Telephony::HRilCall
256 …RequestVendor(serialId, HREQ_CALL_CALL_SUPPLEMENT, callFuncs_, &HRilCallReq::CallSupplement, type); in CallSupplement()
H A Dhril_manager.cpp549 int32_t HRilManager::CallSupplement(int32_t slotId, int32_t serialId, int32_t type) in CallSupplement() function in OHOS::Telephony::HRilManager
551 …return TaskSchedule(MODULE_HRIL_CALL, hrilCall_[slotId], &HRilCall::CallSupplement, serialId, type… in CallSupplement()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_service.h.txt104 int32_t CallSupplement(int32_t slotId, int32_t serialId, int32_t type) override;
H A Dril_proxy.h.txt145 int32_t CallSupplement(int32_t slotId, int32_t serialId, int32_t type) override;
H A Dril_service.cpp.txt209 int32_t RilService::CallSupplement(int32_t slotId, int32_t serialId, int32_t type)

12