Searched refs:DecodeWapPushPduData (Results 1 – 3 of 3) sorted by relevance
32 bool DecodeWapPushPduData(SmsWapPushBuffer &decodeBuffer, uint32_t startPos, uint32_t len);
45 bool SmsWapPushHandler::DecodeWapPushPduData(SmsWapPushBuffer &decodeBuffer, uint32_t startPos, uin… in DecodeWapPushPduData() function in OHOS::Telephony::SmsWapPushHandler117 if (!DecodeWapPushPduData(decodeBuffer, startHeader, headerLength)) { in DecodeWapPushPdu()
449 EXPECT_FALSE(smsWapPushHandler->DecodeWapPushPduData(decodeBuffer, 1, 1));