/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_modem_parcel.h | 25 int32_t gsmIndex; /* Index of Global System for Mobile Communications */ member
|
/base/telephony/core_service/services/tel_ril/include/ |
D | tel_ril_sms.h | 38 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,
|
D | tel_ril_manager.h | 60 …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…
|
D | tel_ril_call.h | 34 int32_t Hangup(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &result);
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_sms.cpp | 86 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()
|
D | tel_ril_manager.cpp | 270 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()
|
D | tel_ril_data.cpp | 60 uniInfo.gsmIndex = cid; in DeactivatePdpContext()
|
D | tel_ril_call.cpp | 269 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/ |
D | sendsmsmoremode_fuzzer.cpp | 42 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/ |
D | telephony_types.h | 158 int32_t gsmIndex; member
|
D | i_tel_ril_manager.h | 51 …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;
|
D | core_manager_inner.h | 64 …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/ |
D | hril_call.h | 36 int32_t Hangup(int32_t serialId, int32_t gsmIndex);
|
D | hril_manager.h | 73 int32_t Hangup(int32_t slotId, int32_t serialId, int32_t gsmIndex);
|
/base/telephony/core_service/services/tel_ril/test/ |
D | tel_ril_test.cpp | 1252 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/ |
D | hril_data.cpp | 106 dataInfo.cid = uniInfo.gsmIndex; in DeactivatePdpContext()
|
D | hril_call.cpp | 114 int32_t HRilCall::Hangup(int32_t serialId, int32_t gsmIndex) in Hangup() argument 116 uint32_t data = gsmIndex; in Hangup()
|
D | hril_manager.cpp | 359 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/ |
D | core_manager_inner.cpp | 459 …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/ |
D | tel_ril_test.cpp | 1062 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/ |
D | ril_interface_test.cpp | 941 cin >> uniInfo.gsmIndex; in DeactivatePdpContextTest() 955 cin >> uniInfo.gsmIndex; in GetPdpContextListTest()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
D | ril_interface_test.cpp | 2090 uniInfo.gsmIndex = CID; 2111 uniInfo.gsmIndex = CID;
|