Searched defs:refId (Results 1 - 11 of 11) sorted by relevance
/base/telephony/sms_mms/interfaces/innerkits/ims/ |
H A D | ims_sms_types.h | 47 int64_t refId = 0;
member
|
/base/telephony/sms_mms/services/sms/ |
H A D | sms_broadcast_subscriber_receiver.cpp | 31 SmsBroadcastSubscriberReceiver(const CommonEventSubscribeInfo &subscriberInfo, std::shared_ptr<SmsReceiveReliabilityHandler> handler, uint16_t refId, uint16_t dataBaseId, const std::string &address) SmsBroadcastSubscriberReceiver() argument
|
H A D | sms_receive_reliability_handler.cpp | 303 void SmsReceiveReliabilityHandler::DeleteMessageFormDb(const uint16_t refId, const uint16_t dataBaseId) in DeleteMessageFormDb() argument 406 DeleteAutoSmsFromDB( std::shared_ptr<SmsReceiveReliabilityHandler> handler, uint16_t refId, uint16_t dataBaseId) DeleteAutoSmsFromDB() argument
|
H A D | sms_sender.cpp | 323 void SmsSender::UpdateUnSentCellCount(uint8_t refId) in UpdateUnSentCellCount() argument
|
/base/telephony/core_service/test/fuzztest/updatevoicemail_fuzzer/ |
H A D | updatevoicemail_fuzzer.cpp | 51 std::int64_t refId = static_cast<int64_t>(*data + offset); in DoSomethingInterestingWithMyAPI() local
|
/base/telephony/sms_mms/test/fuzztest/smseventissue_fuzzer/ |
H A D | smseventissue_fuzzer.cpp | 61 uint8_t refId = static_cast<uint8_t>(size); in DoSentIssueTest() local 91 std::int64_t refId = static_cast<int64_t>(size); in DoSentIssuePartTest() local 139 std::int64_t refId = static_cast<int64_t>(size); in DoSomethingInterestingWithMyAPI() local
|
/base/telephony/sms_mms/test/fuzztest/smsrecvitem_fuzzer/ |
H A D | smsrecvitem_fuzzer.cpp | 130 std::int64_t refId = static_cast<int64_t>(size); in DoSomethingInterestingWithMyAPI() local
|
/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_sms_sender.cpp | 196 int64_t refId = GetMsgRef64Bit(); in SendSmsToRil() local
|
/base/telephony/sms_mms/services/sms/cdma/ |
H A D | cdma_sms_sender.cpp | 488 int64_t refId = GetMsgRef64Bit(); in SendSmsToRil() local 507 void CdmaSmsSender::SendCsSms(const shared_ptr<SmsSendIndexer> &smsIndexer, int64_t &refId, std::string &pdu) in SendCsSms() argument 515 void CdmaSmsSender::SendImsSms(const shared_ptr<SmsSendIndexer> &smsIndexer, int64_t &refId, std::string &pdu) in SendImsSms() argument [all...] |
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_types.h | 408 int64_t refId = 0; member
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_manager_inner.cpp | 485 int32_t CoreManagerInner::SendCdmaSms(int32_t slotId, int32_t eventId, std::string pdu, int64_t refId, in SendCdmaSms() argument
|
Completed in 15 milliseconds