Home
last modified time | relevance | path

Searched refs:DecodeWapPushPduData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_handler.h32 bool DecodeWapPushPduData(SmsWapPushBuffer &decodeBuffer, uint32_t startPos, uint32_t len);
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_handler.cpp45 bool SmsWapPushHandler::DecodeWapPushPduData(SmsWapPushBuffer &decodeBuffer, uint32_t startPos, uin… in DecodeWapPushPduData() function in OHOS::Telephony::SmsWapPushHandler
114 if (!DecodeWapPushPduData(decodeBuffer, startHeader, headerLength)) { in DecodeWapPushPdu()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp475 EXPECT_FALSE(smsWapPushHandler->DecodeWapPushPduData(decodeBuffer, 1, 1));