Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/include/
Dmms_body_part.h32 bool DecodePartHeader(MmsDecodeBuffer &decodeBuffer, uint32_t headerLen);
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body_part.cpp133 if (!DecodePartHeader(decodeBuffer, headerLen_ - static_cast<uint32_t>(contentLength))) { in DecodePart()
157 bool MmsBodyPart::DecodePartHeader(MmsDecodeBuffer &decodeBuffer, uint32_t headerLen) in DecodePartHeader() function in OHOS::Telephony::MmsBodyPart
/base/telephony/sms_mms/test/gtest/
Dzero_branch_mms_test.cpp613 ASSERT_TRUE(mmsBodyPart.DecodePartHeader(decoderBuffer, 0));
617 ASSERT_FALSE(mmsBodyPart.DecodePartHeader(decoderBuffer, testLen));
621 ASSERT_FALSE(mmsBodyPart.DecodePartHeader(decoderBuffer, testLen));
625 ASSERT_FALSE(mmsBodyPart.DecodePartHeader(decoderBuffer, testLen));
629 ASSERT_FALSE(mmsBodyPart.DecodePartHeader(decoderBuffer, testLen));