Home
last modified time | relevance | path

Searched refs:DecodeWapPushPdu (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_handler.h33 bool DecodeWapPushPdu(std::shared_ptr<SmsReceiveIndexer> indexer, std::string &wapPdu);
/ohos5.0/base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/
H A Dwappushbuffer_fuzzer.cpp35 smsWapPushHandler->DecodeWapPushPdu(indexer, strValue); in WapPushBuffer()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_handler.cpp78 bool SmsWapPushHandler::DecodeWapPushPdu(std::shared_ptr<SmsReceiveIndexer> indexer, std::string &w… in DecodeWapPushPdu() function in OHOS::Telephony::SmsWapPushHandler
H A Dsms_receive_handler.cpp293 if (!smsWapPushHandler_->DecodeWapPushPdu(indexer, rawWapPushUserData)) { in CombineMessagePart()
H A Dsms_receive_reliability_handler.cpp226 if (!smsWapPushHandler_->DecodeWapPushPdu(indexer, userDataWapPush)) { in ReadyDecodeWapPushUserData()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp477 EXPECT_FALSE(smsWapPushHandler->DecodeWapPushPdu(indexer, wapPdu));
480 EXPECT_FALSE(smsWapPushHandler->DecodeWapPushPdu(indexer, wapPdu));