Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part.h32 bool DecodePartHeader(MmsDecodeBuffer &decodeBuffer, uint32_t headerLen);
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part.cpp131 if (!DecodePartHeader(decodeBuffer, headerLen_ - static_cast<uint32_t>(contentLength))) { in DecodePart()
155 bool MmsBodyPart::DecodePartHeader(MmsDecodeBuffer &decodeBuffer, uint32_t headerLen) in DecodePartHeader() function in OHOS::Telephony::MmsBodyPart
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp693 ASSERT_TRUE(mmsBodyPart.DecodePartHeader(decoderBuffer, 0));
697 ASSERT_FALSE(mmsBodyPart.DecodePartHeader(decoderBuffer, testLen));
701 ASSERT_FALSE(mmsBodyPart.DecodePartHeader(decoderBuffer, testLen));
705 ASSERT_FALSE(mmsBodyPart.DecodePartHeader(decoderBuffer, testLen));
710 ASSERT_FALSE(mmsBodyPart.DecodePartHeader(decoderBuffer, testLen));