Home
last modified time | relevance | path

Searched refs:DecodeMmsCTGeneralForm (Results 1 – 4 of 4) sorted by relevance

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_content_type.cpp85 if (!DecodeMmsCTGeneralForm(decodeBuffer, contentLength)) { in DecodeMmsContentType()
108 bool MmsContentType::DecodeMmsCTGeneralForm(MmsDecodeBuffer &decodeBuffer, int32_t &contentLength) in DecodeMmsCTGeneralForm() function in OHOS::Telephony::MmsContentType
/base/telephony/sms_mms/frameworks/native/mms/include/
Dmms_content_type.h214 bool DecodeMmsCTGeneralForm(MmsDecodeBuffer &decodeBuffer, int32_t &contentLength);
/base/telephony/sms_mms/test/gtest/
Dzero_branch_mms_test.cpp685 ASSERT_FALSE(mmsContentType.DecodeMmsCTGeneralForm(decoderBuffer, length));
688 ASSERT_FALSE(mmsContentType.DecodeMmsCTGeneralForm(decoderBuffer, length));
693 ASSERT_FALSE(mmsContentType.DecodeMmsCTGeneralForm(decoderBuffer, length));
697 ASSERT_FALSE(mmsContentType.DecodeMmsCTGeneralForm(decoderBuffer, length));
Dmms_gtest.cpp435 mmsContentType.DecodeMmsCTGeneralForm(decodeBuffer, len);