Home
last modified time | relevance | path

Searched refs:messageBody (Results 1 - 3 of 3) sorted by relevance

/base/telephony/sms_mms/services/sms/
H A Dsms_receive_indexer.cpp42 uint16_t msgCount, bool isCdmaWapPdu, const std::string &messageBody) in SmsReceiveIndexer()
44 visibleMessageBody_(messageBody), originatingAddress_(address), msgRefId_(msgRefId), msgSeqId_(msgSeqId), in SmsReceiveIndexer()
49 bool isCdmaWapPdu, const std::string &address, const std::string &visibleAddress, const std::string &messageBody) in SmsReceiveIndexer()
51 visibleMessageBody_(messageBody), originatingAddress_(address), visibleAddress_(visibleAddress) in SmsReceiveIndexer()
137 void SmsReceiveIndexer::SetVisibleMessageBody(const std::string &messageBody) in SetVisibleMessageBody() argument
139 visibleMessageBody_ = messageBody; in SetVisibleMessageBody()
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
48 SmsReceiveIndexer(const std::vector<uint8_t> &pdu, int64_t timestamp, int16_t destPort, bool isCdma, bool isCdmaWapPdu, const std::string &address, const std::string &visibleAddress, const std::string &messageBody) SmsReceiveIndexer() argument
/base/telephony/sms_mms/services/sms/include/
H A Dsms_receive_indexer.h30 uint16_t msgCount, bool isCdmaWapPdu, const std::string &messageBody);
33 const std::string &messageBody);
45 void SetVisibleMessageBody(const std::string &messageBody);
/base/telephony/sms_mms/test/unittest/
H A Dsms_broadcast_subscriber.cpp49 std::string messageBody = StringUtils::ToUtf8(message->GetVisibleMessageBody()); in OnReceiveEvent() local
50 std::cout << "receive new sms = " << messageBody.c_str() << std::endl; in OnReceiveEvent()

Completed in 3 milliseconds