Searched refs:EncodeShortInteger (Results 1 – 5 of 5) sorted by relevance
136 bool MmsEncodeBuffer::EncodeShortInteger(uint8_t value) in EncodeShortInteger() function in OHOS::Telephony::MmsEncodeBuffer197 return EncodeShortInteger(value); in EncodeInteger()
98 tempBuffer.EncodeShortInteger(charset_); in EncodeEncodeString()
1085 if (!buff.EncodeShortInteger(value)) { in EncodeShortIntegerValue()
36 bool EncodeShortInteger(uint8_t value);
1297 retBool = mmsEncodeBuffer.EncodeShortInteger(1);