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.md | 61 ### gsmIndex subsection
|
H A D | _uni_info_v11.md | 61 ### gsmIndex subsection
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_modem_parcel.h | 32 int32_t gsmIndex = 0; member
|
H A D | telephony_types.h | 376 int32_t gsmIndex = 0; member
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sms.cpp | 66 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 D | tel_ril_manager.cpp | 367 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 D | tel_ril_call.cpp | 350 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 D | sendsmsmoremode_fuzzer.cpp | 47 int32_t gsmIndex = static_cast<int32_t>(*data + offset); in SendSmsMoreMode() local
|
/ohos5.0/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 964 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 D | tel_ril_test_util.cpp | 1103 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 D | core_manager_inner.cpp | 518 …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 D | ril_impl.cpp | 74 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 D | hril_call.cpp | 211 int32_t HRilCall::Hangup(int32_t serialId, int32_t gsmIndex) in Hangup()
|
H A D | hril_manager.cpp | 424 int32_t HRilManager::Hangup(int32_t slotId, int32_t serialId, int32_t gsmIndex) in Hangup()
|