Home
last modified time | relevance | path

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

/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_handler.h33 bool DecodeWapPushPdu(std::shared_ptr<SmsReceiveIndexer> indexer, std::string &wapPdu);
/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_handler.cpp78 bool SmsWapPushHandler::DecodeWapPushPdu(std::shared_ptr<SmsReceiveIndexer> indexer, std::string &wapPdu) in DecodeWapPushPdu() argument
85 if (!decodeBuffer.WriteRawStringBuffer(wapPdu)) { in DecodeWapPushPdu()
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp468 std::string wapPdu = ""; in HWTEST_F() local
471 EXPECT_FALSE(smsWapPushHandler->DecodeWapPushPdu(indexer, wapPdu)); in HWTEST_F()
472 EXPECT_FALSE(smsWapPushHandler->DeocdeCheckIsBlock(wapPdu)); in HWTEST_F()
473 wapPdu = "qwer"; in HWTEST_F()
474 EXPECT_FALSE(smsWapPushHandler->DecodeWapPushPdu(indexer, wapPdu)); in HWTEST_F()
476 EXPECT_FALSE(smsWapPushHandler->DeocdeCheckIsBlock(wapPdu)); in HWTEST_F()

Completed in 4 milliseconds