/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | _uni_info_v10.md | 21 | int [gsmIndex](#gsmindex) | GSM索引 | 61 ### gsmIndex subsection 64 int UniInfo::gsmIndex
|
H A D | _uni_info_v11.md | 21 | int [gsmIndex](#gsmindex) | GSM索引 | 61 ### gsmIndex subsection 64 int UniInfo::gsmIndex
|
/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 | i_tel_ril_manager.h | 53 …virtual int32_t Hangup(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &re… 146 int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &response) = 0;
|
H A D | telephony_types.h | 376 int32_t gsmIndex = 0; member
|
H A D | core_manager_inner.h | 65 …int32_t slotId, int32_t eventId, int32_t gsmIndex, const std::shared_ptr<AppExecFwk::EventHandler>… 166 …int32_t slotId, int32_t eventId, int32_t gsmIndex, const std::shared_ptr<AppExecFwk::EventHandler>…
|
/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() argument 68 … return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::DelSimMessage, gsmIndex); in DelSimMessage() 71 int32_t TelRilSms::UpdateSimMessage(int32_t gsmIndex, int32_t state, std::string smscPdu, std::stri… in UpdateSimMessage() argument 75 smsMessageIOInfo.index = gsmIndex; 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() argument 369 … return TaskSchedule(response, "TelRilCall", GetTelRilCall(slotId), &TelRilCall::Hangup, gsmIndex); in Hangup() 729 int32_t TelRilManager::DelSimMessage(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent… in DelSimMessage() argument 731 …urn TaskSchedule(response, "TelRilSms", GetTelRilSms(slotId), &TelRilSms::DelSimMessage, gsmIndex); in DelSimMessage() 737 …ule(response, "TelRilSms", GetTelRilSms(slotId), &TelRilSms::UpdateSimMessage, simMessage.gsmIndex, in UpdateSimMessage()
|
H A D | tel_ril_data.cpp | 45 uniInfo.gsmIndex = cid; in DeactivatePdpContext()
|
H A D | tel_ril_call.cpp | 350 int32_t TelRilCall::Hangup(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &result) in Hangup() argument 352 return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::Hangup, gsmIndex); in Hangup()
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_sms.h | 37 int32_t DelSimMessage(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &response); 38 int32_t UpdateSimMessage(int32_t gsmIndex, int32_t state, std::string smscPdu, std::string pdu,
|
H A D | tel_ril_manager.h | 60 …int32_t Hangup(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &result) ov… 176 …int32_t DelSimMessage(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &res…
|
H A D | tel_ril_call.h | 33 int32_t Hangup(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &result);
|
/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 64 telRilSms->DelSimMessage(gsmIndex, response); in SendSmsMoreMode() 65 telRilSms->UpdateSimMessage(gsmIndex, state, smscPdu, pdu, response); in SendSmsMoreMode()
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_data_test.cpp | 115 uniInfo.gsmIndex = CID; 136 uniInfo.gsmIndex = CID;
|
/ohos5.0/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 964 int32_t gsmIndex; in OnRequestDeleteRilCmSmsTest() local 967 std::cin >> gsmIndex; in OnRequestDeleteRilCmSmsTest() 971 telRilManager_->DelSimMessage(slotId, gsmIndex, event); in OnRequestDeleteRilCmSmsTest() 979 int32_t gsmIndex; in OnRequestUpdateRilCmSmsTest() local 983 std::cin >> gsmIndex; in OnRequestUpdateRilCmSmsTest() 989 simMsg.gsmIndex = gsmIndex; in OnRequestUpdateRilCmSmsTest()
|
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.cpp | 1081 simMessage.gsmIndex = 0; in StorageRilCmSmsTest() 1103 int32_t gsmIndex = 0; in DeleteRilCmSmsTest() local 1107 telRilManager_->DelSimMessage(slotId, gsmIndex, event); in DeleteRilCmSmsTest() 1126 simMessage.gsmIndex = 0; in UpdateRilCmSmsTest() 1378 int32_t gsmIndex = 0; in DelRilCmCdmaSmsTest() local 1382 telRilManager_->DelCdmaSimMessage(slotId, gsmIndex, event); in DelRilCmCdmaSmsTest()
|
/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() argument 76 return TaskSchedule(&Telephony::HRilManager::Hangup, slotId, serialId, gsmIndex); in Hangup()
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_call.h | 35 int32_t Hangup(int32_t serialId, int32_t gsmIndex);
|
H A D | hril_manager.h | 79 int32_t Hangup(int32_t slotId, int32_t serialId, int32_t gsmIndex);
|
/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() argument 530 return telRilManager_->DelSimMessage(slotId, gsmIndex, response); in DelSimMessage() 838 …int32_t slotId, int32_t eventId, int32_t gsmIndex, const std::shared_ptr<AppExecFwk::EventHandler>… in Hangup() argument 850 return telRilManager_->Hangup(slotId, gsmIndex, response); in Hangup()
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/ |
H A D | ril_impl.h | 43 int32_t Hangup(int32_t slotId, int32_t serialId, int32_t gsmIndex) override;
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_data.cpp | 134 dataInfo.cid = uniInfo.gsmIndex; in DeactivatePdpContext()
|
H A D | hril_call.cpp | 211 int32_t HRilCall::Hangup(int32_t serialId, int32_t gsmIndex) in Hangup() argument 213 uint32_t data = 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() argument 426 return TaskSchedule(MODULE_HRIL_CALL, hrilCall_[slotId], &HRilCall::Hangup, serialId, gsmIndex); in Hangup()
|