Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part.h34 bool DecodePartBody(MmsDecodeBuffer &decodeBuffer, uint32_t bodyLength);
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part.cpp135 if (!DecodePartBody(decodeBuffer, bodyLen_)) { in DecodePart()
186 bool MmsBodyPart::DecodePartBody(MmsDecodeBuffer &decodeBuffer, uint32_t bodyLength) in DecodePartBody() function in OHOS::Telephony::MmsBodyPart
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp725 ASSERT_FALSE(mmsBodyPart.DecodePartBody(decoderBuffer, 3));
730 ASSERT_FALSE(mmsBodyPart.DecodePartBody(decoderBuffer, MAX_MMS_MSG_PART_LEN + offset));