Searched refs:DecodeShortInteger (Results 1 – 7 of 7) sorted by relevance
43 bool DecodeShortInteger(uint8_t &sInteger);
376 bool MmsDecodeBuffer::DecodeShortInteger(uint8_t &sInteger) in DecodeShortInteger() function in OHOS::Telephony::MmsDecodeBuffer443 if (DecodeShortInteger(sInteger)) { in DecodeInteger()
53 bool DecodeShortInteger(uint8_t &sInteger);
59 decodeBuffer->DecodeShortInteger(uint8tValue); in WapPushBuffer()
448 bool SmsWapPushBuffer::DecodeShortInteger(uint8_t &sInteger) in DecodeShortInteger() function in OHOS::Telephony::SmsWapPushBuffer513 if (DecodeShortInteger(sInteger)) { in DecodeInteger()
442 EXPECT_FALSE(smsWapPushBuffer->DecodeShortInteger(oneByte));
2223 mmsDecodeBuffer.DecodeShortInteger(byteVar);