/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_vendor_call_defs.h | 267 void (*SetUssd)(const ReqDataInfo *requestInfo, const char *str); member
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | vendor_adapter.c | 86 .SetUssd = ReqSetUssd,
|
/base/telephony/core_service/services/tel_ril/include/ |
D | tel_ril_call.h | 61 int32_t SetUssd(const std::string str, const AppExecFwk::InnerEvent::Pointer &result);
|
D | tel_ril_manager.h | 246 …int32_t SetUssd(int32_t slotId, const std::string str, const AppExecFwk::InnerEvent::Pointer &resp…
|
/base/telephony/ril_adapter/services/hril/include/ |
D | hril_call.h | 55 int32_t SetUssd(int32_t serialId, const std::string &str);
|
D | hril_manager.h | 94 int32_t SetUssd(int32_t slotId, int32_t serialId, const std::string &str);
|
/base/telephony/cellular_call/services/connection/src/ |
D | supplement_request.cpp | 270 …CoreManagerInner::GetInstance().SetUssd(slotId, RadioEvent::RADIO_SET_USSD, msg, GetMMIHandler(slo… in SendUssdRequest()
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_call.cpp | 442 int32_t TelRilCall::SetUssd(const std::string str, const AppExecFwk::InnerEvent::Pointer &result) in SetUssd() function in OHOS::Telephony::TelRilCall 444 … Request(TELEPHONY_LOG_FUNC_NAME, result, HREQ_CALL_SET_USSD, &HDI::Ril::V1_0::IRil::SetUssd, str); in SetUssd()
|
D | tel_ril_manager.cpp | 403 int32_t TelRilManager::SetUssd(int32_t slotId, const std::string str, const AppExecFwk::InnerEvent:… in SetUssd() function in OHOS::Telephony::TelRilManager 405 return TaskSchedule(response, "TelRilCall", GetTelRilCall(slotId), &TelRilCall::SetUssd, str); in SetUssd()
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_call.cpp | 238 int32_t HRilCall::SetUssd(int32_t serialId, const std::string &str) in SetUssd() function in OHOS::Telephony::HRilCall 241 serialId, HREQ_CALL_SET_USSD, callFuncs_, &HRilCallReq::SetUssd, StringToCString(str)); in SetUssd()
|
D | hril_manager.cpp | 459 int32_t HRilManager::SetUssd(int32_t slotId, int32_t serialId, const std::string &str) in SetUssd() function in OHOS::Telephony::HRilManager 461 return TaskSchedule(MODULE_HRIL_CALL, hrilCall_[slotId], &HRilCall::SetUssd, serialId, str); in SetUssd()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | i_tel_ril_manager.h | 228 …virtual int32_t SetUssd(int32_t slotId, const std::string str, const AppExecFwk::InnerEvent::Point…
|
D | core_manager_inner.h | 130 int32_t SetUssd(int32_t slotId, int32_t eventId, const std::string str,
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
D | zero_branch_test.cpp | 77 EXPECT_NE(HDF_SUCCESS, manager->SetUssd(0, 0, "0")); in TestCallInterface()
|
D | ril_interface_test.cpp | 955 int32_t ret = g_rilInterface->SetUssd(SLOTID_1, GetSerialId(), "12345678"); 971 int32_t ret = g_rilInterface->SetUssd(SLOTID_2, GetSerialId(), "12345678");
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_manager_inner.cpp | 185 int32_t CoreManagerInner::SetUssd(int32_t slotId, int32_t eventId, const std::string str, in SetUssd() function in OHOS::Telephony::CoreManagerInner 198 return telRilManager_->SetUssd(slotId, str, response); in SetUssd()
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_interface_test.cpp | 359 int ret = g_rilInterface->SetUssd(slotId, GetSerialId(), "12345678"); in SetUssdCusdTest()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | zero_branch_test.cpp | 574 EXPECT_GT(mInner.SetUssd(0, 0, "", nullptr), TELEPHONY_ERR_SUCCESS);
|
/base/telephony/core_service/services/tel_ril/test/ |
D | tel_ril_test.cpp | 2281 telRilManager_->SetUssd(slotId, str, event); in OnRequestSetUssdTest()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
D | tel_ril_test.cpp | 1974 telRilManager_->SetUssd(slotId, "12345678", event); in SetUssdTest()
|