Home
last modified time | relevance | path

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

/base/telephony/sms_mms/services/sms/include/
Dsms_wap_push_handler.h33 bool DecodeWapPushPdu(std::shared_ptr<SmsReceiveIndexer> indexer, std::string &wapPdu);
/base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/
Dwappushbuffer_fuzzer.cpp33 smsWapPushHandler->DecodeWapPushPdu(indexer, strValue); in WapPushBuffer()
/base/telephony/sms_mms/services/sms/
Dsms_receive_handler.cpp145 if (!smsWapPushHandler_->DecodeWapPushPdu(indexer, userDataRaw)) { in CombineMessagePart()
Dsms_wap_push_handler.cpp78 bool SmsWapPushHandler::DecodeWapPushPdu(std::shared_ptr<SmsReceiveIndexer> indexer, std::string &w… in DecodeWapPushPdu() function in OHOS::Telephony::SmsWapPushHandler
Dsms_receive_reliability_handler.cpp224 if (!smsWapPushHandler_->DecodeWapPushPdu(indexer, userDataWapPush)) { in ReadyDecodeWapPushUserData()
/base/telephony/sms_mms/test/gtest/
Dzero_branch_mms_test.cpp451 EXPECT_FALSE(smsWapPushHandler->DecodeWapPushPdu(indexer, wapPdu));
454 EXPECT_FALSE(smsWapPushHandler->DecodeWapPushPdu(indexer, wapPdu));