/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_call_defs.h | 766 void (*SetUssd)(const ReqDataInfo *requestInfo, const char *str); member
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 86 .SetUssd = ReqSetUssd,
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_call.h | 60 int32_t SetUssd(const std::string str, const AppExecFwk::InnerEvent::Pointer &result);
|
H A D | tel_ril_manager.h | 264 …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 D | supplement_request_cs.cpp | 174 …return CoreManagerInner::GetInstance().SetUssd(slotId, RadioEvent::RADIO_SET_USSD, msg, GetMMIHand… in SendUssdRequest()
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 172 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 D | hril_call.h | 54 int32_t SetUssd(int32_t serialId, const std::string &str);
|
H A D | hril_manager.h | 100 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 D | interface_i_ril_v10.md | 47 | [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 D | interface_i_ril_v11.md | 47 | [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 D | tel_ril_call.cpp | 513 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 D | tel_ril_manager.cpp | 499 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 D | ril_call_test.cpp | 879 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 D | ril_impl.h | 64 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 D | i_tel_ril_manager.h | 241 …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 D | ril_service.h.txt | 83 int32_t SetUssd(int32_t slotId, int32_t serialId, const std::string& str) override;
|
H A D | ril_service.cpp.txt | 158 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 D | ril_service.h.txt | 83 int32_t SetUssd(int32_t slotId, int32_t serialId, const std::string& str) override;
|
H A D | iril.h.txt | 227 virtual int32_t SetUssd(int32_t slotId, int32_t serialId, const std::string& str) = 0;
|
H A D | ril_service.cpp.txt | 158 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 D | hril_call.cpp | 335 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 D | hril_manager.cpp | 524 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 D | ril_service.h.txt | 92 int32_t SetUssd(int32_t slotId, int32_t serialId, const std::string& str) override;
|
H A D | ril_proxy.h.txt | 133 int32_t SetUssd(int32_t slotId, int32_t serialId, const std::string& str) override;
|
H A D | ril_service.cpp.txt | 179 int32_t RilService::SetUssd(int32_t slotId, int32_t serialId, const std::string& str)
|