Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_encode_buffer.h33 bool EncodeValueLength(uint32_t value);
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_encode_string.cpp106 if (!encodeBuffer.EncodeValueLength(tempBuffer.GetCurPosition())) { in EncodeEncodeString()
107 TELEPHONY_LOGE("EncodeString EncodeValueLength fail."); in EncodeEncodeString()
H A Dmms_body.cpp153 if (!encodeBuffer.EncodeValueLength(tmpEncodeBuffer.GetCurPosition())) { in EncodeMmsHeaderContentType()
154 TELEPHONY_LOGE("Body encode ContentType EncodeValueLength fail."); in EncodeMmsHeaderContentType()
H A Dmms_encode_buffer.cpp164 * @brief EncodeValueLength
174 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()
539 TELEPHONY_LOGE("Encode contentType EncodeValueLength fail."); in EncodeMmsBodyPartContentType()
H A Dmms_header.cpp1203 if (!buff.EncodeValueLength(tempBuf.GetCurPosition())) { in EncodeFieldExpriyValue()
1204 TELEPHONY_LOGE("MmsHeader EncodeValueLength fail."); in EncodeFieldExpriyValue()
1255 if (!buff.EncodeValueLength(tempBuff.GetCurPosition())) { in EncodeFieldFromValue()
1256 TELEPHONY_LOGE("MmsHeader EncodeValueLength fail."); in EncodeFieldFromValue()
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp1307 retBool = mmsEncodeBuffer.EncodeValueLength(1); in HWTEST_F()
1309 retBool = mmsEncodeBuffer.EncodeValueLength(31); in HWTEST_F()
1311 retBool = mmsEncodeBuffer.EncodeValueLength(31); in HWTEST_F()

Completed in 8 milliseconds