Searched refs:DecodeShortInteger (Results 1 – 7 of 7) sorted by relevance
376 bool MmsDecodeBuffer::DecodeShortInteger(uint8_t &sInteger) in DecodeShortInteger() function in OHOS::Telephony::MmsDecodeBuffer443 if (DecodeShortInteger(sInteger)) { in DecodeInteger()
41 bool DecodeShortInteger(uint8_t &sInteger);
54 bool DecodeShortInteger(uint8_t &sInteger);
453 bool SmsWapPushBuffer::DecodeShortInteger(uint8_t &sInteger) in DecodeShortInteger() function in OHOS::Telephony::SmsWapPushBuffer518 if (DecodeShortInteger(sInteger)) { in DecodeInteger()
62 decodeBuffer->DecodeShortInteger(uint8tValue); in WapPushBuffer()
895 mmsDecodeBuffer.DecodeShortInteger(byteVar);897 mmsDecodeBuffer.DecodeShortInteger(byteVar);
387 EXPECT_FALSE(smsWapPushBuffer->DecodeShortInteger(oneByte));404 EXPECT_TRUE(smsWapPushBuffer->DecodeShortInteger(oneByte));