Searched refs:DecodeMmsContentType (Results 1 - 7 of 7) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/include/ |
H A D | mms_header.h | 67 bool DecodeMmsContentType(uint8_t fieldId, MmsDecodeBuffer &buff, int32_t &len);
|
H A D | mms_content_type.h | 213 bool DecodeMmsContentType(MmsDecodeBuffer &decodeBuffer, int32_t &len);
|
/base/telephony/sms_mms/frameworks/native/mms/src/ |
H A D | mms_header.cpp | 84 return DecodeMmsContentType(fieldId, buff, len); in InitLongHandleFun() 87 return DecodeMmsContentType(fieldId, buff, len); in InitLongHandleFun() 826 bool MmsHeader::DecodeMmsContentType(uint8_t fieldId, MmsDecodeBuffer &buff, int32_t &len) in DecodeMmsContentType() function in OHOS::Telephony::MmsHeader 833 if (mmsContentType_.DecodeMmsContentType(buff, len)) { in DecodeMmsContentType()
|
H A D | mms_content_type.cpp | 45 * @brief DecodeMmsContentType
60 bool MmsContentType::DecodeMmsContentType(MmsDecodeBuffer &decodeBuffer, int32_t &contentLength)
in DecodeMmsContentType() function in OHOS::Telephony::MmsContentType 147 TELEPHONY_LOGE("Decode contentType DecodeMmsContentType fail.");
in DecodeMmsCTGeneralForm()
|
H A D | mms_body_part.cpp | 120 if (!bodyPartContentType_.DecodeMmsContentType(decodeBuffer, contentLength)) {
in DecodePart()
|
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_mms_test.cpp | 234 EXPECT_FALSE(mmsHeader->DecodeMmsContentType(1, decodeBuffer, data)); in HWTEST_F() 762 ASSERT_TRUE(mmsContentType.DecodeMmsContentType(decoderBuffer, length)); in HWTEST_F()
|
H A D | mms_gtest.cpp | 734 mmsContentType.DecodeMmsContentType(decodeBuffer, len); in HWTEST_F()
|
Completed in 16 milliseconds