Home
last modified time | relevance | path

Searched defs:refId (Results 1 – 8 of 8) sorted by relevance

/base/telephony/sms_mms/test/fuzztest/smseventissue_fuzzer/
Dsmseventissue_fuzzer.cpp62 std::int64_t refId = static_cast<int64_t>(size); in DoSentIssueTest() local
104 std::int64_t refId = static_cast<int64_t>(size); in DoSomethingInterestingWithMyAPI() local
/base/telephony/sms_mms/interfaces/innerkits/ims/
Dims_sms_types.h29 int64_t refId; member
/base/telephony/core_service/test/fuzztest/updatevoicemail_fuzzer/
Dupdatevoicemail_fuzzer.cpp43 std::int64_t refId = static_cast<int64_t>(size); in DoSomethingInterestingWithMyAPI() local
/base/telephony/sms_mms/test/fuzztest/smsrecvitem_fuzzer/
Dsmsrecvitem_fuzzer.cpp81 std::int64_t refId = static_cast<int64_t>(size); in DoSomethingInterestingWithMyAPI() local
/base/telephony/sms_mms/services/cdma/
Dcdma_sms_sender.cpp469 int64_t refId = GetMsgRef64Bit(); in SendSmsToRil() local
487 void CdmaSmsSender::SendCsSms(const shared_ptr<SmsSendIndexer> &smsIndexer, int64_t &refId, std::st… in SendCsSms()
495 void CdmaSmsSender::SendImsSms(const shared_ptr<SmsSendIndexer> &smsIndexer, int64_t &refId, std::s… in SendImsSms()
/base/telephony/sms_mms/services/gsm/
Dgsm_sms_sender.cpp321 int64_t refId = GetMsgRef64Bit(); in SendSmsToRil() local
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_types.h152 int64_t refId; member
/base/telephony/core_service/frameworks/native/src/
Dcore_manager_inner.cpp426 …32_t CoreManagerInner::SendCdmaSms(int32_t slotId, int32_t eventId, std::string pdu, int64_t refId, in SendCdmaSms()