/ohos5.0/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
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 72 .CallSupplement = ReqCallSupplement,
|
/ohos5.0/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, ha… in CallSupplementRequest()
|
H A D | cellular_call_connection_ims.cpp | 260 …CoreManagerInner::GetInstance().CallSupplement(slotId, RadioEvent::RADIO_CALL_SUPPLEMENT, type, ha… in CallSupplementRequest()
|
/ohos5.0/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…
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 202 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 D | hril_call.h | 59 int32_t CallSupplement(int32_t serialId, int32_t type);
|
H A D | hril_manager.h | 105 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 D | interface_i_ril_v10.md | 52 | [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 D | interface_i_ril_v11.md | 52 | [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 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 | 390 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 D | ril_call_test.cpp | 1039 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 D | sendsmsmoremode_fuzzer.cpp | 105 telRilCall->CallSupplement(index, result); in GetCallList()
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/ |
H A D | ril_impl.h | 70 int32_t CallSupplement(int32_t slotId, int32_t serialId, int32_t type) override;
|
/ohos5.0/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…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/ |
H A D | ril_service.h.txt | 95 int32_t CallSupplement(int32_t slotId, int32_t serialId, int32_t type) override;
|
H A D | ril_service.cpp.txt | 188 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 D | ril_service.h.txt | 93 int32_t CallSupplement(int32_t slotId, int32_t serialId, int32_t type) override;
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
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 …RequestVendor(serialId, HREQ_CALL_CALL_SUPPLEMENT, callFuncs_, &HRilCallReq::CallSupplement, type); in CallSupplement()
|
H A D | hril_manager.cpp | 549 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 D | ril_service.h.txt | 104 int32_t CallSupplement(int32_t slotId, int32_t serialId, int32_t type) override;
|
H A D | ril_proxy.h.txt | 145 int32_t CallSupplement(int32_t slotId, int32_t serialId, int32_t type) override;
|
H A D | ril_service.cpp.txt | 209 int32_t RilService::CallSupplement(int32_t slotId, int32_t serialId, int32_t type)
|