Searched refs:GetPdu (Results 1 – 10 of 10) sorted by relevance
115 } else if (smsPage->GetPdu().size() == 0 || smsPage->GetPdu().size() > MAX_TPDU_DATA_LEN) { in RemoveBlockedSms()154 string pdu = StringUtils::StringToHex(indexer.GetPdu()); in GetWapPushUserDataSinglePage()170 string pdu = StringUtils::StringToHex(dbIndexers[place].GetPdu()); in GetWapPushUserDataMultipage()187 if (locate->GetPdu().size() > 0) { in GetWapPushUserDataMultipage()190 pdu = StringUtils::StringToHex(locate->GetPdu()); in GetWapPushUserDataMultipage()214 shared_ptr<SmsReceiveIndexer> indexer = std::make_shared<SmsReceiveIndexer>(indexerObj.GetPdu(), in ReadyDecodeWapPushUserData()217 false, StringUtils::StringToHex(indexerObj.GetPdu())); in ReadyDecodeWapPushUserData()243 pdus->push_back(StringUtils::StringToHex(position->GetPdu())); in SmsReceiveReliabilityProcessing()273 StringUtils::StringToHex(dbIndexers[position].GetPdu()); in GetSmsUserDataMultipage()284 … pdus->at(locate->GetMsgSeqId() - PDU_POS_OFFSET) = StringUtils::StringToHex(locate->GetPdu()); in GetSmsUserDataMultipage()[all …]
94 string pdu = StringUtils::StringToHex(indexer->GetPdu()); in CombineMessagePart()115 string pdu = StringUtils::StringToHex(v.GetPdu()); in CombineMessagePart()121 if (v.GetPdu().size() == 0) { in CombineMessagePart()189 bucket.Put(SmsSubsection::REW_PUD, StringUtils::StringToHex(indexer->GetPdu())); in AddMsgToDB()
182 const std::vector<uint8_t>& SmsReceiveIndexer::GetPdu() const in GetPdu() function in OHOS::Telephony::SmsReceiveIndexer
171 std::vector<unsigned char> GetPdu() const;
34 const std::vector<uint8_t>& GetPdu() const;
96 std::cout << "raw pdu = " << StringUtils::StringToHex(shortMessage_->GetPdu()) << std::endl; in TestShowShortMessage()
333 …std::cout << "[" << item.GetIndexOnSim() << "] " << StringUtils::StringToHex(item.GetPdu()) << std… in TestGetAllSimMessages()
183 std::vector<unsigned char> ShortMessage::GetPdu() const in GetPdu() function in OHOS::Telephony::ShortMessage
441 std::string pdu = StringUtils::StringToHex(statusInfo->GetPdu()); in StatusReportAnalysis()
451 SetPropertyArray(env, object, "pdu", shortMessage.GetPdu()); in CreateShortMessageValue()