Home
last modified time | relevance | path

Searched refs:DecodeTypeField (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_content_type.cpp226 if (!DecodeTypeField(decodeBuffer, valueLength)) { in DecodeParameter()
343 bool SmsWapPushContentType::DecodeTypeField(SmsWapPushBuffer &decodeBuffer, int32_t &valueLength) in DecodeTypeField() function in OHOS::Telephony::SmsWapPushContentType
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_content_type.cpp231 if (!DecodeTypeField(decodeBuffer, valueLength)) { in DecodeParameter()
355 bool MmsContentType::DecodeTypeField(MmsDecodeBuffer &decodeBuffer, int32_t &valueLength) in DecodeTypeField() function in OHOS::Telephony::MmsContentType
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_content_type.h218 bool DecodeTypeField(MmsDecodeBuffer &decodeBuffer, int32_t &valueLength);
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_content_type.h255 bool DecodeTypeField(SmsWapPushBuffer &decodeBuffer, int32_t &valueLength);
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp649 EXPECT_TRUE(smsWapPushContentType->DecodeTypeField(decodeBuffer, valueLength));
652 EXPECT_TRUE(smsWapPushContentType->DecodeTypeField(decodeBuffer, valueLength));
850 ASSERT_FALSE(mmsContentType.DecodeTypeField(decoderBuffer, valueLen));
854 ASSERT_TRUE(mmsContentType.DecodeTypeField(decoderBuffer, valueLen));
858 ASSERT_FALSE(mmsContentType.DecodeTypeField(decoderBuffer, valueLen));
H A Dmms_gtest.cpp754 mmsContentType.DecodeTypeField(decodeBuffer, len);