Searched refs:DecodeContentType (Results 1 – 4 of 4) sorted by relevance
250 bool DecodeContentType(SmsWapPushBuffer &decodeBuffer, int32_t &len);
74 bool SmsWapPushContentType::DecodeContentType(SmsWapPushBuffer &decodeBuffer, int32_t &contentLengt… in DecodeContentType() function in OHOS::Telephony::SmsWapPushContentType
101 if (!contentType_.DecodeContentType(decodeBuffer, contentTypeLength)) { in DecodeWapPushPdu()
558 EXPECT_TRUE(smsWapPushContentType->DecodeContentType(decodeBuffer, contentLength));561 EXPECT_TRUE(smsWapPushContentType->DecodeContentType(decodeBuffer, contentLength));564 EXPECT_FALSE(smsWapPushContentType->DecodeContentType(decodeBuffer, contentLength));