Home
last modified time | relevance | path

Searched refs:SimMessageStatus (Results 1 – 21 of 21) sorted by relevance

/base/telephony/sms_mms/test/fuzztest/updatesimmessage_fuzzer/
Dupdatesimmessage_fuzzer.cpp56 ISmsServiceInterface::SimMessageStatus status = in UpdateSimMessage()
57 static_cast<ISmsServiceInterface::SimMessageStatus>(size % SIM_MESSAGE_STATUE); in UpdateSimMessage()
/base/telephony/sms_mms/interfaces/innerkits/
Di_sms_service_interface.h32 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,
Dsms_service_manager_client.h130 ISmsServiceInterface::SimMessageStatus status);
153 …dateSimMessage(int32_t slotId, uint32_t msgIndex, ISmsServiceInterface::SimMessageStatus newStatus,
Dsms_service_proxy.h92 …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.ts2389 status: SimMessageStatus;
2429 newStatus: SimMessageStatus;
2588 simMessageStatus: SimMessageStatus;
2609 export enum SimMessageStatus { enum
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_sms_test.cpp53 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/
Dsms_interface_manager.h46 … const std::string &smsc, const std::string &pdu, ISmsServiceInterface::SimMessageStatus status);
48 int32_t UpdateSimMessage(uint32_t msgIndex, ISmsServiceInterface::SimMessageStatus newStatus,
Dsms_misc_manager.h58 … const std::string &smsc, const std::string &pdu, ISmsServiceInterface::SimMessageStatus status);
60 int32_t UpdateSimMessage(uint32_t msgIndex, ISmsServiceInterface::SimMessageStatus newStatus,
Dsms_service.h106 …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/
Dsms_service_manager_client.cpp132 ISmsServiceInterface::SimMessageStatus status) in AddSimMessage()
149 …ISmsServiceInterface::SimMessageStatus newStatus, const std::u16string &pdu, const std::u16string … in UpdateSimMessage()
Dsms_service_proxy.cpp155 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/
Dsms_interface_manager.cpp116 const std::string &smsc, const std::string &pdu, ISmsServiceInterface::SimMessageStatus status) in AddSimMessage()
134 …rfaceManager::UpdateSimMessage(uint32_t msgIndex, ISmsServiceInterface::SimMessageStatus newStatus, in UpdateSimMessage()
Dsms_misc_manager.cpp318 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()
Dsms_interface_stub.cpp264 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()
Dsms_service.cpp396 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/
Daddsimmessage_fuzzer.cpp79 auto status = static_cast<ISmsServiceInterface::SimMessageStatus>(size % STATUS_COUNT); in AddSimMessage()
/base/telephony/sms_mms/frameworks/js/napi/src/
Dnapi_sms.cpp53 … 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/
Dgsm_sms_sender_test.cpp244 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/
Dzero_branch_sms_test.cpp1081 …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),
Dsms_gtest.cpp403 … 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/
Dril_callback_test.h232 enum class SimMessageStatus { enum