Home
last modified time | relevance | path

Searched refs:EncodeShortLength (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_encode_buffer.cpp111 bool MmsEncodeBuffer::EncodeShortLength(uint8_t value) in EncodeShortLength() function in OHOS::Telephony::MmsEncodeBuffer
180 return EncodeShortLength(value); in EncodeValueLength()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_encode_buffer.h32 bool EncodeShortLength(uint8_t value);
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp1292 retBool = mmsEncodeBuffer.EncodeShortLength(1);
1294 retBool = mmsEncodeBuffer.EncodeShortLength(31);
1299 retBool = mmsEncodeBuffer.EncodeShortLength(31);
1302 retBool = mmsEncodeBuffer.EncodeShortLength(1);
1309 retBool = mmsEncodeBuffer.EncodeShortLength(1);