Home
last modified time | relevance | path

Searched refs:DecodeText (Results 1 - 13 of 13) sorted by relevance

/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_content_type.cpp92 decodeBuffer.DecodeText(sType, len); in DecodeContentType()
158 decodeBuffer.DecodeText(sType, len); in DecodeCTGeneralForm()
271 if (!decodeBuffer.DecodeText(str, len)) { in DecodeTextField()
272 TELEPHONY_LOGE("Wap push DecodeTextField DecodeText fail."); in DecodeTextField()
305 if (!decodeBuffer.DecodeText(sCharset, len)) { in DecodeCharsetField()
306 TELEPHONY_LOGE("Wap push DecodeCharsetField DecodeText fail."); in DecodeCharsetField()
362 if (!decodeBuffer.DecodeText(sType, len)) { in DecodeTypeField()
363 TELEPHONY_LOGE("Wap push DecodeTypeField DecodeText fail."); in DecodeTypeField()
H A Dsms_wap_push_handler.cpp276 if (!decodeBuffer.DecodeText(strWapAppId, len)) { in DecodeXWapApplicationValue()
277 TELEPHONY_LOGE("Wap push DecodeText fail."); in DecodeXWapApplicationValue()
323 if (!decodeBuffer.DecodeText(strTemp, length)) { in DecodeXWapAbandonHeaderValue()
324 TELEPHONY_LOGE("Wap push DecodeText fail."); in DecodeXWapAbandonHeaderValue()
H A Dsms_wap_push_buffer.cpp373 * @brief DecodeText
383 bool SmsWapPushBuffer::DecodeText(std::string &str, uint32_t &len) in DecodeText() function in OHOS::Telephony::SmsWapPushBuffer
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_content_type.cpp77 decodeBuffer.DecodeText(sType, len); in DecodeMmsContentType()
143 decodeBuffer.DecodeText(sType, len); in DecodeMmsCTGeneralForm()
283 if (!decodeBuffer.DecodeText(str, len)) { in DecodeTextField()
284 TELEPHONY_LOGE("Decode contentType DecodeText fail."); in DecodeTextField()
316 if (!decodeBuffer.DecodeText(sCharset, len)) { in DecodeCharsetField()
317 TELEPHONY_LOGE("Decode contentType DecodeText fail."); in DecodeCharsetField()
374 if (!decodeBuffer.DecodeText(sType, len)) { in DecodeTypeField()
375 TELEPHONY_LOGE("Decode contentType DecodeText fail."); in DecodeTypeField()
H A Dmms_body_part_header.cpp60 if (!decodeBuffer.DecodeText(sTmp, Len)) { in DecodeContentLocation()
138 if (!decodeBuffer.DecodeText(strTmp, tmpLen)) { in DecodeContentDisposition()
187 if (!decodeBuffer.DecodeText(strTmp, tmpLen)) { in DecodeDispositionParameter()
289 if (!decodeBuffer.DecodeText(sValue, valueLen)) { in DecodeApplicationHeader()
H A Dmms_encode_string.cpp76 if (!decodeBuffer.DecodeText(strEncodeString_, len)) { in DecodeEncodeString()
77 TELEPHONY_LOGE("Decode encodeString DecodeText fail."); in DecodeEncodeString()
H A Dmms_decode_buffer.cpp296 * @brief DecodeText
306 bool MmsDecodeBuffer::DecodeText(std::string &str, uint32_t &len) in DecodeText() function in OHOS::Telephony::MmsDecodeBuffer
H A Dmms_header.cpp720 if (!buff.DecodeText(tempString, tempLen)) { in DecodeFieldTextStringValue()
721 TELEPHONY_LOGE("The fieldId[%{public}d] MmsHeader DecodeText fail.", fieldId); in DecodeFieldTextStringValue()
/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_decode_buffer.h37 bool DecodeText(std::string &str, uint32_t &len);
/base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/
H A Dwappushbuffer_fuzzer.cpp59 decodeBuffer->DecodeText(strValue, desLen); in WapPushBuffer()
/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_buffer.h49 bool DecodeText(std::string &str, uint32_t &len);
/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp851 mmsDecodeBuffer.DecodeText(testStr, intVar); in HWTEST_F()
853 mmsDecodeBuffer.DecodeText(testStr, intVar); in HWTEST_F()
H A Dzero_branch_mms_test.cpp380 EXPECT_FALSE(smsWapPushBuffer->DecodeText(str, length)); in HWTEST_F()
408 EXPECT_TRUE(smsWapPushBuffer->DecodeText(str, length)); in HWTEST_F()

Completed in 13 milliseconds