Home
last modified time | relevance | path

Searched refs:gsmIndex (Results 1 – 22 of 22) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_modem_parcel.h25 int32_t gsmIndex; /* Index of Global System for Mobile Communications */ member
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_sms.h38 int32_t DelSimMessage(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &response);
39 int32_t UpdateSimMessage(int32_t gsmIndex, int32_t state, std::string smscPdu, std::string pdu,
Dtel_ril_manager.h60 …int32_t Hangup(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &result) ov…
160 …int32_t DelSimMessage(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &res…
Dtel_ril_call.h34 int32_t Hangup(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &result);
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sms.cpp86 int32_t TelRilSms::DelSimMessage(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &response) in DelSimMessage() argument
89 …LOG_FUNC_NAME, response, HREQ_SMS_DEL_SIM_MESSAGE, &HDI::Ril::V1_0::IRil::DelSimMessage, gsmIndex); in DelSimMessage()
92 int32_t TelRilSms::UpdateSimMessage(int32_t gsmIndex, int32_t state, std::string smscPdu, std::stri… in UpdateSimMessage() argument
96 smsMessageIOInfo.index = gsmIndex; in UpdateSimMessage()
Dtel_ril_manager.cpp270 int32_t TelRilManager::Hangup(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Point… in Hangup() argument
272 … return TaskSchedule(response, "TelRilCall", GetTelRilCall(slotId), &TelRilCall::Hangup, gsmIndex); in Hangup()
591 int32_t TelRilManager::DelSimMessage(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent… in DelSimMessage() argument
593 …urn TaskSchedule(response, "TelRilSms", GetTelRilSms(slotId), &TelRilSms::DelSimMessage, gsmIndex); in DelSimMessage()
599 …ule(response, "TelRilSms", GetTelRilSms(slotId), &TelRilSms::UpdateSimMessage, simMessage.gsmIndex, in UpdateSimMessage()
Dtel_ril_data.cpp60 uniInfo.gsmIndex = cid; in DeactivatePdpContext()
Dtel_ril_call.cpp269 int32_t TelRilCall::Hangup(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &result) in Hangup() argument
271 …equest(TELEPHONY_LOG_FUNC_NAME, result, HREQ_CALL_HANGUP, &HDI::Ril::V1_0::IRil::Hangup, gsmIndex); in Hangup()
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
Dsendsmsmoremode_fuzzer.cpp42 int32_t gsmIndex = static_cast<int32_t>(size); in SendSmsMoreMode() local
68 telRilSms->DelSimMessage(gsmIndex, response); in SendSmsMoreMode()
69 telRilSms->UpdateSimMessage(gsmIndex, state, smscPdu, pdu, response); in SendSmsMoreMode()
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_types.h158 int32_t gsmIndex; member
Di_tel_ril_manager.h51 …virtual int32_t Hangup(int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &re…
135 int32_t slotId, int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &response) = 0;
Dcore_manager_inner.h64 …int32_t slotId, int32_t eventId, int32_t gsmIndex, const std::shared_ptr<AppExecFwk::EventHandler>…
160 …int32_t slotId, int32_t eventId, int32_t gsmIndex, const std::shared_ptr<AppExecFwk::EventHandler>…
/base/telephony/ril_adapter/services/hril/include/
Dhril_call.h36 int32_t Hangup(int32_t serialId, int32_t gsmIndex);
Dhril_manager.h73 int32_t Hangup(int32_t slotId, int32_t serialId, int32_t gsmIndex);
/base/telephony/core_service/services/tel_ril/test/
Dtel_ril_test.cpp1252 int32_t gsmIndex; in OnRequestDeleteRilCmSmsTest() local
1255 std::cin >> gsmIndex; in OnRequestDeleteRilCmSmsTest()
1259 telRilManager_->DelSimMessage(slotId, gsmIndex, event); in OnRequestDeleteRilCmSmsTest()
1267 int32_t gsmIndex; in OnRequestUpdateRilCmSmsTest() local
1271 std::cin >> gsmIndex; in OnRequestUpdateRilCmSmsTest()
1277 simMsg.gsmIndex = gsmIndex; in OnRequestUpdateRilCmSmsTest()
/base/telephony/ril_adapter/services/hril/src/
Dhril_data.cpp106 dataInfo.cid = uniInfo.gsmIndex; in DeactivatePdpContext()
Dhril_call.cpp114 int32_t HRilCall::Hangup(int32_t serialId, int32_t gsmIndex) in Hangup() argument
116 uint32_t data = gsmIndex; in Hangup()
Dhril_manager.cpp359 int32_t HRilManager::Hangup(int32_t slotId, int32_t serialId, int32_t gsmIndex) in Hangup() argument
361 return TaskSchedule(MODULE_HRIL_CALL, hrilCall_[slotId], &HRilCall::Hangup, serialId, gsmIndex); in Hangup()
/base/telephony/core_service/frameworks/native/src/
Dcore_manager_inner.cpp459 …int32_t slotId, int32_t eventId, int32_t gsmIndex, const std::shared_ptr<AppExecFwk::EventHandler>… in DelSimMessage() argument
471 return telRilManager_->DelSimMessage(slotId, gsmIndex, response); in DelSimMessage()
779 …int32_t slotId, int32_t eventId, int32_t gsmIndex, const std::shared_ptr<AppExecFwk::EventHandler>… in Hangup() argument
791 return telRilManager_->Hangup(slotId, gsmIndex, response); in Hangup()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
Dtel_ril_test.cpp1062 simMessage.gsmIndex = 0; in StorageRilCmSmsTest()
1084 int32_t gsmIndex = 0; in DeleteRilCmSmsTest() local
1088 telRilManager_->DelSimMessage(slotId, gsmIndex, event); in DeleteRilCmSmsTest()
1107 simMessage.gsmIndex = 0; in UpdateRilCmSmsTest()
1359 int32_t gsmIndex = 0; in DelRilCmCdmaSmsTest() local
1363 telRilManager_->DelCdmaSimMessage(slotId, gsmIndex, event); in DelRilCmCdmaSmsTest()
/base/telephony/ril_adapter/test/unittest/
Dril_interface_test.cpp941 cin >> uniInfo.gsmIndex; in DeactivatePdpContextTest()
955 cin >> uniInfo.gsmIndex; in GetPdpContextListTest()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_interface_test.cpp2090 uniInfo.gsmIndex = CID;
2111 uniInfo.gsmIndex = CID;