| /base/telephony/sms_mms/test/fuzztest/updatesimmessage_fuzzer/ |
| D | updatesimmessage_fuzzer.cpp | 56 ISmsServiceInterface::SimMessageStatus status = in UpdateSimMessage() 57 static_cast<ISmsServiceInterface::SimMessageStatus>(size % SIM_MESSAGE_STATUE); in UpdateSimMessage()
|
| /base/telephony/sms_mms/interfaces/innerkits/ |
| D | i_sms_service_interface.h | 32 using SimMessageStatus = enum { 187 …int32_t slotId, const std::u16string &smsc, const std::u16string &pdu, SimMessageStatus status) = … 210 virtual int32_t UpdateSimMessage(int32_t slotId, uint32_t msgIndex, SimMessageStatus newStatus,
|
| D | sms_service_manager_client.h | 130 ISmsServiceInterface::SimMessageStatus status); 153 …dateSimMessage(int32_t slotId, uint32_t msgIndex, ISmsServiceInterface::SimMessageStatus newStatus,
|
| D | sms_service_proxy.h | 92 …int32_t slotId, const std::u16string &smsc, const std::u16string &pdu, SimMessageStatus status) ov… 113 …int32_t UpdateSimMessage(int32_t slotId, uint32_t msgIndex, SimMessageStatus newStatus, const std:…
|
| /base/telephony/sms_mms/interfaces/kits/js/ |
| D | @ohos.telephony.sms.d.ts | 2389 status: SimMessageStatus; 2429 newStatus: SimMessageStatus; 2588 simMessageStatus: SimMessageStatus; 2609 export enum SimMessageStatus { enum
|
| /base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
| D | ril_sms_test.cpp | 53 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT); 73 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT); 93 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT); 114 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT); 169 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT); 189 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT); 209 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT); 230 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
|
| /base/telephony/sms_mms/services/sms/include/ |
| D | sms_interface_manager.h | 46 … const std::string &smsc, const std::string &pdu, ISmsServiceInterface::SimMessageStatus status); 48 int32_t UpdateSimMessage(uint32_t msgIndex, ISmsServiceInterface::SimMessageStatus newStatus,
|
| D | sms_misc_manager.h | 58 … const std::string &smsc, const std::string &pdu, ISmsServiceInterface::SimMessageStatus status); 60 int32_t UpdateSimMessage(uint32_t msgIndex, ISmsServiceInterface::SimMessageStatus newStatus,
|
| D | sms_service.h | 106 …int32_t slotId, const std::u16string &smsc, const std::u16string &pdu, SimMessageStatus status) ov… 129 …int32_t UpdateSimMessage(int32_t slotId, uint32_t msgIndex, SimMessageStatus newStatus, const std:…
|
| /base/telephony/sms_mms/frameworks/native/sms/src/ |
| D | sms_service_manager_client.cpp | 132 ISmsServiceInterface::SimMessageStatus status) in AddSimMessage() 149 …ISmsServiceInterface::SimMessageStatus newStatus, const std::u16string &pdu, const std::u16string … in UpdateSimMessage()
|
| D | sms_service_proxy.cpp | 155 int32_t slotId, const std::u16string &smsc, const std::u16string &pdu, SimMessageStatus status) in AddSimMessage() 201 int32_t SmsServiceProxy::UpdateSimMessage(int32_t slotId, uint32_t msgIndex, SimMessageStatus newSt… in UpdateSimMessage()
|
| /base/telephony/sms_mms/services/sms/ |
| D | sms_interface_manager.cpp | 116 const std::string &smsc, const std::string &pdu, ISmsServiceInterface::SimMessageStatus status) in AddSimMessage() 134 …rfaceManager::UpdateSimMessage(uint32_t msgIndex, ISmsServiceInterface::SimMessageStatus newStatus, in UpdateSimMessage()
|
| D | sms_misc_manager.cpp | 318 const std::string &smsc, const std::string &pdu, ISmsServiceInterface::SimMessageStatus status) in AddSimMessage() 349 int32_t SmsMiscManager::UpdateSimMessage(uint32_t msgIndex, ISmsServiceInterface::SimMessageStatus … in UpdateSimMessage()
|
| D | sms_interface_stub.cpp | 264 int32_t result = AddSimMessage(slotId, smsc, pdu, static_cast<SimMessageStatus>(status)); in OnAddSimMessage() 285 …int32_t result = UpdateSimMessage(slotId, msgIndex, static_cast<SimMessageStatus>(newStatus), pdu,… in OnUpdateSimMessage()
|
| D | sms_service.cpp | 396 int32_t slotId, const std::u16string &smsc, const std::u16string &pdu, SimMessageStatus status) in AddSimMessage() 453 int32_t SmsService::UpdateSimMessage(int32_t slotId, uint32_t msgIndex, SimMessageStatus newStatus, in UpdateSimMessage()
|
| /base/telephony/sms_mms/test/fuzztest/addsimmessage_fuzzer/ |
| D | addsimmessage_fuzzer.cpp | 79 auto status = static_cast<ISmsServiceInterface::SimMessageStatus>(size % STATUS_COUNT); in AddSimMessage()
|
| /base/telephony/sms_mms/frameworks/js/napi/src/ |
| D | napi_sms.cpp | 53 … return static_cast<int32_t>(ISmsServiceInterface::SimMessageStatus::SIM_MESSAGE_STATUS_UNREAD); in WrapSimMessageStatus() 56 … return static_cast<int32_t>(ISmsServiceInterface::SimMessageStatus::SIM_MESSAGE_STATUS_READ); in WrapSimMessageStatus() 59 … return static_cast<int32_t>(ISmsServiceInterface::SimMessageStatus::SIM_MESSAGE_STATUS_UNSENT); in WrapSimMessageStatus() 62 … return static_cast<int32_t>(ISmsServiceInterface::SimMessageStatus::SIM_MESSAGE_STATUS_SENT); in WrapSimMessageStatus() 926 ISmsServiceInterface::SimMessageStatus status = in NativeAddSimMessage() 927 static_cast<ISmsServiceInterface::SimMessageStatus>(wrapStatus); in NativeAddSimMessage() 1109 … context->msgIndex, static_cast<ISmsServiceInterface::SimMessageStatus>(context->newStatus), in NativeUpdateSimMessage()
|
| /base/telephony/sms_mms/test/unittest/ |
| D | gsm_sms_sender_test.cpp | 244 static_cast<ISmsServiceInterface::SimMessageStatus>(status)); in TestAddSimMessage() 308 … slotId, msgIndex, static_cast<ISmsServiceInterface::SimMessageStatus>(status), pduData, smscData); in TestUpdateSimMessage()
|
| /base/telephony/sms_mms/test/gtest/ |
| D | zero_branch_sms_test.cpp | 1081 …smsMiscManager->AddSimMessage(smsc, pdu, ISmsServiceInterface::SimMessageStatus::SIM_MESSAGE_STATU… 1083 1, ISmsServiceInterface::SimMessageStatus::SIM_MESSAGE_STATUS_UNREAD, pdu, smsc), 1124 …INVALID_SLOTID, desAddr, desAddr, ISmsServiceInterface::SimMessageStatus::SIM_MESSAGE_STATUS_UNREA… 1128 … ISmsServiceInterface::SimMessageStatus::SIM_MESSAGE_STATUS_UNREAD, desAddr, desAddr),
|
| D | sms_gtest.cpp | 403 … helper.slotId, smscData, pduData, static_cast<ISmsServiceInterface::SimMessageStatus>(status)); in AddSimMessageTestFuc() 570 …helper.slotId, msgIndex, static_cast<ISmsServiceInterface::SimMessageStatus>(status), pduData, sms… in UpdateSimMessageTestFuc()
|
| /base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
| D | ril_callback_test.h | 232 enum class SimMessageStatus { enum
|