Searched refs:msgSeqId (Results 1 - 2 of 2) sorted by relevance
/base/telephony/sms_mms/services/sms/ |
H A D | sms_receive_indexer.cpp | 41 const std::string &address, const std::string &visibleAddress, uint16_t msgRefId, uint16_t msgSeqId, in SmsReceiveIndexer() 44 visibleMessageBody_(messageBody), originatingAddress_(address), msgRefId_(msgRefId), msgSeqId_(msgSeqId), in SmsReceiveIndexer() 97 void SmsReceiveIndexer::SetMsgSeqId(uint16_t msgSeqId) in SetMsgSeqId() argument 99 msgSeqId_ = msgSeqId; in SetMsgSeqId() 40 SmsReceiveIndexer(const std::vector<uint8_t> &pdu, int64_t timestamp, int16_t destPort, bool isCdma, const std::string &address, const std::string &visibleAddress, uint16_t msgRefId, uint16_t msgSeqId, uint16_t msgCount, bool isCdmaWapPdu, const std::string &messageBody) SmsReceiveIndexer() argument
|
/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_receive_indexer.h | 29 const std::string &address, const std::string &displayAddress, uint16_t msgRefId, uint16_t msgSeqId, 51 void SetMsgSeqId(uint16_t msgSeqId);
|
Completed in 2 milliseconds