Home
last modified time | relevance | path

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

12

/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h775 void (*GetUssd)(const ReqDataInfo *requestInfo); member
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c87 .GetUssd = ReqGetUssd,
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h61 int32_t GetUssd(const AppExecFwk::InnerEvent::Pointer &result);
H A Dtel_ril_manager.h265 int32_t GetUssd(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp182 int32_t RilImpl::GetUssd(int32_t slotId, int32_t serialId) in GetUssd() function in OHOS::HDI::Ril::V1_3::RilImpl
184 return TaskSchedule(&Telephony::HRilManager::GetUssd, slotId, serialId); in GetUssd()
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h55 int32_t GetUssd(int32_t serialId);
H A Dhril_manager.h101 int32_t GetUssd(int32_t slotId, int32_t serialId);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md48 | [GetUssd](#getussd) ([in] int slotId, [in] int serialId) | 获取Ussd业务。 |
1275 ### GetUssd()
1278 IRil::GetUssd ([in] int slotId, [in] int serialId )
H A Dinterface_i_ril_v11.md48 | [GetUssd](#getussd) ([in] int slotId, [in] int serialId) | 获取Ussd业务。 |
1355 ### GetUssd()
1358 IRil::GetUssd ([in] int slotId, [in] int serialId )
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp518 int32_t TelRilCall::GetUssd(const AppExecFwk::InnerEvent::Pointer &result) in GetUssd() function in OHOS::Telephony::TelRilCall
520 return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::GetUssd); in GetUssd()
H A Dtel_ril_manager.cpp504 int32_t TelRilManager::GetUssd(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) in GetUssd() function in OHOS::Telephony::TelRilManager
506 return TaskSchedule(response, "TelRilCall", GetTelRilCall(slotId), &TelRilCall::GetUssd); in GetUssd()
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_call_test.cpp911 int32_t ret = g_rilInterface->GetUssd(SLOTID_1, RilTestUtil::GetSerialId());
927 int32_t ret = g_rilInterface->GetUssd(SLOTID_2, RilTestUtil::GetSerialId());
/ohos5.0/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp116 telRilCall->GetUssd(result); in GetCallList()
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h66 int32_t GetUssd(int32_t slotId, int32_t serialId) override;
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h242 virtual int32_t GetUssd(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt87 int32_t GetUssd(int32_t slotId, int32_t serialId) override;
H A Dril_service.cpp.txt168 int32_t RilService::GetUssd(int32_t slotId, int32_t serialId)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dril_service.h.txt85 int32_t GetUssd(int32_t slotId, int32_t serialId) override;
H A Diril.h.txt229 virtual int32_t GetUssd(int32_t slotId, int32_t serialId) = 0;
H A Dril_service.cpp.txt163 int32_t RilService::GetUssd(int32_t slotId, int32_t serialId)
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp341 int32_t HRilCall::GetUssd(int32_t serialId) in GetUssd() function in OHOS::Telephony::HRilCall
343 return RequestVendor(serialId, HREQ_CALL_GET_USSD, callFuncs_, &HRilCallReq::GetUssd); in GetUssd()
H A Dhril_manager.cpp529 int32_t HRilManager::GetUssd(int32_t slotId, int32_t serialId) in GetUssd() function in OHOS::Telephony::HRilManager
531 return TaskSchedule(MODULE_HRIL_CALL, hrilCall_[slotId], &HRilCall::GetUssd, serialId); in GetUssd()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_service.h.txt96 int32_t GetUssd(int32_t slotId, int32_t serialId) override;
H A Dril_proxy.h.txt137 int32_t GetUssd(int32_t slotId, int32_t serialId) override;
H A Dril_service.cpp.txt189 int32_t RilService::GetUssd(int32_t slotId, int32_t serialId)

12