Searched defs:messageBody (Results 1 – 2 of 2) sorted by relevance
42 uint16_t msgCount, bool isCdmaWapPdu, const std::string &messageBody) in SmsReceiveIndexer()49 …Pdu, const std::string &address, const std::string &visibleAddress, const std::string &messageBody) in SmsReceiveIndexer()137 void SmsReceiveIndexer::SetVisibleMessageBody(const std::string &messageBody) in SetVisibleMessageBody()
49 std::string messageBody = StringUtils::ToUtf8(message->GetVisibleMessageBody()); in OnReceiveEvent() local