Home
last modified time | relevance | path

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

12

/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h766 void (*SetUssd)(const ReqDataInfo *requestInfo, const char *str); member
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c86 .SetUssd = ReqSetUssd,
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h60 int32_t SetUssd(const std::string str, const AppExecFwk::InnerEvent::Pointer &result);
H A Dtel_ril_manager.h264 …int32_t SetUssd(int32_t slotId, const std::string str, const AppExecFwk::InnerEvent::Pointer &resp…
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp174 …return CoreManagerInner::GetInstance().SetUssd(slotId, RadioEvent::RADIO_SET_USSD, msg, GetMMIHand… in SendUssdRequest()
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp172 int32_t RilImpl::SetUssd(int32_t slotId, int32_t serialId, const std::string &str) in SetUssd() function in OHOS::HDI::Ril::V1_3::RilImpl
174 return TaskSchedule(&Telephony::HRilManager::SetUssd, slotId, serialId, str); in SetUssd()
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h54 int32_t SetUssd(int32_t serialId, const std::string &str);
H A Dhril_manager.h100 int32_t SetUssd(int32_t slotId, int32_t serialId, const std::string &str);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md47 | [SetUssd](#setussd) ([in] int slotId, [in] int serialId, [in] String str) | 设置非结构化补充数据业务(USSD)。 …
2305 ### SetUssd()
2308 IRil::SetUssd ([in] int slotId, [in] int serialId, [in] String str )
H A Dinterface_i_ril_v11.md47 | [SetUssd](#setussd) ([in] int slotId, [in] int serialId, [in] String str) | 设置非结构化补充数据业务(USSD)。 …
2411 ### SetUssd()
2414 IRil::SetUssd ([in] int slotId, [in] int serialId, [in] String str )
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp513 int32_t TelRilCall::SetUssd(const std::string str, const AppExecFwk::InnerEvent::Pointer &result) in SetUssd() function in OHOS::Telephony::TelRilCall
515 return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::SetUssd, str); in SetUssd()
H A Dtel_ril_manager.cpp499 int32_t TelRilManager::SetUssd(int32_t slotId, const std::string str, const AppExecFwk::InnerEvent:… in SetUssd() function in OHOS::Telephony::TelRilManager
501 return TaskSchedule(response, "TelRilCall", GetTelRilCall(slotId), &TelRilCall::SetUssd, str); in SetUssd()
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_call_test.cpp879 int32_t ret = g_rilInterface->SetUssd(SLOTID_1, RilTestUtil::GetSerialId(), "12345678");
895 int32_t ret = g_rilInterface->SetUssd(SLOTID_2, RilTestUtil::GetSerialId(), "12345678");
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h64 int32_t SetUssd(int32_t slotId, int32_t serialId, const std::string &str) override;
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h241 …virtual int32_t SetUssd(int32_t slotId, const std::string str, const AppExecFwk::InnerEvent::Point…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt83 int32_t SetUssd(int32_t slotId, int32_t serialId, const std::string& str) override;
H A Dril_service.cpp.txt158 int32_t RilService::SetUssd(int32_t slotId, int32_t serialId, const std::string& str)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dril_service.h.txt83 int32_t SetUssd(int32_t slotId, int32_t serialId, const std::string& str) override;
H A Diril.h.txt227 virtual int32_t SetUssd(int32_t slotId, int32_t serialId, const std::string& str) = 0;
H A Dril_service.cpp.txt158 int32_t RilService::SetUssd(int32_t slotId, int32_t serialId, const std::string& str)
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp335 int32_t HRilCall::SetUssd(int32_t serialId, const std::string &str) in SetUssd() function in OHOS::Telephony::HRilCall
338 serialId, HREQ_CALL_SET_USSD, callFuncs_, &HRilCallReq::SetUssd, StringToCString(str)); in SetUssd()
H A Dhril_manager.cpp524 int32_t HRilManager::SetUssd(int32_t slotId, int32_t serialId, const std::string &str) in SetUssd() function in OHOS::Telephony::HRilManager
526 return TaskSchedule(MODULE_HRIL_CALL, hrilCall_[slotId], &HRilCall::SetUssd, serialId, str); in SetUssd()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_service.h.txt92 int32_t SetUssd(int32_t slotId, int32_t serialId, const std::string& str) override;
H A Dril_proxy.h.txt133 int32_t SetUssd(int32_t slotId, int32_t serialId, const std::string& str) override;
H A Dril_service.cpp.txt179 int32_t RilService::SetUssd(int32_t slotId, int32_t serialId, const std::string& str)

12