/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_vendor_call_defs.h | 746 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/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/core_service/services/tel_ril/include/ |
D | tel_ril_call.h | 60 int32_t SetUssd(const std::string str, const AppExecFwk::InnerEvent::Pointer &result);
|
D | tel_ril_manager.h | 259 …int32_t SetUssd(int32_t slotId, const std::string str, const AppExecFwk::InnerEvent::Pointer &resp…
|
/base/telephony/cellular_call/services/connection/src/ |
D | supplement_request_cs.cpp | 174 …return CoreManagerInner::GetInstance().SetUssd(slotId, RadioEvent::RADIO_SET_USSD, msg, GetMMIHand… in SendUssdRequest()
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_call.cpp | 240 int32_t HRilCall::SetUssd(int32_t serialId, const std::string &str) in SetUssd() function in OHOS::Telephony::HRilCall 243 serialId, HREQ_CALL_SET_USSD, callFuncs_, &HRilCallReq::SetUssd, StringToCString(str)); in SetUssd()
|
D | hril_manager.cpp | 477 int32_t HRilManager::SetUssd(int32_t slotId, int32_t serialId, const std::string &str) in SetUssd() function in OHOS::Telephony::HRilManager 479 return TaskSchedule(MODULE_HRIL_CALL, hrilCall_[slotId], &HRilCall::SetUssd, serialId, str); in SetUssd()
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_call.cpp | 522 int32_t TelRilCall::SetUssd(const std::string str, const AppExecFwk::InnerEvent::Pointer &result) in SetUssd() function in OHOS::Telephony::TelRilCall 524 … Request(TELEPHONY_LOG_FUNC_NAME, result, HREQ_CALL_SET_USSD, &HDI::Ril::V1_1::IRil::SetUssd, str); in SetUssd()
|
D | tel_ril_manager.cpp | 450 int32_t TelRilManager::SetUssd(int32_t slotId, const std::string str, const AppExecFwk::InnerEvent:… in SetUssd() function in OHOS::Telephony::TelRilManager 452 return TaskSchedule(response, "TelRilCall", GetTelRilCall(slotId), &TelRilCall::SetUssd, str); in SetUssd()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
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");
|
D | zero_branch_test.cpp | 101 EXPECT_NE(HDF_SUCCESS, manager->SetUssd(0, 0, "0")); in TestCallInterface()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | i_tel_ril_manager.h | 236 …virtual int32_t SetUssd(int32_t slotId, const std::string str, const AppExecFwk::InnerEvent::Point…
|
D | core_manager_inner.h | 131 int32_t SetUssd(int32_t slotId, int32_t eventId, const std::string str,
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_manager_inner.cpp | 182 int32_t CoreManagerInner::SetUssd(int32_t slotId, int32_t eventId, const std::string str, in SetUssd() function in OHOS::Telephony::CoreManagerInner 195 return telRilManager_->SetUssd(slotId, str, response); in SetUssd()
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_interface_test.cpp | 364 int ret = g_rilInterface->SetUssd(slotId, GetSerialId(), "12345678"); in SetUssdCusdTest()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
D | tel_ril_test_util.cpp | 2095 telRilManager_->SetUssd(slotId, "12345678", event); in SetUssdTest()
|
/base/telephony/core_service/services/tel_ril/test/ |
D | tel_ril_test.cpp | 1904 telRilManager_->SetUssd(slotId, str, event); in OnRequestSetUssdTest()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | zero_branch_test.cpp | 753 EXPECT_GT(mInner.SetUssd(0, 0, "", nullptr), TELEPHONY_ERR_SUCCESS);
|