Home
last modified time | relevance | path

Searched refs:mmsContentType (Results 1 - 2 of 2) sorted by relevance

/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp752 MmsContentType mmsContentType; in HWTEST_F() local
755 mmsContentType = mmsTContentType; in HWTEST_F()
762 ASSERT_TRUE(mmsContentType.DecodeMmsContentType(decoderBuffer, length)); in HWTEST_F()
767 ASSERT_FALSE(mmsContentType.DecodeMmsCTGeneralForm(decoderBuffer, length)); in HWTEST_F()
770 ASSERT_FALSE(mmsContentType.DecodeMmsCTGeneralForm(decoderBuffer, length)); in HWTEST_F()
775 ASSERT_FALSE(mmsContentType.DecodeMmsCTGeneralForm(decoderBuffer, length)); in HWTEST_F()
779 ASSERT_FALSE(mmsContentType.DecodeMmsCTGeneralForm(decoderBuffer, length)); in HWTEST_F()
789 MmsContentType mmsContentType; in HWTEST_F() local
791 ASSERT_TRUE(mmsContentType.DecodeParameter(decoderBuffer, 0)); in HWTEST_F()
794 ASSERT_FALSE(mmsContentType in HWTEST_F()
839 MmsContentType mmsContentType; HWTEST_F() local
881 MmsContentType mmsContentType; HWTEST_F() local
[all...]
H A Dmms_gtest.cpp716 MmsContentType mmsContentType; in HWTEST_F() local
728 mmsContentType.DumpMmsContentType(); in HWTEST_F()
734 mmsContentType.DecodeMmsContentType(decodeBuffer, len); in HWTEST_F()
737 mmsContentType.DecodeMmsCTGeneralForm(decodeBuffer, len); in HWTEST_F()
738 mmsContentType.GetContentTypeFromInt(type); in HWTEST_F()
739 mmsContentType.GetContentTypeFromString(""); in HWTEST_F()
742 mmsContentType.DecodeParameter(decodeBuffer, len); in HWTEST_F()
743 mmsContentType.SetContentParam(contentParam); in HWTEST_F()
744 mmsContentType.DecodeTextField(decodeBuffer, type, len); in HWTEST_F()
747 mmsContentType in HWTEST_F()
[all...]

Completed in 4 milliseconds