Home
last modified time | relevance | path

Searched refs:EncodeValueLength (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_encode_buffer.h33 bool EncodeValueLength(uint32_t value);
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_encode_string.cpp106 if (!encodeBuffer.EncodeValueLength(tempBuffer.GetCurPosition())) { in EncodeEncodeString()
H A Dmms_body.cpp153 if (!encodeBuffer.EncodeValueLength(tmpEncodeBuffer.GetCurPosition())) { in EncodeMmsHeaderContentType()
H A Dmms_encode_buffer.cpp174 bool MmsEncodeBuffer::EncodeValueLength(uint32_t value) in EncodeValueLength() function in OHOS::Telephony::MmsEncodeBuffer
H A Dmms_content_type.cpp538 if (!encodeBuffer.EncodeValueLength(tmpEncodeBuffer.GetCurPosition())) { in EncodeMmsBodyPartContentType()
H A Dmms_header.cpp1232 if (!buff.EncodeValueLength(tempBuf.GetCurPosition())) { in EncodeFieldExpriyValue()
1284 if (!buff.EncodeValueLength(tempBuff.GetCurPosition())) { in EncodeFieldFromValue()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp1313 retBool = mmsEncodeBuffer.EncodeValueLength(1);
1315 retBool = mmsEncodeBuffer.EncodeValueLength(31);
1317 retBool = mmsEncodeBuffer.EncodeValueLength(31);