Searched refs:DecodeText (Results 1 - 13 of 13) sorted by relevance
/base/telephony/sms_mms/services/sms/ |
H A D | sms_wap_push_content_type.cpp | 92 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 D | sms_wap_push_handler.cpp | 276 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 D | sms_wap_push_buffer.cpp | 373 * @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 D | mms_content_type.cpp | 77 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 D | mms_body_part_header.cpp | 60 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 D | mms_encode_string.cpp | 76 if (!decodeBuffer.DecodeText(strEncodeString_, len)) {
in DecodeEncodeString() 77 TELEPHONY_LOGE("Decode encodeString DecodeText fail.");
in DecodeEncodeString()
|
H A D | mms_decode_buffer.cpp | 296 * @brief DecodeText
306 bool MmsDecodeBuffer::DecodeText(std::string &str, uint32_t &len)
in DecodeText() function in OHOS::Telephony::MmsDecodeBuffer
|
H A D | mms_header.cpp | 720 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 D | mms_decode_buffer.h | 37 bool DecodeText(std::string &str, uint32_t &len);
|
/base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/ |
H A D | wappushbuffer_fuzzer.cpp | 59 decodeBuffer->DecodeText(strValue, desLen); in WapPushBuffer()
|
/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_wap_push_buffer.h | 49 bool DecodeText(std::string &str, uint32_t &len);
|
/base/telephony/sms_mms/test/gtest/ |
H A D | mms_gtest.cpp | 851 mmsDecodeBuffer.DecodeText(testStr, intVar); in HWTEST_F() 853 mmsDecodeBuffer.DecodeText(testStr, intVar); in HWTEST_F()
|
H A D | zero_branch_mms_test.cpp | 380 EXPECT_FALSE(smsWapPushBuffer->DecodeText(str, length)); in HWTEST_F() 408 EXPECT_TRUE(smsWapPushBuffer->DecodeText(str, length)); in HWTEST_F()
|
Completed in 12 milliseconds