Home
last modified time | relevance | path

Searched defs:gsmIndex (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_uni_info_v10.md61 ### gsmIndex subsection
H A D_uni_info_v11.md61 ### gsmIndex subsection
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_modem_parcel.h32 int32_t gsmIndex = 0; member
H A Dtelephony_types.h376 int32_t gsmIndex = 0; member
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sms.cpp66 int32_t TelRilSms::DelSimMessage(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &response) in DelSimMessage()
71 int32_t TelRilSms::UpdateSimMessage(int32_t gsmIndex, int32_t state, std::string smscPdu, std::stri… in UpdateSimMessage()
H A Dtel_ril_manager.cpp367 int32_t TelRilManager::Hangup(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Point… in Hangup()
729 int32_t TelRilManager::DelSimMessage(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent… in DelSimMessage()
H A Dtel_ril_call.cpp350 int32_t TelRilCall::Hangup(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &result) in Hangup()
/ohos5.0/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp47 int32_t gsmIndex = static_cast<int32_t>(*data + offset); in SendSmsMoreMode() local
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp964 int32_t gsmIndex; in OnRequestDeleteRilCmSmsTest() local
979 int32_t gsmIndex; in OnRequestUpdateRilCmSmsTest() local
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp1103 int32_t gsmIndex = 0; in DeleteRilCmSmsTest() local
1378 int32_t gsmIndex = 0; in DelRilCmCdmaSmsTest() local
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp518 …int32_t slotId, int32_t eventId, int32_t gsmIndex, const std::shared_ptr<AppExecFwk::EventHandler>… in DelSimMessage()
838 …int32_t slotId, int32_t eventId, int32_t gsmIndex, const std::shared_ptr<AppExecFwk::EventHandler>… in Hangup()
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp74 int32_t RilImpl::Hangup(int32_t slotId, int32_t serialId, int32_t gsmIndex) in Hangup()
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp211 int32_t HRilCall::Hangup(int32_t serialId, int32_t gsmIndex) in Hangup()
H A Dhril_manager.cpp424 int32_t HRilManager::Hangup(int32_t slotId, int32_t serialId, int32_t gsmIndex) in Hangup()